PORTNAME= ciso8601
PORTVERSION= 2.1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rozhuk.im@gmail.com
COMMENT= Fast ISO8601 date time parser for Python written in C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1605994961
SHA256 (ciso8601-2.1.3.tar.gz) = bdbb5b366058b1c87735603b23060962c439ac9be66f1ae91e8c7dbd7d59e262
SIZE (ciso8601-2.1.3.tar.gz) = 15726
ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python
datetime objects.
Since it's written as a C module, it is much faster than other Python
libraries.
Note: ciso8601 doesn't support the entirety of the ISO 8601 spec,
only a popular subset.
WWW: https://github.com/closeio/ciso8601