diff options
| author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-12-17 15:31:09 +0000 |
|---|---|---|
| committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-12-17 15:31:09 +0000 |
| commit | d6c193775fdf46e61d24f521a23fff0671bde21e (patch) | |
| tree | 29f57aff9831dd2fa116afc517e2ba47e80e769b /net/py-python-keystoneclient/Makefile | |
| parent | graphics/colmap: unblock on amd64 due to intermittent errors (diff) | |
Rename python openstack clients to match pypi names
- Rename the following ports:
py-ceilometerclient
py-cinderclient
py-designateclient
py-glanceclient
py-heatclient
py-keystoneclient
py-neutronclient
py-novaclient
py-openstackclient
to py-python-$(component)client to match pypi name
- Update MOVED
- Update the appropriate dependency lines
Suggested by: koobs
Notes
Notes:
svn path=/head/; revision=428767
Diffstat (limited to 'net/py-python-keystoneclient/Makefile')
| -rw-r--r-- | net/py-python-keystoneclient/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net/py-python-keystoneclient/Makefile b/net/py-python-keystoneclient/Makefile new file mode 100644 index 000000000000..1fdc4592bafb --- /dev/null +++ b/net/py-python-keystoneclient/Makefile @@ -0,0 +1,35 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= python-keystoneclient +PORTVERSION= 3.7.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Keystone API + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore + +USES= python shebangfix +SHEBANG_FILES= keystoneclient/tests/functional/hooks/post_test_hook.sh +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include <bsd.port.mk> |
