Date: Wed, 12 Oct 2016 10:23:58 +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: r423853 - in head/net: . py-glanceclient Message-ID: <201610121023.u9CANw3Z033621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Wed Oct 12 10:23:58 2016 New Revision: 423853 URL: https://svnweb.freebsd.org/changeset/ports/423853 Log: Add py-glanceclient 2.5.0, client for the OpenStack Glance API. PR: 213337 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Added: head/net/py-glanceclient/ head/net/py-glanceclient/Makefile (contents, props changed) head/net/py-glanceclient/distinfo (contents, props changed) head/net/py-glanceclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 12 10:23:05 2016 (r423852) +++ head/net/Makefile Wed Oct 12 10:23:58 2016 (r423853) @@ -962,6 +962,7 @@ SUBDIR += py-dugong SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet + SUBDIR += py-glanceclient SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-gspreadsheet Added: head/net/py-glanceclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-glanceclient/Makefile Wed Oct 12 10:23:58 2016 (r423853) @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= glanceclient +PORTVERSION= 2.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 Glance API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}warlock>=0:devel/py-warlock \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils + +USES= python shebangfix +SHEBANG_FILES= glanceclient/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-glanceclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-glanceclient/distinfo Wed Oct 12 10:23:58 2016 (r423853) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475931722 +SHA256 (python-glanceclient-2.5.0.tar.gz) = 8c510a089fb4dc8355d5db0de608361888b5e4e0c81e0d153ae1b1366bfb8a08 +SIZE (python-glanceclient-2.5.0.tar.gz) = 157864 Added: head/net/py-glanceclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-glanceclient/pkg-descr Wed Oct 12 10:23:58 2016 (r423853) @@ -0,0 +1,5 @@ +This is a client for the OpenStack Glance API. There's a Python +API (the glanceclient module), and a command-line script (glance). +Each implements 100% of the OpenStack Glance API. + +WWW: https://pypi.python.org/pypi/python-glanceclient
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610121023.u9CANw3Z033621>