View | Details | Raw Unified | Return to bug 175994
Collapse All | Expand All

(-)databases/py-swiftclient/pkg-descr (-1 / +1 lines)
Lines 1-7 Link Here
1
This is a python client for the Swift API. There's a Python API (the
1
This is a python client for the Swift API. There's a Python API (the
2
``swiftclient`` module), and a command-line script (``swift``).
2
``swiftclient`` module), and a command-line script (``swift``).
3
3
4
This code is based on original the client previously included with
4
This code is based on the original client previously included with
5
OpenStack's swift -- a highly available, distributed, eventually
5
OpenStack's swift -- a highly available, distributed, eventually
6
consistent object/blob store.
6
consistent object/blob store.
7
7
(-)databases/py-swiftclient/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (python-swiftclient-1.2.0.tar.gz) = d6c57284240acc4ff4f4d125dc8d152ade395a611b478ed6ec9848bf8d62928a
1
SHA256 (python-swiftclient-1.3.0.tar.gz) = 9aac48035d497473bf198f80aab71149765c520611421d640b68feca3e230ebd
2
SIZE (python-swiftclient-1.2.0.tar.gz) = 46999
2
SIZE (python-swiftclient-1.3.0.tar.gz) = 52707
(-)databases/py-swiftclient/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	swiftclient
4
PORTNAME=	swiftclient
5
PORTVERSION=	1.2.0
5
PORTVERSION=	1.3.0
6
CATEGORIES=	databases python
6
CATEGORIES=	databases python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Return to bug 175994