diff --git a/devel/Makefile b/devel/Makefile index ac2fbc5d2ff6..c3ff74ae00cf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5004,6 +5004,7 @@ SUBDIR += py3-tabulate SUBDIR += py3-threema-msgapi SUBDIR += py3-tox + SUBDIR += py3-tzlocal SUBDIR += py3-urwid SUBDIR += py3-vcversioner SUBDIR += py3-virtualenv diff --git a/devel/py-tzlocal/Makefile b/devel/py-tzlocal/Makefile index f15ba4f7f660..680eca57dd75 100644 --- a/devel/py-tzlocal/Makefile +++ b/devel/py-tzlocal/Makefile @@ -12,9 +12,9 @@ COMMENT= Returns the tzinfo object for the local timezone LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz -USES= python +USES?= python USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/devel/py3-tzlocal/Makefile b/devel/py3-tzlocal/Makefile new file mode 100644 index 000000000000..96072541f45b --- /dev/null +++ b/devel/py3-tzlocal/Makefile @@ -0,0 +1,10 @@ +# Created by: rs.os +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-tzlocal + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py3-pytz + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"