7dff491827
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.
16 lines
474 B
Makefile
16 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/05/23 08:22:40 adam Exp $
|
|
|
|
DISTNAME= ciso8601-2.1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/ciso8601/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/closeio/ciso8601
|
|
COMMENT= Fast ISO8601 date time parser for Python written in C
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|