Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 13:47:28 +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: r534743 - in head/devel: . py-keystoneauth13
Message-ID:  <202005091347.049DlStw067524@repo.freebsd.org>

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



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