forked from Lainports/freebsd-ports
Add py-python-cinderclient5 5.0.0 (copied from py-python-cinderclient)
- Add PORTSCOUT
This commit is contained in:
parent
80886517da
commit
6b7ac2a240
4 changed files with 50 additions and 0 deletions
|
|
@ -1088,6 +1088,7 @@
|
|||
SUBDIR += py-python-bitcoinrpc
|
||||
SUBDIR += py-python-ceilometerclient
|
||||
SUBDIR += py-python-cinderclient
|
||||
SUBDIR += py-python-cinderclient5
|
||||
SUBDIR += py-python-designateclient
|
||||
SUBDIR += py-python-glanceclient
|
||||
SUBDIR += py-python-heatclient
|
||||
|
|
|
|||
37
net/py-python-cinderclient5/Makefile
Normal file
37
net/py-python-cinderclient5/Makefile
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-cinderclient
|
||||
PORTVERSION= 5.0.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 5
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= OpenStack Block Storage API Client Library
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${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}prettytable>=0.7.1<0.8:devel/py-prettytable@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^5\.
|
||||
|
||||
SHEBANG_GLOB= *.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
net/py-python-cinderclient5/distinfo
Normal file
3
net/py-python-cinderclient5/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1578401178
|
||||
SHA256 (python-cinderclient-5.0.0.tar.gz) = d61bc8d816c1fe18304843b70bbb33220ebb5ae554b4c3a1c83486ad0d7d1509
|
||||
SIZE (python-cinderclient-5.0.0.tar.gz) = 254510
|
||||
9
net/py-python-cinderclient5/pkg-descr
Normal file
9
net/py-python-cinderclient5/pkg-descr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
This is a client for the OpenStack Cinder API. There's a Python API (the
|
||||
cinderclient module), and a command-line script (cinder). Each implements 100%
|
||||
of the OpenStack Cinder API.
|
||||
|
||||
See the OpenStack CLI Reference for information on how to use the cinder
|
||||
command-line tool. You may also want to look at the OpenStack API documentation.
|
||||
|
||||
WWW: https://docs.openstack.org/python-cinderclient/latest/
|
||||
WWW: https://github.com/openstack/python-cinderclient
|
||||
Loading…
Add table
Reference in a new issue