git: fdaf61b5aa2c - main - devel/py-parver: Update to 0.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 02:01:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdaf61b5aa2cbc2aac9001c0c66bce9590c00594 commit fdaf61b5aa2cbc2aac9001c0c66bce9590c00594 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-05 01:56:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-05 02:00:19 +0000 devel/py-parver: Update to 0.5 Changes: https://github.com/RazerM/parver/blob/master/CHANGELOG.rst --- devel/py-parver/Makefile | 4 ++-- devel/py-parver/distinfo | 6 +++--- devel/py-parver/files/patch-pyproject.toml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-parver/Makefile b/devel/py-parver/Makefile index 4d80cd97bff6..e7d0ef0dbc42 100644 --- a/devel/py-parver/Makefile +++ b/devel/py-parver/Makefile @@ -1,5 +1,5 @@ PORTNAME= parver -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/RazerM/parver LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arpeggio>=1.7:devel/py-arpeggio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=19.2:devel/py-attrs@${PY_FLAVOR} diff --git a/devel/py-parver/distinfo b/devel/py-parver/distinfo index b5946bebdf4d..08b6643df432 100644 --- a/devel/py-parver/distinfo +++ b/devel/py-parver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104444 -SHA256 (parver-0.4.tar.gz) = d4a3dbb93c53373ee9a0ba055e4858c44169b204b912e49d003ead95db9a9bca -SIZE (parver-0.4.tar.gz) = 25526 +TIMESTAMP = 1696432928 +SHA256 (parver-0.5.tar.gz) = b9fde1e6bb9ce9f07e08e9c4bea8d8825c5e78e18a0052d02e02bf9517eb4777 +SIZE (parver-0.5.tar.gz) = 26908 diff --git a/devel/py-parver/files/patch-pyproject.toml b/devel/py-parver/files/patch-pyproject.toml index 7990937d27ea..374bafa470d7 100644 --- a/devel/py-parver/files/patch-pyproject.toml +++ b/devel/py-parver/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2022-11-11 21:29:27 UTC +--- pyproject.toml.orig 2023-10-03 21:06:22 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] --requires = ["setuptools>=64", "wheel"] -+requires = ["setuptools>=61", "wheel"] +-requires = ["setuptools>=64"] ++requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" [project]