Date: Wed, 22 Mar 2017 11:51:10 +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: r436690 - in head/lang: . cython cython3 Message-ID: <201703221151.v2MBpA6k081486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Wed Mar 22 11:51:10 2017 New Revision: 436690 URL: https://svnweb.freebsd.org/changeset/ports/436690 Log: Create a python3 version of lang/cython. Added: head/lang/cython3/ head/lang/cython3/Makefile (contents, props changed) Modified: head/lang/Makefile head/lang/cython/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Mar 22 11:45:49 2017 (r436689) +++ head/lang/Makefile Wed Mar 22 11:51:10 2017 (r436690) @@ -50,6 +50,7 @@ SUBDIR += cparser SUBDIR += csharp-mode.el SUBDIR += cython + SUBDIR += cython3 SUBDIR += diveintopython SUBDIR += dlv SUBDIR += dmd1 Modified: head/lang/cython/Makefile ============================================================================== --- head/lang/cython/Makefile Wed Mar 22 11:45:49 2017 (r436689) +++ head/lang/cython/Makefile Wed Mar 22 11:51:10 2017 (r436690) @@ -14,7 +14,7 @@ COMMENT= Compiler for Writing C Extensio LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES?= python USE_PYTHON= autoplist distutils post-install: Added: head/lang/cython3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/cython3/Makefile Wed Mar 22 11:51:10 2017 (r436690) @@ -0,0 +1,5 @@ +MASTERDIR= ${.CURDIR}/../cython + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703221151.v2MBpA6k081486>