Skip to content
Snippets Groups Projects
Commit 9669d343 authored by rim's avatar rim Committed by Guangyuan Yang
Browse files

devel/py-ciso8601: New port

Fast ISO8601 date time parser for Python written in C.

PR:		252072
Approved by:	lwhsu (mentor)
parent 730762a2
No related branches found
No related tags found
No related merge requests found
......@@ -4264,6 +4264,7 @@
SUBDIR += py-check-manifest
SUBDIR += py-cheetah3
SUBDIR += py-circuits
SUBDIR += py-ciso8601
SUBDIR += py-cld
SUBDIR += py-cle
SUBDIR += py-cleo
......
PORTNAME= ciso8601
DISTVERSION= 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
.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment