Date: Sun, 15 Apr 2018 12:56:42 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467388 - head/devel/py-glance-store Message-ID: <201804151256.w3FCuglY067751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sun Apr 15 12:56:41 2018 New Revision: 467388 URL: https://svnweb.freebsd.org/changeset/ports/467388 Log: devel/py-glance-store: Improve pkg-descr While here, add LICENSE. Approved by: portmgr (blanket) Modified: head/devel/py-glance-store/Makefile head/devel/py-glance-store/pkg-descr Modified: head/devel/py-glance-store/Makefile ============================================================================== --- head/devel/py-glance-store/Makefile Sun Apr 15 12:54:15 2018 (r467387) +++ head/devel/py-glance-store/Makefile Sun Apr 15 12:56:41 2018 (r467388) @@ -12,6 +12,9 @@ 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} \ @@ -27,10 +30,9 @@ RUN_DEPENDS= ${PY_ENUM34} \ ${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 Modified: head/devel/py-glance-store/pkg-descr ============================================================================== --- head/devel/py-glance-store/pkg-descr Sun Apr 15 12:54:15 2018 (r467387) +++ head/devel/py-glance-store/pkg-descr Sun Apr 15 12:56:41 2018 (r467388) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804151256.w3FCuglY067751>