Date: Sat, 29 Oct 2016 12:06:26 +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: r424906 - in head/devel: . py-glance-store Message-ID: <201610291206.u9TC6QGU074818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sat Oct 29 12:06:25 2016 New Revision: 424906 URL: https://svnweb.freebsd.org/changeset/ports/424906 Log: Add py-glance-store 0.18.0, openStack Image Service Store Library. PR: 213769 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Added: head/devel/py-glance-store/ head/devel/py-glance-store/Makefile (contents, props changed) head/devel/py-glance-store/distinfo (contents, props changed) head/devel/py-glance-store/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Oct 29 12:05:15 2016 (r424905) +++ head/devel/Makefile Sat Oct 29 12:06:25 2016 (r424906) @@ -4182,6 +4182,7 @@ SUBDIR += py-gitless SUBDIR += py-gitosis SUBDIR += py-gitpython + SUBDIR += py-glance-store SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 Added: head/devel/py-glance-store/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-glance-store/Makefile Sat Oct 29 12:06:25 2016 (r424906) @@ -0,0 +1,34 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= glance-store +PORTVERSION= 0.18.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= glance_store-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack Image Service Store Library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-glance-store/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-glance-store/distinfo Sat Oct 29 12:06:25 2016 (r424906) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476648738 +SHA256 (glance_store-0.18.0.tar.gz) = 56b8b33f5deb74c652bd82d781aa82459e14152a5ee5c74726f0f1545c2355a7 +SIZE (glance_store-0.18.0.tar.gz) = 126949 Added: head/devel/py-glance-store/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-glance-store/pkg-descr Sat Oct 29 12:06:25 2016 (r424906) @@ -0,0 +1,3 @@ +OpenStack Image Service Store Library. + +WWW: https://pypi.python.org/pypi/glance_store
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610291206.u9TC6QGU074818>