mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
devel/py-castellan: Update to 5.0.0
- Convert to USE_PYTHON=pep517 Changes: https://docs.openstack.org/releasenotes/castellan/
This commit is contained in:
parent
52112af250
commit
e5e86bf33f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user