svn commit: r526274 - in head/net: . py-python-cinderclient5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 16 18:00:08 UTC 2020


Author: sunpoet
Date: Sun Feb 16 18:00:07 2020
New Revision: 526274
URL: https://svnweb.freebsd.org/changeset/ports/526274

Log:
  Add py-python-cinderclient5 5.0.0 (copied from py-python-cinderclient)
  
  - Add PORTSCOUT

Added:
  head/net/py-python-cinderclient5/
     - copied from r526108, head/net/py-python-cinderclient/
Modified:
  head/net/Makefile
  head/net/py-python-cinderclient5/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Feb 16 17:59:50 2020	(r526273)
+++ head/net/Makefile	Sun Feb 16 18:00:07 2020	(r526274)
@@ -1088,6 +1088,7 @@
     SUBDIR += py-python-bitcoinrpc
     SUBDIR += py-python-ceilometerclient
     SUBDIR += py-python-cinderclient
+    SUBDIR += py-python-cinderclient5
     SUBDIR += py-python-designateclient
     SUBDIR += py-python-glanceclient
     SUBDIR += py-python-heatclient

Modified: head/net/py-python-cinderclient5/Makefile
==============================================================================
--- head/net/py-python-cinderclient/Makefile	Fri Feb 14 12:45:09 2020	(r526108)
+++ head/net/py-python-cinderclient5/Makefile	Sun Feb 16 18:00:07 2020	(r526274)
@@ -6,6 +6,7 @@ PORTVERSION=	5.0.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	5
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	OpenStack Block Storage API Client Library
@@ -28,6 +29,8 @@ USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^5\.
 
 SHEBANG_GLOB=	*.sh
 


More information about the svn-ports-all mailing list