mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 3.14.2
- Added LICENSE_FILE - Changed BUILD_DEPENDS and RUN_DEPENDS to reflect the new dependencies - Updated WWW - Reformatted pkg-descr PR: 228845 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer Sponsored by: iXsystems Inc.
This commit is contained in:
parent
a096069ccb
commit
e90b4c0bd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474342
3 changed files with 27 additions and 26 deletions
|
@ -2,35 +2,37 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-openstackclient
|
||||
PORTVERSION= 3.7.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.14.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= Client for the OpenStack
|
||||
COMMENT= OpenStack Command-line Client
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cliff>=2.3.0:devel/py-cliff@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.16.0:devel/py-keystoneauth1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.9.10:devel/py-openstacksdk@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}osc-lib>=1.2.0:devel/py-osc-lib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-glanceclient>=2.5.0:net/py-python-glanceclient@${PY_FLAVOR} \
|
||||
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} \
|
||||
${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}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}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>=0:net/py-python-novaclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-cinderclient>=0:net/py-python-cinderclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-neutronclient>=0:net/py-python-neutronclient@${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}
|
||||
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= distutils autoplist noegginfo
|
||||
USE_PYTHON= distutils autoplist
|
||||
SHEBANG_FILES= tools/fast8.sh \
|
||||
openstackclient/tests/functional/run_stestr.sh
|
||||
|
||||
NO_ARCH= yes
|
||||
SHEBANG_FILES= openstackclient/tests/functional/post_test_hook.sh \
|
||||
openstackclient/tests/functional/post_test_hook_tips.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1485278977
|
||||
SHA256 (python-openstackclient-3.7.0.tar.gz) = 3db74830d9033e329f3f24094fa4331ba35d7d8030a30557e00cd67da4378220
|
||||
SIZE (python-openstackclient-3.7.0.tar.gz) = 519772
|
||||
TIMESTAMP = 1528306458
|
||||
SHA256 (python-openstackclient-3.14.2.tar.gz) = 7a3b286aff05eb69606e6492bfb27e6e7da779cfa4dfafba545b03dfdc2513a6
|
||||
SIZE (python-openstackclient-3.14.2.tar.gz) = 668307
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
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.
|
||||
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.
|
||||
|
||||
WWW: https://pypi.org/project/python-openstackclient/
|
||||
WWW: https://docs.openstack.org/python-openstackclient/
|
||||
|
|
Loading…
Add table
Reference in a new issue