Update to 3.22.0

- Sort RUN_DEPENDS
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://docs.openstack.org/python-keystoneclient/latest/history.html
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-08 14:51:36 +00:00
parent 49a1720776
commit 4a966aa00f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522412
3 changed files with 18 additions and 16 deletions

View File

@ -2,33 +2,34 @@
# $FreeBSD$
PORTNAME= python-keystoneclient
PORTVERSION= 3.15.0
PORTVERSION= 3.22.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Client for the OpenStack Keystone API
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Client Library for OpenStack Identity
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.config>=5.1.0:devel/py-oslo.config@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= distutils autoplist
SHEBANG_FILES= keystoneclient/tests/functional/hooks/post_test_hook.sh
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
SHEBANG_GLOB= *.sh
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1527870405
SHA256 (python-keystoneclient-3.15.0.tar.gz) = f82c43c1cde7453ee274090c2e816c27c8a4c1de88583a8a5a509719917396fa
SIZE (python-keystoneclient-3.15.0.tar.gz) = 306850
TIMESTAMP = 1578401186
SHA256 (python-keystoneclient-3.22.0.tar.gz) = 6e2b6d2a5ae5d7aa26d4e52d1c682e08417d2c5d73ccc54cb65c54903a868cb4
SIZE (python-keystoneclient-3.22.0.tar.gz) = 316888

View File

@ -1,5 +1,6 @@
A client for the OpenStack Identity API, implemented by the Keystone team.
It contains a Python API (the keystoneclient module) for
OpenStack's Identity Service.
This is a client for the OpenStack Identity API, implemented by the Keystone
team; it contains a Python API (the keystoneclient module) for OpenStack's
Identity Service. For command line interface support, use OpenStackClient.
WWW: https://pypi.org/project/python-keystoneclient/
WWW: https://docs.openstack.org/python-keystoneclient/latest/
WWW: https://github.com/openstack/python-keystoneclient