svn commit: r442371 - in head/devel: py-cffi py3-cffi

Marcelo Araujo araujo at FreeBSD.org
Fri Jun 2 11:02:09 UTC 2017


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"


More information about the svn-ports-all mailing list