svn commit: r535380 - in head/devel: . py-oslo.i18n3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 16 10:49:19 UTC 2020


Author: sunpoet
Date: Sat May 16 10:49:17 2020
New Revision: 535380
URL: https://svnweb.freebsd.org/changeset/ports/535380

Log:
  Add py-oslo.i18n3 3.25.1 (copied from py-oslo.i18n)
  
  - Add PORTSCOUT

Added:
  head/devel/py-oslo.i18n3/
     - copied from r535243, head/devel/py-oslo.i18n/
Modified:
  head/devel/Makefile
  head/devel/py-oslo.i18n3/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May 16 10:49:05 2020	(r535379)
+++ head/devel/Makefile	Sat May 16 10:49:17 2020	(r535380)
@@ -4715,6 +4715,7 @@
     SUBDIR += py-oslo.db
     SUBDIR += py-oslo.db6
     SUBDIR += py-oslo.i18n
+    SUBDIR += py-oslo.i18n3
     SUBDIR += py-oslo.limit
     SUBDIR += py-oslo.log
     SUBDIR += py-oslo.log3

Modified: head/devel/py-oslo.i18n3/Makefile
==============================================================================
--- head/devel/py-oslo.i18n/Makefile	Thu May 14 15:13:11 2020	(r535243)
+++ head/devel/py-oslo.i18n3/Makefile	Sat May 16 10:49:17 2020	(r535380)
@@ -5,6 +5,7 @@ PORTVERSION=	3.25.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Oslo i18n library
@@ -20,5 +21,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# oslo.i18n 4.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^3\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list