Date: Wed, 12 Oct 2016 10:24:37 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423854 - in head/net: . py-keystoneclient Message-ID: <201610121024.u9CAObNv033828@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Wed Oct 12 10:24:37 2016 New Revision: 423854 URL: https://svnweb.freebsd.org/changeset/ports/423854 Log: Add py-keystoneclient 3.5.0, client for the OpenStack Keystone API. PR: 213337 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Added: head/net/py-keystoneclient/ head/net/py-keystoneclient/Makefile (contents, props changed) head/net/py-keystoneclient/distinfo (contents, props changed) head/net/py-keystoneclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 12 10:23:58 2016 (r423853) +++ head/net/Makefile Wed Oct 12 10:24:37 2016 (r423854) @@ -971,6 +971,7 @@ SUBDIR += py-ipaddress SUBDIR += py-iplib SUBDIR += py-kafka-python + SUBDIR += py-keystoneclient SUBDIR += py-kombu SUBDIR += py-ldap SUBDIR += py-ldap3 Added: head/net/py-keystoneclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-keystoneclient/Makefile Wed Oct 12 10:24:37 2016 (r423854) @@ -0,0 +1,34 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= keystoneclient +PORTVERSION= 3.5.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Keystone API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.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.16.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> Added: head/net/py-keystoneclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-keystoneclient/distinfo Wed Oct 12 10:24:37 2016 (r423854) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932050 +SHA256 (python-keystoneclient-3.5.0.tar.gz) = 5a1c7f3902193c620e398c4655b7d363a7fabdb286e549fccf99ae84ed1612dd +SIZE (python-keystoneclient-3.5.0.tar.gz) = 299756 Added: head/net/py-keystoneclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-keystoneclient/pkg-descr Wed Oct 12 10:24:37 2016 (r423854) @@ -0,0 +1,5 @@ +A client for the OpenStack Identity API, implemented by the Keystone team. +It contains a Python API (the keystoneclient module) for +OpenStack's Identity Service. + +WWW: https://pypi.python.org/pypi/python-keystoneclient
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610121024.u9CAObNv033828>