Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 14:51:14 +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: r522408 - head/net/py-python-cinderclient
Message-ID:  <202001081451.008EpEKn079204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  8 14:51:14 2020
New Revision: 522408
URL: https://svnweb.freebsd.org/changeset/ports/522408

Log:
  Update to 5.0.0
  
  - Update version requirement of RUN_DEPENDS
  - Update pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://docs.openstack.org/releasenotes/python-cinderclient/

Modified:
  head/net/py-python-cinderclient/Makefile
  head/net/py-python-cinderclient/distinfo
  head/net/py-python-cinderclient/pkg-descr

Modified: head/net/py-python-cinderclient/Makefile
==============================================================================
--- head/net/py-python-cinderclient/Makefile	Wed Jan  8 14:51:08 2020	(r522407)
+++ head/net/py-python-cinderclient/Makefile	Wed Jan  8 14:51:14 2020	(r522408)
@@ -2,45 +2,33 @@
 # $FreeBSD$
 
 PORTNAME=	python-cinderclient
-PORTVERSION=	3.5.0
-PORTREVISION=	2
+PORTVERSION=	5.0.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Client for the OpenStack Cinder API
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	OpenStack Block Storage API Client Library
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1:devel/py-prettytable@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1<0.8:devel/py-prettytable@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
 
 USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
-SHEBANG_FILES=	cinderclient/tests/functional/hooks/post_test_hook.sh
 
 NO_ARCH=	yes
-PORTDOCS=	*
 
-OPTIONS_DEFINE=	DOCS
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openstackdocstheme>=1.17.0:textproc/py-openstackdocstheme@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}reno>=2.5.0:textproc/py-reno@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}sphinx>=1.6.2:textproc/py-sphinx@${PY_FLAVOR}
-DOCS_VARS=		PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
-
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	(cd ${WRKSRC}/doc/build/html && \
-		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
-			"! -name .buildinfo -and ! -name objects.inv")
+SHEBANG_GLOB=	*.sh
 
 .include <bsd.port.mk>

Modified: head/net/py-python-cinderclient/distinfo
==============================================================================
--- head/net/py-python-cinderclient/distinfo	Wed Jan  8 14:51:08 2020	(r522407)
+++ head/net/py-python-cinderclient/distinfo	Wed Jan  8 14:51:14 2020	(r522408)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527413019
-SHA256 (python-cinderclient-3.5.0.tar.gz) = aa846be4f11199d23fd43a98ef42a7646d31822b13191ed23c0aaad5e73b3fc8
-SIZE (python-cinderclient-3.5.0.tar.gz) = 284317
+TIMESTAMP = 1578401178
+SHA256 (python-cinderclient-5.0.0.tar.gz) = d61bc8d816c1fe18304843b70bbb33220ebb5ae554b4c3a1c83486ad0d7d1509
+SIZE (python-cinderclient-5.0.0.tar.gz) = 254510

Modified: head/net/py-python-cinderclient/pkg-descr
==============================================================================
--- head/net/py-python-cinderclient/pkg-descr	Wed Jan  8 14:51:08 2020	(r522407)
+++ head/net/py-python-cinderclient/pkg-descr	Wed Jan  8 14:51:14 2020	(r522408)
@@ -1,5 +1,9 @@
-Client for the OpenStack Cinder API. There's a Python API (the cinderclient
-module), and a command-line script (cinder). Each implements 100% of the
-OpenStack Cinder API.
+This is a client for the OpenStack Cinder API. There's a Python API (the
+cinderclient module), and a command-line script (cinder). Each implements 100%
+of the OpenStack Cinder API.
 
-WWW: https://docs.openstack.org/python-cinderclient/
+See the OpenStack CLI Reference for information on how to use the cinder
+command-line tool. You may also want to look at the OpenStack API documentation.
+
+WWW: https://docs.openstack.org/python-cinderclient/latest/
+WWW: https://github.com/openstack/python-cinderclient



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