svn commit: r435252 - in head/devel: . py-six py3-six
Steven Kreuzer
skreuzer at FreeBSD.org
Thu Mar 2 16:55:18 UTC 2017
Author: skreuzer
Date: Thu Mar 2 16:55:16 2017
New Revision: 435252
URL: https://svnweb.freebsd.org/changeset/ports/435252
Log:
Python 3 variant of devel/py-six
PR: 217473
Submitted by: Danilo G. Baio <dbaio at bsd.com.br>
Added:
head/devel/py3-six/
head/devel/py3-six/Makefile (contents, props changed)
Modified:
head/devel/Makefile
head/devel/py-six/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Mar 2 16:36:36 2017 (r435251)
+++ head/devel/Makefile Thu Mar 2 16:55:16 2017 (r435252)
@@ -4925,6 +4925,7 @@
SUBDIR += py3-rubymarshal
SUBDIR += py3-setproctitle
SUBDIR += py3-simplejson
+ SUBDIR += py3-six
SUBDIR += py3-threema-msgapi
SUBDIR += py3-vcversioner
SUBDIR += py3-wcwidth
Modified: head/devel/py-six/Makefile
==============================================================================
--- head/devel/py-six/Makefile Thu Mar 2 16:36:36 2017 (r435251)
+++ head/devel/py-six/Makefile Thu Mar 2 16:55:16 2017 (r435252)
@@ -13,9 +13,9 @@ COMMENT= Python 2 and 3 compatibility ut
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
+TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
-USES= python
+USES?= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
Added: head/devel/py3-six/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py3-six/Makefile Thu Mar 2 16:55:16 2017 (r435252)
@@ -0,0 +1,10 @@
+# Created by: Danilo G. Baio <dbaio at bsd.com.br>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-six
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"
More information about the svn-ports-head
mailing list