Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 14:46:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530679 - head/devel/py-glance-store
Message-ID:  <202004041446.034EkxQ4022106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  4 14:46:59 2020
New Revision: 530679
URL: https://svnweb.freebsd.org/changeset/ports/530679

Log:
  Update to 0.29.1
  
  - Update WWW
  
  Changes:	https://docs.openstack.org/releasenotes/glance_store/

Modified:
  head/devel/py-glance-store/Makefile
  head/devel/py-glance-store/distinfo
  head/devel/py-glance-store/pkg-descr   (contents, props changed)

Modified: head/devel/py-glance-store/Makefile
==============================================================================
--- head/devel/py-glance-store/Makefile	Sat Apr  4 14:46:37 2020	(r530678)
+++ head/devel/py-glance-store/Makefile	Sat Apr  4 14:46:59 2020	(r530679)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	glance-store
-PORTVERSION=	0.23.0
-PORTREVISION=	2
+PORTVERSION=	0.29.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,46 +15,37 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}oslo.config>=5.1.0:devel/py-oslo.config@${PY_FLAVOR} \
+RUN_DEPENDS=	${PY_ENUM34} \
+		${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.26.0:devel/py-oslo.concurrency@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.25.0:devel/py-oslo.concurrency@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.8.0:net/py-python-keystoneclient@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
-		${PY_ENUM34}
+		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR}
 
 USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
-SHEBANG_FILES=	glance_store/tests/functional/hooks/post_test_hook.sh \
-		glance_store/tests/functional/hooks/gate_hook.sh
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=		CINDER VMWARE
-OPTIONS_DEFAULT=	CINDER VMWARE
+SHEBANG_GLOB=	*.sh
 
+OPTIONS_DEFINE=	CINDER VMWARE
+OPTIONS_DEFAULT=CINDER VMWARE
 CINDER_DESC=	Storage backend for OpenStack Cinder storage nodes
 VMWARE_DESC=	Storage backend for VMware Datastore
 
-CINDER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}os-brick>=2.3.4:devel/py-os-brick@${PY_FLAVOR} \
+CINDER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}os-brick>=2.2.0:devel/py-os-brick@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}oslo.rootwrap>=5.8.0:devel/py-oslo.rootwrap@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.23.0:devel/py-oslo.privsep@${PY_FLAVOR}
 VMWARE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}oslo.vmware>=2.17.0:devel/py-oslo.vmware@${PY_FLAVOR}
 
-post-patch:
-	@${REINPLACE_CMD} -Ee 's,(/etc/)(ceph|glance|ssl),${PREFIX}\1\2,g' \
-		${WRKSRC}/glance_store/_drivers/cinder.py \
-		${WRKSRC}/glance_store/_drivers/rbd.py \
-		${WRKSRC}/glance_store/_drivers/swift/store.py \
-		${WRKSRC}/glance_store/_drivers/vmware_datastore.py \
-		${WRKSRC}/glance_store/tests/unit/test_cinder_store.py
-
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MCINDER}
@@ -65,5 +55,9 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}python-cinderclie
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}python-cinderclient>=3.3.0:net/py-python-cinderclient@${PY_FLAVOR}
 .endif
 .endif
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|/etc/glance/|${PREFIX}&|' ${WRKSRC}/etc/glance/rootwrap.conf ${WRKSRC}/glance_store/_drivers/cinder.py ${WRKSRC}/glance_store/tests/unit/test_cinder_store.py
+	@${REINPLACE_CMD} -e 's|/etc/ssl/|${PREFIX}&|' ${WRKSRC}/glance_store/_drivers/swift/store.py ${WRKSRC}/glance_store/_drivers/vmware_datastore.py
 
 .include <bsd.port.post.mk>

Modified: head/devel/py-glance-store/distinfo
==============================================================================
--- head/devel/py-glance-store/distinfo	Sat Apr  4 14:46:37 2020	(r530678)
+++ head/devel/py-glance-store/distinfo	Sat Apr  4 14:46:59 2020	(r530679)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531305299
-SHA256 (glance_store-0.23.0.tar.gz) = dc15c2ddd549feb112dffc7f21318ec3dcbcd7e3aab8169d75ddc2cceb14b6b9
-SIZE (glance_store-0.23.0.tar.gz) = 140917
+TIMESTAMP = 1585985904
+SHA256 (glance_store-0.29.1.tar.gz) = 9cf15983755651150fa057d419b5aac2d9807c49d302fecc3732b723aefc1f95
+SIZE (glance_store-0.29.1.tar.gz) = 185326

Modified: head/devel/py-glance-store/pkg-descr
==============================================================================
--- head/devel/py-glance-store/pkg-descr	Sat Apr  4 14:46:37 2020	(r530678)
+++ head/devel/py-glance-store/pkg-descr	Sat Apr  4 14:46:59 2020	(r530679)
@@ -6,4 +6,4 @@ assets from/to a set of several, different, storage te
 This library has been extracted from the Glance source code for the specific use
 of the Glance and Glare projects.
 
-WWW: https://pypi.org/project/glance_store/
+WWW: https://docs.openstack.org/glance_store/latest/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004041446.034EkxQ4022106>