Date: Mon, 20 May 2019 06:42:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502086 - head/sysutils/py-filelock Message-ID: <201905200642.x4K6g3Nn013340@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon May 20 06:42:03 2019 New Revision: 502086 URL: https://svnweb.freebsd.org/changeset/ports/502086 Log: Unbreak py-filelock and unbreak bulk -a Modified: head/sysutils/py-filelock/Makefile Modified: head/sysutils/py-filelock/Makefile ============================================================================== --- head/sysutils/py-filelock/Makefile Mon May 20 06:33:58 2019 (r502085) +++ head/sysutils/py-filelock/Makefile Mon May 20 06:42:03 2019 (r502086) @@ -12,9 +12,12 @@ COMMENT= Platform independent file lock LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ # fails on 27: https://github.com/benediktschmitt/py-filelock/issues/53 +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} 's,LICENSE.rst,LICENSE,' ${WRKSRC}/setup.py .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905200642.x4K6g3Nn013340>