aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-26 14:53:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-26 15:01:22 +0000
commit338295d41faedbf66de1065b5e8a289389b650ae (patch)
tree1e93824e701f8e5b701374d4b2675e22a55b03a7
parent2b8f34201de8aa1d4d21e2fa7062cae4cfe4d9c5 (diff)
downloadports-338295d41faedbf66de1065b5e8a289389b650ae.tar.gz
ports-338295d41faedbf66de1065b5e8a289389b650ae.zip
devel/py-fixtures: Update to 4.0.0
-rw-r--r--devel/py-fixtures/Makefile10
-rw-r--r--devel/py-fixtures/distinfo6
-rw-r--r--devel/py-fixtures/pkg-descr1
3 files changed, 7 insertions, 10 deletions
diff --git a/devel/py-fixtures/Makefile b/devel/py-fixtures/Makefile
index 4170b87534c2..33d76ae9ad94 100644
--- a/devel/py-fixtures/Makefile
+++ b/devel/py-fixtures/Makefile
@@ -1,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= fixtures
-PORTVERSION= 3.0.0
-PORTREVISION= 1
+PORTVERSION= 4.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +14,9 @@ LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}testtools>=0.9.22:devel/py-testtools@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=5.7.0:devel/py-pbr@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=5.7.0:devel/py-pbr@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}testtools>=2.5.0:devel/py-testtools@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
diff --git a/devel/py-fixtures/distinfo b/devel/py-fixtures/distinfo
index 66132f9ec9f8..ca94c87d67f3 100644
--- a/devel/py-fixtures/distinfo
+++ b/devel/py-fixtures/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519516720
-SHA256 (fixtures-3.0.0.tar.gz) = fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef
-SIZE (fixtures-3.0.0.tar.gz) = 56629
+TIMESTAMP = 1650970107
+SHA256 (fixtures-4.0.0.tar.gz) = 81ac3a8a627bfa5fce577adf9c60ec7b347896c78d8e0ceccaf94f3a53d39163
+SIZE (fixtures-4.0.0.tar.gz) = 56786
diff --git a/devel/py-fixtures/pkg-descr b/devel/py-fixtures/pkg-descr
index b0f788fcf1cd..41ae90201d1a 100644
--- a/devel/py-fixtures/pkg-descr
+++ b/devel/py-fixtures/pkg-descr
@@ -4,5 +4,4 @@ your own fixtures using the fixtures contract. Glue code is provided that makes
using fixtures that meet the Fixtures contract in unittest compatible test cases
easy and straight forward.
-WWW: https://pypi.org/project/fixtures/
WWW: https://github.com/testing-cabal/fixtures