diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile index 17b7a5a46981..972441563daf 100644 --- a/devel/py-six/Makefile +++ b/devel/py-six/Makefile @@ -1,22 +1,22 @@ PORTNAME= six PORTVERSION= 1.16.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Python 2 and 3 compatibility utilities WWW= https://github.com/benjaminp/six LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:databases/py-gdbm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} -USES= python:2.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes .include