diff options
Diffstat (limited to 'sysutils/py-croniter/Makefile')
-rw-r--r-- | sysutils/py-croniter/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/py-croniter/Makefile b/sysutils/py-croniter/Makefile index 6cf6f7faf6f1..e8ccd20de0b2 100644 --- a/sysutils/py-croniter/Makefile +++ b/sysutils/py-croniter/Makefile @@ -1,6 +1,5 @@ PORTNAME= croniter -PORTVERSION= 0.3.20 -PORTREVISION= 3 +PORTVERSION= 6.0.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +10,13 @@ WWW= https://pypi.org/project/croniter/ LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=1.5:devel/py-python-dateutil@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.45.1:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=1.5:devel/py-python-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2021.1:devel/py-pytz@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist pep517 NO_ARCH= yes |