Date: Thu, 2 Mar 2017 16:55:17 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435252 - in head/devel: . py-six py3-six Message-ID: <201703021655.v22GtHgc083946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@bsd.com.br> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-six + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703021655.v22GtHgc083946>