diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 11:18:34 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 11:18:34 +0800 |
commit | 0c823a40daf2f2d29964446af7cda88aab4ec442 (patch) | |
tree | bfed32032b8b3ab4c71975707ba2f59e4421d744 /net/py-python-glanceclient | |
parent | net/py-python-barbicanclient: Update to 5.6.0 (diff) |
net/py-python-glanceclient: Update WWW and clean up pkg-descr
Diffstat (limited to 'net/py-python-glanceclient')
-rw-r--r-- | net/py-python-glanceclient/Makefile | 3 | ||||
-rw-r--r-- | net/py-python-glanceclient/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/py-python-glanceclient/Makefile b/net/py-python-glanceclient/Makefile index 2dc138263b03..e2ea15f1d1dc 100644 --- a/net/py-python-glanceclient/Makefile +++ b/net/py-python-glanceclient/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenStack Image API Client Library -WWW= https://docs.openstack.org/python-glanceclient/latest/ +WWW= https://docs.openstack.org/python-glanceclient/latest/ \ + https://github.com/openstack/python-glanceclient LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net/py-python-glanceclient/pkg-descr b/net/py-python-glanceclient/pkg-descr index d14463e4242f..adfd2e1eb49e 100644 --- a/net/py-python-glanceclient/pkg-descr +++ b/net/py-python-glanceclient/pkg-descr @@ -2,5 +2,3 @@ This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the glanceclient module) and a command-line tool (glance). This library fully supports the v1 Images API, while support for the v2 API is in progress. - -See also: https://github.com/openstack/python-glanceclient |