Date: Fri, 24 Mar 2017 18:30:47 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436848 - in head/lang: cython cython3 Message-ID: <201703241830.v2OIUlEv036038@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Fri Mar 24 18:30:47 2017 New Revision: 436848 URL: https://svnweb.freebsd.org/changeset/ports/436848 Log: Make cython and cython3 co-exist. Reported by: jbeich@ Differential Revision: https://reviews.freebsd.org/D5845 (based on) Modified: head/lang/cython/Makefile head/lang/cython3/Makefile Modified: head/lang/cython/Makefile ============================================================================== --- head/lang/cython/Makefile Fri Mar 24 17:50:57 2017 (r436847) +++ head/lang/cython/Makefile Fri Mar 24 18:30:47 2017 (r436848) @@ -15,7 +15,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES?= python -USE_PYTHON= autoplist distutils +USE_PYTHON+= autoplist distutils post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \ Modified: head/lang/cython3/Makefile ============================================================================== --- head/lang/cython3/Makefile Fri Mar 24 17:50:57 2017 (r436847) +++ head/lang/cython3/Makefile Fri Mar 24 18:30:47 2017 (r436848) @@ -1,6 +1,10 @@ MASTERDIR= ${.CURDIR}/../cython PKGNAMESUFFIX= 3 +PKGNAMESUFFIX= 3 + USES= python:3.3+ +USE_PYTHON= concurrent +UNIQUE_SUFFIX= ${PKGNAMESUFFIX} .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703241830.v2OIUlEv036038>