diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-17 04:24:05 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-17 04:24:05 +0000 |
| commit | 04b06643e4eea18b0a7b75f9d8e5824ce37013d9 (patch) | |
| tree | 433452acfa5633f3402fbd2469e3bf6f35aac8c0 /net/py-python-novaclient | |
| parent | Update to 3.36.0 (diff) | |
Add LICENSE
- Update pkg-descr
- Update WWW
- Take maintainership
Notes
Notes:
svn path=/head/; revision=464754
Diffstat (limited to 'net/py-python-novaclient')
| -rw-r--r-- | net/py-python-novaclient/Makefile | 5 | ||||
| -rw-r--r-- | net/py-python-novaclient/distinfo | 2 | ||||
| -rw-r--r-- | net/py-python-novaclient/pkg-descr | 11 |
3 files changed, 12 insertions, 6 deletions
diff --git a/net/py-python-novaclient/Makefile b/net/py-python-novaclient/Makefile index 41f67b9319d9..14cbc04633c6 100644 --- a/net/py-python-novaclient/Makefile +++ b/net/py-python-novaclient/Makefile @@ -7,9 +7,12 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client for the OpenStack Nova API +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${FLAVOR} \ diff --git a/net/py-python-novaclient/distinfo b/net/py-python-novaclient/distinfo index e4dff1134eb7..52cd0a95c89a 100644 --- a/net/py-python-novaclient/distinfo +++ b/net/py-python-novaclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475931623 +TIMESTAMP = 1521259917 SHA256 (python-novaclient-6.0.0.tar.gz) = 68fb4e75012a66d23198ca9c6cdc425cd9e0ce750bf759af6cd48fdb19ee6068 SIZE (python-novaclient-6.0.0.tar.gz) = 288335 diff --git a/net/py-python-novaclient/pkg-descr b/net/py-python-novaclient/pkg-descr index 804d1f15a398..000f744857a7 100644 --- a/net/py-python-novaclient/pkg-descr +++ b/net/py-python-novaclient/pkg-descr @@ -1,5 +1,8 @@ -This is a client for the OpenStack Nova API. There's a Python -API (the novaclient module), and a command-line script (nova). -Each implements 100% of the OpenStack Nova API. +This is a client for OpenStack Nova API. There's a Python API (the novaclient +module), and a command-line script (installed as nova). Each implements the +entire OpenStack Nova API. -WWW: https://pypi.python.org/pypi/python-novaclient +You'll need credentials for an OpenStack cloud that implements the Compute API, +such as TryStack, HP, or Rackspace, in order to use the nova client. + +WWW: https://docs.openstack.org/python-novaclient/latest/ |
