svn commit: r534743 - in head/devel: . py-keystoneauth13

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 9 13:47:29 UTC 2020


Author: sunpoet
Date: Sat May  9 13:47:28 2020
New Revision: 534743
URL: https://svnweb.freebsd.org/changeset/ports/534743

Log:
  Add py-keystoneauth13 3.18.0 (copied from py-keystoneauth1)
  
  - Add PORTSCOUT

Added:
  head/devel/py-keystoneauth13/
     - copied from r534416, head/devel/py-keystoneauth1/
Modified:
  head/devel/Makefile
  head/devel/py-keystoneauth13/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May  9 13:46:57 2020	(r534742)
+++ head/devel/Makefile	Sat May  9 13:47:28 2020	(r534743)
@@ -4573,6 +4573,7 @@
     SUBDIR += py-kazoo
     SUBDIR += py-keystone-engine
     SUBDIR += py-keystoneauth1
+    SUBDIR += py-keystoneauth13
     SUBDIR += py-keystonemiddleware
     SUBDIR += py-keystonemiddleware8
     SUBDIR += py-kid

Modified: head/devel/py-keystoneauth13/Makefile
==============================================================================
--- head/devel/py-keystoneauth1/Makefile	Fri May  8 20:17:22 2020	(r534416)
+++ head/devel/py-keystoneauth13/Makefile	Sat May  9 13:47:28 2020	(r534743)
@@ -5,6 +5,7 @@ PORTVERSION=	3.18.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Authentication Library for OpenStack Identity
@@ -24,5 +25,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# keystoneauth1 4.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^3\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list