svn commit: r533344 - in head/devel: . py-oslo.rootwrap5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 29 15:46:33 UTC 2020


Author: sunpoet
Date: Wed Apr 29 15:46:32 2020
New Revision: 533344
URL: https://svnweb.freebsd.org/changeset/ports/533344

Log:
  Add py-oslo.rootwrap5 5.17.1 (copied from py-oslo.rootwrap)
  
  - Add PORTSCOUT

Added:
  head/devel/py-oslo.rootwrap5/
     - copied from r533254, head/devel/py-oslo.rootwrap/
Modified:
  head/devel/Makefile
  head/devel/py-oslo.rootwrap5/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Apr 29 15:03:41 2020	(r533343)
+++ head/devel/Makefile	Wed Apr 29 15:46:32 2020	(r533344)
@@ -4748,6 +4748,7 @@
     SUBDIR += py-oslo.reports
     SUBDIR += py-oslo.reports1
     SUBDIR += py-oslo.rootwrap
+    SUBDIR += py-oslo.rootwrap5
     SUBDIR += py-oslo.serialization
     SUBDIR += py-oslo.service
     SUBDIR += py-oslo.upgradecheck

Modified: head/devel/py-oslo.rootwrap5/Makefile
==============================================================================
--- head/devel/py-oslo.rootwrap/Makefile	Tue Apr 28 16:07:58 2020	(r533254)
+++ head/devel/py-oslo.rootwrap5/Makefile	Wed Apr 29 15:46:32 2020	(r533344)
@@ -6,6 +6,7 @@ PORTVERSION=	5.17.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	5
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Oslo rootwrap
@@ -20,5 +21,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# oslo.rootwrap 6.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^5\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list