svn commit: r536610 - in head/net: . py-python-glanceclient2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 26 12:11:06 UTC 2020


Author: sunpoet
Date: Tue May 26 12:11:05 2020
New Revision: 536610
URL: https://svnweb.freebsd.org/changeset/ports/536610

Log:
  Add py-python-glanceclient2 2.17.0 (copied from py-python-glanceclient)
  
  - Add PORTSCOUT

Added:
  head/net/py-python-glanceclient2/
     - copied from r536481, head/net/py-python-glanceclient/
Modified:
  head/net/Makefile
  head/net/py-python-glanceclient2/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue May 26 11:25:24 2020	(r536609)
+++ head/net/Makefile	Tue May 26 12:11:05 2020	(r536610)
@@ -1075,6 +1075,7 @@
     SUBDIR += py-python-cinderclient5
     SUBDIR += py-python-designateclient
     SUBDIR += py-python-glanceclient
+    SUBDIR += py-python-glanceclient2
     SUBDIR += py-python-heatclient
     SUBDIR += py-python-keystoneclient
     SUBDIR += py-python-keystoneclient3

Modified: head/net/py-python-glanceclient2/Makefile
==============================================================================
--- head/net/py-python-glanceclient/Makefile	Mon May 25 16:50:39 2020	(r536481)
+++ head/net/py-python-glanceclient2/Makefile	Tue May 26 12:11:05 2020	(r536610)
@@ -3,10 +3,10 @@
 
 PORTNAME=	python-glanceclient
 PORTVERSION=	2.17.0
-PORTREVISION=	3
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	OpenStack Image API Client Library
@@ -27,6 +27,9 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# python-glanceclient 3.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^2\.
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list