Date: Fri, 2 Jun 2017 11:02:08 +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: r442371 - in head/devel: py-cffi py3-cffi Message-ID: <201706021102.v52B28xM083112@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Fri Jun 2 11:02:08 2017 New Revision: 442371 URL: https://svnweb.freebsd.org/changeset/ports/442371 Log: - Create a python3 version of devel/py-cffi. Added: head/devel/py3-cffi/ head/devel/py3-cffi/Makefile (contents, props changed) Modified: head/devel/py-cffi/Makefile Modified: head/devel/py-cffi/Makefile ============================================================================== --- head/devel/py-cffi/Makefile Fri Jun 2 11:01:16 2017 (r442370) +++ head/devel/py-cffi/Makefile Fri Jun 2 11:02:08 2017 (r442371) @@ -14,11 +14,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libffi.so:devel/libffi -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest # Actually 2.6-2.7,3.2-3.5 -USES= localbase python compiler +USES?= localbase python compiler USE_PYTHON= autoplist distutils .include <bsd.port.pre.mk> Added: head/devel/py3-cffi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-cffi/Makefile Fri Jun 2 11:02:08 2017 (r442371) @@ -0,0 +1,8 @@ + +MASTERDIR= ${.CURDIR}/../py-cffi + +USES= localbase python:3.3+ compiler + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py3-pycparser + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021102.v52B28xM083112>