svn commit: r530811 - in head/devel: . py-oslo.cache1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 5 20:00:52 UTC 2020


Author: sunpoet
Date: Sun Apr  5 19:53:42 2020
New Revision: 530811
URL: https://svnweb.freebsd.org/changeset/ports/530811

Log:
  Add py-oslo.cache1 1.38.1 (copied from py-oslo.cache)
  
  - Add PORTSCOUT

Added:
  head/devel/py-oslo.cache1/
     - copied from r530553, head/devel/py-oslo.cache/
Modified:
  head/devel/Makefile
  head/devel/py-oslo.cache1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Apr  5 19:53:35 2020	(r530810)
+++ head/devel/Makefile	Sun Apr  5 19:53:42 2020	(r530811)
@@ -4675,6 +4675,7 @@
     SUBDIR += py-osc-lib
     SUBDIR += py-osc-lib1
     SUBDIR += py-oslo.cache
+    SUBDIR += py-oslo.cache1
     SUBDIR += py-oslo.concurrency
     SUBDIR += py-oslo.config
     SUBDIR += py-oslo.context

Modified: head/devel/py-oslo.cache1/Makefile
==============================================================================
--- head/devel/py-oslo.cache/Makefile	Sat Apr  4 06:36:17 2020	(r530553)
+++ head/devel/py-oslo.cache1/Makefile	Sun Apr  5 19:53:42 2020	(r530811)
@@ -6,6 +6,7 @@ PORTVERSION=	1.38.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Cache storage for OpenStack projects
@@ -25,5 +26,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# oslo.cache 2.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list