Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time py-ciso8601: added version 2.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a0d14a1a5da
branches:  trunk
changeset: 432543:4a0d14a1a5da
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 23 08:22:40 2020 +0000

description:
py-ciso8601: added version 2.1.3

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.

diffstat:

 time/Makefile             |   3 ++-
 time/py-ciso8601/DESCR    |   3 +++
 time/py-ciso8601/Makefile |  16 ++++++++++++++++
 time/py-ciso8601/PLIST    |   8 ++++++++
 time/py-ciso8601/distinfo |   6 ++++++
 5 files changed, 35 insertions(+), 1 deletions(-)

diffs (66 lines):

diff -r 4d7208b860b5 -r 4a0d14a1a5da time/Makefile
--- a/time/Makefile     Sat May 23 08:20:53 2020 +0000
+++ b/time/Makefile     Sat May 23 08:22:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.204 2020/05/22 01:58:50 markd Exp $
+# $NetBSD: Makefile,v 1.205 2020/05/23 08:22:40 adam Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -137,6 +137,7 @@
 SUBDIR+=       projectlibre
 SUBDIR+=       py-aniso8601
 SUBDIR+=       py-arrow
+SUBDIR+=       py-ciso8601
 SUBDIR+=       py-dateparser
 SUBDIR+=       py-dateutil
 SUBDIR+=       py-goocalendar
diff -r 4d7208b860b5 -r 4a0d14a1a5da time/py-ciso8601/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-ciso8601/DESCR    Sat May 23 08:22:40 2020 +0000
@@ -0,0 +1,3 @@
+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.
diff -r 4d7208b860b5 -r 4a0d14a1a5da time/py-ciso8601/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-ciso8601/Makefile Sat May 23 08:22:40 2020 +0000
@@ -0,0 +1,16 @@
+# $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@localhost
+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"
diff -r 4d7208b860b5 -r 4a0d14a1a5da time/py-ciso8601/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-ciso8601/PLIST    Sat May 23 08:22:40 2020 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/23 08:22:40 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ciso8601.so
+${PYSITELIB}/ciso8601/__init__.pyi
+${PYSITELIB}/ciso8601/py.typed
diff -r 4d7208b860b5 -r 4a0d14a1a5da time/py-ciso8601/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-ciso8601/distinfo Sat May 23 08:22:40 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/23 08:22:40 adam Exp $
+
+SHA1 (ciso8601-2.1.3.tar.gz) = 8c6b2cdcb5c684aa9b40fd3cd26c270745515424
+RMD160 (ciso8601-2.1.3.tar.gz) = e5c1b0e2455063de2577d955e63ce177e70190e0
+SHA512 (ciso8601-2.1.3.tar.gz) = 9342cf9b2ded1077a2c3906527ae4ac05dfc0e8104f1c85e041d636caa1180df390f01b2d87a33a4c197f4467a25bda1cd0136eb48585b127662cde7d0ffda7e
+Size (ciso8601-2.1.3.tar.gz) = 15726 bytes



Home | Main Index | Thread Index | Old Index