git: 338295d41fae - main - devel/py-fixtures: Update to 4.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 15:05:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=338295d41faedbf66de1065b5e8a289389b650ae commit 338295d41faedbf66de1065b5e8a289389b650ae Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-26 14:53:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-26 15:01:22 +0000 devel/py-fixtures: Update to 4.0.0 Changes: https://github.com/testing-cabal/fixtures/blob/master/NEWS --- devel/py-fixtures/Makefile | 10 ++++------ devel/py-fixtures/distinfo | 6 +++--- devel/py-fixtures/pkg-descr | 1 - 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