Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 12:11:06 +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: r536610 - in head/net: . py-python-glanceclient2
Message-ID:  <202005261211.04QCB6mr027092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>
 



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