aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:21:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:31:13 +0000
commite5e86bf33f1bea5d4ed3fb7d899c23c0cbf1c6a9 (patch)
tree39106fdb00e00d6c5bcc580e3b061a35d5272e30
parent52112af250e76d30c96a4c1f05e37577447bca08 (diff)
downloadports-e5e86bf33f1bea5d4ed3fb7d899c23c0cbf1c6a9.tar.gz
ports-e5e86bf33f1bea5d4ed3fb7d899c23c0cbf1c6a9.zip
devel/py-castellan: Update to 5.0.0
- Convert to USE_PYTHON=pep517 Changes: https://docs.openstack.org/releasenotes/castellan/
-rw-r--r--devel/py-castellan/Makefile8
-rw-r--r--devel/py-castellan/distinfo6
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/py-castellan/Makefile b/devel/py-castellan/Makefile
index 3bcd88d9c7de..7ddf72f3e54f 100644
--- a/devel/py-castellan/Makefile
+++ b/devel/py-castellan/Makefile
@@ -1,5 +1,5 @@
PORTNAME= castellan
-PORTVERSION= 4.4.0
+PORTVERSION= 5.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,9 @@ WWW= https://docs.openstack.org/castellan/latest/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.config>=6.4.0:devel/py-oslo.config@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.context>=2.19.2:devel/py-oslo.context@${PY_FLAVOR} \
@@ -25,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@
${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR}
USES= python shebangfix
-USE_PYTHON= autoplist concurrent cryptography distutils
+USE_PYTHON= autoplist concurrent cryptography pep517
NO_ARCH= yes
diff --git a/devel/py-castellan/distinfo b/devel/py-castellan/distinfo
index 65963bd0f284..8f6128149d30 100644
--- a/devel/py-castellan/distinfo
+++ b/devel/py-castellan/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390518
-SHA256 (castellan-4.4.0.tar.gz) = b80f932170b84d733811a390d44cf353ad7063cbd133dfaed80cfaf37b8a6e0a
-SIZE (castellan-4.4.0.tar.gz) = 84902
+TIMESTAMP = 1710712418
+SHA256 (castellan-5.0.0.tar.gz) = 7559c8922ec0a8862783a26c0b006b9f0592cc8281b3e3a2a82dcbbd7c24152a
+SIZE (castellan-5.0.0.tar.gz) = 85067