svn commit: r533007 - in head/devel: . py-oslo.context2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 26 11:53:54 UTC 2020


Author: sunpoet
Date: Sun Apr 26 11:53:53 2020
New Revision: 533007
URL: https://svnweb.freebsd.org/changeset/ports/533007

Log:
  Add py-oslo.context2 2.23.0 (copied from py-oslo.context)
  
  - Add PORTSCOUT

Added:
  head/devel/py-oslo.context2/
     - copied from r532779, head/devel/py-oslo.context/
Modified:
  head/devel/Makefile
  head/devel/py-oslo.context2/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Apr 26 11:53:42 2020	(r533006)
+++ head/devel/Makefile	Sun Apr 26 11:53:53 2020	(r533007)
@@ -4729,6 +4729,7 @@
     SUBDIR += py-oslo.config
     SUBDIR += py-oslo.config7
     SUBDIR += py-oslo.context
+    SUBDIR += py-oslo.context2
     SUBDIR += py-oslo.db
     SUBDIR += py-oslo.db6
     SUBDIR += py-oslo.i18n

Modified: head/devel/py-oslo.context2/Makefile
==============================================================================
--- head/devel/py-oslo.context/Makefile	Fri Apr 24 17:27:18 2020	(r532779)
+++ head/devel/py-oslo.context2/Makefile	Sun Apr 26 11:53:53 2020	(r533007)
@@ -6,6 +6,7 @@ PORTVERSION=	2.23.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Oslo Context library
@@ -20,5 +21,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# oslo.context 3.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^2\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list