svn commit: r533945 - in head/devel: . py-oslo.service1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 4 19:18:45 UTC 2020


Author: sunpoet
Date: Mon May  4 19:18:43 2020
New Revision: 533945
URL: https://svnweb.freebsd.org/changeset/ports/533945

Log:
  Add py-oslo.service1 1.41.1 (copied from py-oslo.service)
  
  - Add PORTSCOUT

Added:
  head/devel/py-oslo.service1/
     - copied from r533808, head/devel/py-oslo.service/
Modified:
  head/devel/Makefile
  head/devel/py-oslo.service1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon May  4 19:16:52 2020	(r533944)
+++ head/devel/Makefile	Mon May  4 19:18:43 2020	(r533945)
@@ -4759,6 +4759,7 @@
     SUBDIR += py-oslo.rootwrap5
     SUBDIR += py-oslo.serialization
     SUBDIR += py-oslo.service
+    SUBDIR += py-oslo.service1
     SUBDIR += py-oslo.upgradecheck
     SUBDIR += py-oslo.utils
     SUBDIR += py-oslo.versionedobjects

Modified: head/devel/py-oslo.service1/Makefile
==============================================================================
--- head/devel/py-oslo.service/Makefile	Sun May  3 20:37:26 2020	(r533808)
+++ head/devel/py-oslo.service1/Makefile	Mon May  4 19:18:43 2020	(r533945)
@@ -3,10 +3,10 @@
 
 PORTNAME=	oslo.service
 PORTVERSION=	1.41.1
-PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Oslo.service library
@@ -33,6 +33,9 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# oslo.service 2.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list