Date: Fri, 14 Feb 2020 19:43:20 +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: r526135 - in head/devel: . py-oslo.policy2 Message-ID: <202002141943.01EJhK0A035998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 14 19:43:19 2020 New Revision: 526135 URL: https://svnweb.freebsd.org/changeset/ports/526135 Log: Add py-oslo.policy2 2.4.1 (copied from py-oslo.policy) - Add PORTSCOUT Added: head/devel/py-oslo.policy2/ - copied from r526108, head/devel/py-oslo.policy/ Modified: head/devel/Makefile head/devel/py-oslo.policy2/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 14 19:42:48 2020 (r526134) +++ head/devel/Makefile Fri Feb 14 19:43:19 2020 (r526135) @@ -4486,7 +4486,9 @@ SUBDIR += py-jaraco SUBDIR += py-jaraco.classes SUBDIR += py-jaraco.context + SUBDIR += py-jaraco.context2 SUBDIR += py-jaraco.functools + SUBDIR += py-jaraco.functools2 SUBDIR += py-jaraco.itertools SUBDIR += py-jaraco.logging SUBDIR += py-jaraco.timing @@ -4674,6 +4676,7 @@ SUBDIR += py-oslo.messaging10 SUBDIR += py-oslo.middleware SUBDIR += py-oslo.policy + SUBDIR += py-oslo.policy2 SUBDIR += py-oslo.privsep SUBDIR += py-oslo.reports SUBDIR += py-oslo.rootwrap Modified: head/devel/py-oslo.policy2/Makefile ============================================================================== --- head/devel/py-oslo.policy/Makefile Fri Feb 14 12:45:09 2020 (r526108) +++ head/devel/py-oslo.policy2/Makefile Fri Feb 14 19:43:19 2020 (r526135) @@ -6,6 +6,7 @@ PORTVERSION= 2.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Oslo Policy library @@ -27,5 +28,7 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +PORTSCOUT= limit:^2\. .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002141943.01EJhK0A035998>