summaryrefslogtreecommitdiff
path: root/devel/py-python-dateutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-python-dateutil/Makefile')
-rw-r--r--devel/py-python-dateutil/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/py-python-dateutil/Makefile b/devel/py-python-dateutil/Makefile
new file mode 100644
index 000000000000..71890e2a4148
--- /dev/null
+++ b/devel/py-python-dateutil/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= python-dateutil
+PORTVERSION= 2.9.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Extensions to the standard Python datetime module
+WWW= https://dateutil.readthedocs.io/en/stable/ \
+ https://github.com/dateutil/dateutil
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>=0:devel/py-freezegun@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.30:devel/py-hypothesis@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.0.0:devel/py-pytest-cov@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517 pytest
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>