Index: head/devel/py-glance-store/Makefile =================================================================== --- head/devel/py-glance-store/Makefile (revision 467387) +++ head/devel/py-glance-store/Makefile (revision 467388) @@ -1,37 +1,39 @@ # Created by: Alexander Nusov # $FreeBSD$ PORTNAME= glance-store PORTVERSION= 0.20.0 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= glance_store-${PORTVERSION} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= OpenStack Image Service Store Library +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${FLAVOR} RUN_DEPENDS= ${PY_ENUM34} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.8.0:net/py-python-keystoneclient@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${FLAVOR} -NO_ARCH= yes - USES= python shebangfix USE_PYTHON= autoplist distutils +NO_ARCH= yes SHEBANG_FILES= glance_store/tests/functional/hooks/post_test_hook.sh \ glance_store/tests/functional/hooks/gate_hook.sh .include Index: head/devel/py-glance-store/pkg-descr =================================================================== --- head/devel/py-glance-store/pkg-descr (revision 467387) +++ head/devel/py-glance-store/pkg-descr (revision 467388) @@ -1,3 +1,9 @@ OpenStack Image Service Store Library. +The glance_store library supports the creation, deletion and gather of data +assets from/to a set of several, different, storage technologies. + +This library has been extracted from the Glance source code for the specific use +of the Glance and Glare projects. + WWW: https://pypi.python.org/pypi/glance_store