Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 10:49:18 +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: r535380 - in head/devel: . py-oslo.i18n3
Message-ID:  <202005161049.04GAnINm006949@repo.freebsd.org>

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



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