Date: Tue, 11 Feb 2020 17:54:04 +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: r525845 - head/devel/py-jaraco.context Message-ID: <202002111754.01BHs4YM055193@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 11 17:54:04 2020 New Revision: 525845 URL: https://svnweb.freebsd.org/changeset/ports/525845 Log: Cosmetic change Modified: head/devel/py-jaraco.context/Makefile Modified: head/devel/py-jaraco.context/Makefile ============================================================================== --- head/devel/py-jaraco.context/Makefile Tue Feb 11 17:53:59 2020 (r525844) +++ head/devel/py-jaraco.context/Makefile Tue Feb 11 17:54:04 2020 (r525845) @@ -21,8 +21,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e '/jaraco.apt/d; /yg.lockfile/d' ${WRKSRC}/setup.cfg +POST_PLIST= trim-jaraco-namespace .include <bsd.port.pre.mk> @@ -30,7 +29,8 @@ post-patch: RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0:devel/py-contextlib2@${PY_FLAVOR} .endif -POST_PLIST= trim-jaraco-namespace +post-patch: + @${REINPLACE_CMD} -e '/jaraco.apt/d; /yg.lockfile/d' ${WRKSRC}/setup.cfg post-install: @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002111754.01BHs4YM055193>