Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2020 01:35:04 +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: r533602 - in head/devel: . py-os-client-config1
Message-ID:  <202005020135.0421Z4IB050689@repo.freebsd.org>

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



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