ba78ee5c83
``swiftclient`` module), and a command-line script (``swift``). This code is based on original the client previously included with OpenStack's swift -- a highly available, distributed, eventually consistent object/blob store. WWW: http://launchpad.net/python-swiftclient PR: 174041 Submitted by: Mikolaj Golub <trociny@FreeBSD.org> Feature safe: yes
25 lines
652 B
Makefile
25 lines
652 B
Makefile
# Created by: Mikolaj Golub <trociny@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= swiftclient
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://launchpadlibrarian.net/109369673/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
|
COMMENT= Python client library for OpenStack Object Storage (Swift)
|
|
|
|
LICENSE= AL2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= python_${PORTNAME}
|
|
|
|
PLIST_FILES= bin/swift \
|
|
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|