mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
30 lines
613 B
Makefile
30 lines
613 B
Makefile
COMMENT= parse dates from HTML pages
|
|
|
|
MODPY_DISTV= 1.4.0
|
|
DISTNAME= dateparser-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/scrapinghub/dateparser/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= devel/py-tzlocal \
|
|
devel/py-tz \
|
|
devel/py-regex \
|
|
devel/py-dateutil
|
|
|
|
TEST_DEPENDS= devel/py-parameterized
|
|
|
|
MODPY_PYTEST_ARGS= --ignore tests/test_dateparser_data_integrity.py \
|
|
--ignore tests/test_hijri.py \
|
|
--ignore tests/test_jalali.py \
|
|
--ignore tests/test_language_detect.py
|
|
|
|
.include <bsd.port.mk>
|