mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 3.19.0
- Sort RUN_DEPENDS - Update pkg-descr - Update WWW - Take maintainership Changes: https://docs.openstack.org/releasenotes/python-openstackclient/
This commit is contained in:
parent
e9d2e28003
commit
e15cd3e968
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522414
3 changed files with 24 additions and 20 deletions
|
@ -2,37 +2,37 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-openstackclient
|
||||
PORTVERSION= 3.14.2
|
||||
PORTVERSION= 3.19.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= OpenStack Command-line Client
|
||||
|
||||
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}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.9.19:devel/py-openstacksdk@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}osc-lib>=1.8.0:devel/py-osc-lib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.6.2:devel/py-keystoneauth1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.17.0:devel/py-openstacksdk@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}osc-lib>=1.10.0:devel/py-osc-lib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${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}python-cinderclient>=3.3.0:net/py-python-cinderclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-glanceclient>=2.8.0:net/py-python-glanceclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.8.0:net/py-python-keystoneclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-novaclient>=9.1.0:net/py-python-novaclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-cinderclient>=3.3.0:net/py-python-cinderclient@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.17.0:net/py-python-keystoneclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-novaclient>=10.0.0:net/py-python-novaclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= distutils autoplist
|
||||
SHEBANG_FILES= tools/fast8.sh \
|
||||
openstackclient/tests/functional/run_stestr.sh
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
SHEBANG_GLOB= *.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1528306458
|
||||
SHA256 (python-openstackclient-3.14.2.tar.gz) = 7a3b286aff05eb69606e6492bfb27e6e7da779cfa4dfafba545b03dfdc2513a6
|
||||
SIZE (python-openstackclient-3.14.2.tar.gz) = 668307
|
||||
TIMESTAMP = 1578401190
|
||||
SHA256 (python-openstackclient-3.19.0.tar.gz) = 2de5b8bfc68b46c4cb355c84c5f8e8cb862834f471cf86714b93e682ca9e3b5a
|
||||
SIZE (python-openstackclient-3.19.0.tar.gz) = 721871
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the
|
||||
command set for Compute, Identity, Image, Object Store and Block Storage APIs
|
||||
together in a single shell with a uniform command structure.
|
||||
command set for Compute, Identity, Image, Network, Object Store and Block
|
||||
Storage APIs together in a single shell with a uniform command structure.
|
||||
|
||||
WWW: https://docs.openstack.org/python-openstackclient/
|
||||
The primary goal is to provide a unified shell command structure and a common
|
||||
language to describe operations in OpenStack.
|
||||
|
||||
WWW: https://docs.openstack.org/python-openstackclient/latest/
|
||||
WWW: https://github.com/openstack/python-openstackclient
|
||||
|
|
Loading…
Add table
Reference in a new issue