diff options
Diffstat (limited to 'devel/py-pendulum/Makefile')
-rw-r--r-- | devel/py-pendulum/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-pendulum/Makefile b/devel/py-pendulum/Makefile index 536b3cbf0065..e1e18ce7dc26 100644 --- a/devel/py-pendulum/Makefile +++ b/devel/py-pendulum/Makefile @@ -1,6 +1,5 @@ PORTNAME= pendulum -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +12,14 @@ WWW= https://pendulum.eustace.io/ \ https://github.com/python-pendulum/pendulum LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.0<2.0:devel/py-maturin@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.6:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}time-machine>=2.6.0:devel/py-time-machine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzdata>=2020.1:devel/py-tzdata@${PY_FLAVOR} -USES= cargo python:3.9+ +USES= cargo python USE_PYTHON= autoplist concurrent pep517 CARGO_BUILD= no |