Date: Tue, 27 Jun 2017 16:14:56 +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: r444493 - head/devel/py-simplejson Message-ID: <201706271614.v5RGEuPc094804@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jun 27 16:14:56 2017 New Revision: 444493 URL: https://svnweb.freebsd.org/changeset/ports/444493 Log: Allow concurrent installation (USE_PYTHON=concurrent) Modified: head/devel/py-simplejson/Makefile Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Tue Jun 27 16:14:50 2017 (r444492) +++ head/devel/py-simplejson/Makefile Tue Jun 27 16:14:56 2017 (r444493) @@ -14,9 +14,8 @@ COMMENT= Simple, fast, extensible JSON encoder/decoder LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -# 2.5-2.7,3.3+ USES?= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/simplejson/_speedups.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706271614.v5RGEuPc094804>