1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

devel/py-parver: Update to 0.5

Changes:	https://github.com/RazerM/parver/blob/master/CHANGELOG.rst
This commit is contained in:
Po-Chuan Hsieh 2023-10-05 09:56:28 +08:00
parent edcc91eeab
commit fdaf61b5aa
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 8 deletions

View File

@ -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}

View File

@ -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

View File

@ -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]