svn commit: r533602 - in head/devel: . py-os-client-config1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 2 01:35:07 UTC 2020


Author: sunpoet
Date: Sat May  2 01:35:04 2020
New Revision: 533602
URL: https://svnweb.freebsd.org/changeset/ports/533602

Log:
  Add py-os-client-config1 1.33.0 (copied from py-os-client-config)
  
  - Add PORTSCOUT

Added:
  head/devel/py-os-client-config1/
     - copied from r533551, head/devel/py-os-client-config/
Modified:
  head/devel/Makefile
  head/devel/py-os-client-config1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May  2 01:34:58 2020	(r533601)
+++ head/devel/Makefile	Sat May  2 01:35:04 2020	(r533602)
@@ -4723,6 +4723,7 @@
     SUBDIR += py-orderedmultidict
     SUBDIR += py-os-brick
     SUBDIR += py-os-client-config
+    SUBDIR += py-os-client-config1
     SUBDIR += py-os-service-types
     SUBDIR += py-os-vif
     SUBDIR += py-os-win

Modified: head/devel/py-os-client-config1/Makefile
==============================================================================
--- head/devel/py-os-client-config/Makefile	Fri May  1 14:45:05 2020	(r533551)
+++ head/devel/py-os-client-config1/Makefile	Sat May  2 01:35:04 2020	(r533602)
@@ -6,6 +6,7 @@ PORTVERSION=	1.33.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	OpenStack Client Configuation Library
@@ -21,5 +22,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# os-client-config 2.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list