git: b183dc72a15b - main - devel/py-testrepository: Update to 0.0.21
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 08:44:39 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=b183dc72a15b18408cc401068d0b89ef90b6f8cd commit b183dc72a15b18408cc401068d0b89ef90b6f8cd Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-10-13 08:31:30 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-10-13 08:31:30 +0000 devel/py-testrepository: Update to 0.0.21 * Switch to the PEP517 framework and sort USE_PYTHON while I'm here. * Remove shebangfix because it's no longer required. Changelog: https://github.com/testing-cabal/testrepository/blob/0.0.21/NEWS --- devel/py-testrepository/Makefile | 15 ++++++++------- devel/py-testrepository/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/devel/py-testrepository/Makefile b/devel/py-testrepository/Makefile index f1c2ea38f224..428a575eab6c 100644 --- a/devel/py-testrepository/Makefile +++ b/devel/py-testrepository/Makefile @@ -1,6 +1,5 @@ PORTNAME= testrepository -DISTVERSION= 0.0.20 -PORTREVISION= 1 +DISTVERSION= 0.0.21 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +13,15 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/BSD +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fixtures>0:devel/py-fixtures@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-subunit>=0.0.18:devel/py-python-subunit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}testtools>=0.9.30:devel/py-testtools@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-subunit>=1.0.0:devel/py-python-subunit@${PY_FLAVOR} -USES= python shebangfix -USE_PYTHON= distutils concurrent autoplist -SHEBANG_FILES= testr +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-testrepository/distinfo b/devel/py-testrepository/distinfo index 712cc6910265..552e8288155c 100644 --- a/devel/py-testrepository/distinfo +++ b/devel/py-testrepository/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527335603 -SHA256 (testrepository-0.0.20.tar.gz) = 752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb -SIZE (testrepository-0.0.20.tar.gz) = 84956 +TIMESTAMP = 1728718529 +SHA256 (testrepository-0.0.21.tar.gz) = 368afcf7e090b3c688bdd754a25f64bc314e512b816f8c71b9f9fc17dc37a3d9 +SIZE (testrepository-0.0.21.tar.gz) = 2416956