diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-17 12:24:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-17 12:24:05 +0800 |
commit | 90654f4a27cc95430e28d4aca6d87028a77f26ad (patch) | |
tree | 433452acfa5633f3402fbd2469e3bf6f35aac8c0 /net | |
parent | 2c100faf77fd8c93d65cde1a8c7dc40fefe2c332 (diff) | |
download | freebsd-ports-gnome-90654f4a27cc95430e28d4aca6d87028a77f26ad.tar.gz freebsd-ports-gnome-90654f4a27cc95430e28d4aca6d87028a77f26ad.tar.zst freebsd-ports-gnome-90654f4a27cc95430e28d4aca6d87028a77f26ad.zip |
Add LICENSE
- Update pkg-descr
- Update WWW
- Take maintainership
Diffstat (limited to 'net')
-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/ |