View | Details | Raw Unified | Return to bug 252072 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-ciso8601/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	ciso8601
2
PORTVERSION=	2.1.3
3
CATEGORIES=	devel python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	rozhuk.im@gmail.com
8
COMMENT=	Fast ISO8601 date time parser for Python written in C
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		python
14
USE_PYTHON=	autoplist distutils
15
16
NO_ARCH=	yes
17
18
.include <bsd.port.mk>
(-)b/devel/py-ciso8601/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1605994961
2
SHA256 (ciso8601-2.1.3.tar.gz) = bdbb5b366058b1c87735603b23060962c439ac9be66f1ae91e8c7dbd7d59e262
3
SIZE (ciso8601-2.1.3.tar.gz) = 15726
(-)b/devel/py-ciso8601/pkg-descr (+9 lines)
Added Link Here
1
ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python
2
datetime objects.
3
Since it's written as a C module, it is much faster than other Python
4
libraries.
5
6
Note: ciso8601 doesn't support the entirety of the ISO 8601 spec,
7
only a popular subset.
8
9
WWW: https://github.com/closeio/ciso8601

Return to bug 252072