diff options
Diffstat (limited to 'databases/py-python-swiftclient')
-rw-r--r-- | databases/py-python-swiftclient/Makefile | 27 | ||||
-rw-r--r-- | databases/py-python-swiftclient/distinfo | 6 | ||||
-rw-r--r-- | databases/py-python-swiftclient/pkg-descr | 10 |
3 files changed, 20 insertions, 23 deletions
diff --git a/databases/py-python-swiftclient/Makefile b/databases/py-python-swiftclient/Makefile index 63621a31d4d6..257fea4bcf93 100644 --- a/databases/py-python-swiftclient/Makefile +++ b/databases/py-python-swiftclient/Makefile @@ -1,29 +1,26 @@ PORTNAME= python-swiftclient -PORTVERSION= 3.13.1 -PORTREVISION= 2 +PORTVERSION= 4.8.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python_swiftclient-${PORTVERSION} -MAINTAINER= trociny@FreeBSD.org -COMMENT= Python client library for OpenStack Object Storage (Swift) -WWW= https://launchpad.net/python-swiftclient +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenStack Object Storage API Client Library +WWW= https://docs.openstack.org/python-swiftclient/latest/ \ + https://github.com/openstack/python-swiftclient LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.21:devel/py-pbr@${PY_FLAVOR} - -RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist -NO_ARCH= yes +USE_PYTHON= autoplist concurrent pep517 -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/manpages/swift.1 \ - ${STAGEDIR}${PREFIX}/share/man/man1 +NO_ARCH= yes .include <bsd.port.mk> diff --git a/databases/py-python-swiftclient/distinfo b/databases/py-python-swiftclient/distinfo index 8d3bf05b0326..7592dcc2441a 100644 --- a/databases/py-python-swiftclient/distinfo +++ b/databases/py-python-swiftclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651593142 -SHA256 (python-swiftclient-3.13.1.tar.gz) = 2d26c90b6392f6befa7fbb16fcda7be44aa26e2ae8a5bee2705d1d1c813833f0 -SIZE (python-swiftclient-3.13.1.tar.gz) = 201632 +TIMESTAMP = 1752266054 +SHA256 (python_swiftclient-4.8.0.tar.gz) = 44162cab469368cafdc25e0c8c4e95a2b9db1a44456a48ce080fe2ca9a4b3863 +SIZE (python_swiftclient-4.8.0.tar.gz) = 210041 diff --git a/databases/py-python-swiftclient/pkg-descr b/databases/py-python-swiftclient/pkg-descr index 1132c3d5ad78..96aca59daef8 100644 --- a/databases/py-python-swiftclient/pkg-descr +++ b/databases/py-python-swiftclient/pkg-descr @@ -1,6 +1,6 @@ -This is a python client for the Swift API. There's a Python API (the -``swiftclient`` module), and a command-line script (``swift``). +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. +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. |