diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-31 21:09:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-31 21:09:27 +0800 |
commit | c2452cd74cb6394d48f4427a48d76f92c76aab7d (patch) | |
tree | b4ab537a9d3e24fe4bda6990cfd149b5997314a9 /net/Makefile | |
parent | ecf84cf5dd7435827b5c43c249f355dc9ef99d66 (diff) | |
download | freebsd-ports-gnome-c2452cd74cb6394d48f4427a48d76f92c76aab7d.tar.gz freebsd-ports-gnome-c2452cd74cb6394d48f4427a48d76f92c76aab7d.tar.zst freebsd-ports-gnome-c2452cd74cb6394d48f4427a48d76f92c76aab7d.zip |
Add py-python-swiftclient 3.3.0
This is a python client for the Swift API. There's a Python API (the swiftclient
module), and a command-line script (swift).
Development takes place via the usual OpenStack processes as outlined in the
OpenStack wiki.
This code is based on the original client previously included with OpenStack's
Swift The python-swiftclient is licensed under the Apache License like the rest
of OpenStack.
WWW: https://pypi.python.org/pypi/python-swiftclient
WWW: https://github.com/openstack/python-swiftclient
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5f01acc1b88e..20f8192367ab 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1038,6 +1038,7 @@ SUBDIR += py-python-novaclient SUBDIR += py-python-ntlm SUBDIR += py-python-openstackclient + SUBDIR += py-python-swiftclient SUBDIR += py-python-twitter SUBDIR += py-pyvmomi SUBDIR += py-pyzmq |