diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-12-18 15:44:45 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-12-18 15:44:45 +0000 |
commit | 74dcfe4548c25b48f2325355bdb05b5fe7a07a7e (patch) | |
tree | fa7d854a83bf2299ea0b17f2c5d10e41ae0cc89c /databases/py-python-swiftclient/pkg-descr | |
parent | - Update to 2.40 (diff) |
databases/py-swiftclient: rename to py-python-swiftclient
- Rename to py-python-swiftclient to follow naming convention
for Python port available on pypi to match pypi name
- Update dependencies for databases/py-swift and
net/py-python-heatclient and bump PORTREVISION for these ports
PR: 215374
Approved by: trociny (maintainer)
Notes
Notes:
svn path=/head/; revision=428875
Diffstat (limited to 'databases/py-python-swiftclient/pkg-descr')
-rw-r--r-- | databases/py-python-swiftclient/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/py-python-swiftclient/pkg-descr b/databases/py-python-swiftclient/pkg-descr new file mode 100644 index 000000000000..f8c8be3aa3f8 --- /dev/null +++ b/databases/py-python-swiftclient/pkg-descr @@ -0,0 +1,8 @@ +This is a python client for the Swift API. There's a Python API (the +``swiftclient`` module), and a command-line script (``swift``). + +This code is based on the original client previously included with +OpenStack's swift -- a highly available, distributed, eventually +consistent object/blob store. + +WWW: http://launchpad.net/python-swiftclient |