Date: Fri, 1 May 2020 05:00:34 +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: r533491 - in head/devel: . py-oslo.privsep1 Message-ID: <202005010500.04150Ynq077362@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 1 05:00:34 2020 New Revision: 533491 URL: https://svnweb.freebsd.org/changeset/ports/533491 Log: Add py-oslo.privsep1 1.34.0 (copied from py-oslo.privsep) - Add PORTSCOUT Added: head/devel/py-oslo.privsep1/ - copied from r533417, head/devel/py-oslo.privsep/ Modified: head/devel/Makefile head/devel/py-oslo.privsep1/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 1 04:04:03 2020 (r533490) +++ head/devel/Makefile Fri May 1 05:00:34 2020 (r533491) @@ -4745,6 +4745,7 @@ SUBDIR += py-oslo.policy SUBDIR += py-oslo.policy2 SUBDIR += py-oslo.privsep + SUBDIR += py-oslo.privsep1 SUBDIR += py-oslo.reports SUBDIR += py-oslo.reports1 SUBDIR += py-oslo.rootwrap Modified: head/devel/py-oslo.privsep1/Makefile ============================================================================== --- head/devel/py-oslo.privsep/Makefile Thu Apr 30 08:17:34 2020 (r533417) +++ head/devel/py-oslo.privsep1/Makefile Fri May 1 05:00:34 2020 (r533491) @@ -3,10 +3,10 @@ PORTNAME= oslo.privsep PORTVERSION= 1.34.0 -PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Openstack library for privilege separation @@ -29,6 +29,9 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +# oslo.privsep 2.0.0+ requires Python 3.6+ +PORTSCOUT= limit:^1\. .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005010500.04150Ynq077362>