mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
358 B
Makefile
22 lines
358 B
Makefile
COMMENT= Python module to parse ISO 8601 dates
|
|
|
|
MODPY_DISTV= 2.1.0
|
|
DISTNAME= iso8601-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/micktwomey/pyiso8601
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= poetry-core
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= devel/py-hypothesis
|
|
|
|
.include <bsd.port.mk>
|