Python 3 variant of devel/py-six

PR:		217473
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
This commit is contained in:
Steven Kreuzer 2017-03-02 16:55:16 +00:00
parent c5464b6fc1
commit 04481af800
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435252
3 changed files with 13 additions and 2 deletions

View file

@ -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

View file

@ -13,9 +13,9 @@ COMMENT= Python 2 and 3 compatibility utilities
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

10
devel/py3-six/Makefile Normal file
View file

@ -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"