Date: Wed, 22 Apr 2020 21:24:40 +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: r532517 - head/devel/py-oslo.config7 Message-ID: <202004222124.03MLOe9J069708@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Apr 22 21:24:39 2020 New Revision: 532517 URL: https://svnweb.freebsd.org/changeset/ports/532517 Log: Add py-oslo.config7 7.0.0 (copied from py-oslo.config) - Add PORTSCOUT Added: head/devel/py-oslo.config7/ - copied from r532514, head/devel/py-oslo.config/ Modified: head/devel/py-oslo.config7/Makefile Modified: head/devel/py-oslo.config7/Makefile ============================================================================== --- head/devel/py-oslo.config/Makefile Wed Apr 22 21:12:51 2020 (r532514) +++ head/devel/py-oslo.config7/Makefile Wed Apr 22 21:24:39 2020 (r532517) @@ -6,6 +6,7 @@ PORTVERSION= 7.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 7 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Oslo Configuration library @@ -27,6 +28,9 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +# oslo.config 8.0.0+ requires Python 3.6+ +PORTSCOUT= limit:^7\. post-patch: @${GREP} -lr /etc ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004222124.03MLOe9J069708>