summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-12-01 08:37:29 +0000
committerfhajny <fhajny@pkgsrc.org>2015-12-01 08:37:29 +0000
commit35fa5d11dbbf8f32ca3385d2e4a324efd8a3b89d (patch)
tree2a6042c29b15534c42aada5e363c41f82fb8e662 /time
parent404425decaec8e77ff4fb43b30a906d0da7a0026 (diff)
downloadpkgsrc-35fa5d11dbbf8f32ca3385d2e4a324efd8a3b89d.tar.gz
Import pyRFC3339 1.0 as time/py-rfc3339.
pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python datetime.datetime objects.
Diffstat (limited to 'time')
-rw-r--r--time/py-rfc3339/DESCR2
-rw-r--r--time/py-rfc3339/Makefile17
-rw-r--r--time/py-rfc3339/PLIST18
-rw-r--r--time/py-rfc3339/distinfo6
4 files changed, 43 insertions, 0 deletions
diff --git a/time/py-rfc3339/DESCR b/time/py-rfc3339/DESCR
new file mode 100644
index 00000000000..c8290b74882
--- /dev/null
+++ b/time/py-rfc3339/DESCR
@@ -0,0 +1,2 @@
+pyRFC3339 parses and generates RFC 3339-compliant timestamps
+using Python datetime.datetime objects.
diff --git a/time/py-rfc3339/Makefile b/time/py-rfc3339/Makefile
new file mode 100644
index 00000000000..08a21a677f9
--- /dev/null
+++ b/time/py-rfc3339/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2015/12/01 08:37:29 fhajny Exp $
+
+DISTNAME= pyRFC3339-1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl:S/py//}
+CATEGORIES= time
+MASTER_SITES= ${MASTER_SITE_GITHUB:=kurtraschke/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/kurtraschke/pyRFC3339/
+COMMENT= Library for generating and parsing RFC 3339-compliant timestamps
+LICENSE= mit
+
+GITHUB_PROJECT= pyRFC3339
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/time/py-rfc3339/PLIST b/time/py-rfc3339/PLIST
new file mode 100644
index 00000000000..dda437ee499
--- /dev/null
+++ b/time/py-rfc3339/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2015/12/01 08:37:29 fhajny Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyrfc3339/__init__.py
+${PYSITELIB}/pyrfc3339/__init__.pyc
+${PYSITELIB}/pyrfc3339/__init__.pyo
+${PYSITELIB}/pyrfc3339/generator.py
+${PYSITELIB}/pyrfc3339/generator.pyc
+${PYSITELIB}/pyrfc3339/generator.pyo
+${PYSITELIB}/pyrfc3339/parser.py
+${PYSITELIB}/pyrfc3339/parser.pyc
+${PYSITELIB}/pyrfc3339/parser.pyo
+${PYSITELIB}/pyrfc3339/utils.py
+${PYSITELIB}/pyrfc3339/utils.pyc
+${PYSITELIB}/pyrfc3339/utils.pyo
diff --git a/time/py-rfc3339/distinfo b/time/py-rfc3339/distinfo
new file mode 100644
index 00000000000..61c3b45f61f
--- /dev/null
+++ b/time/py-rfc3339/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2015/12/01 08:37:29 fhajny Exp $
+
+SHA1 (pyRFC3339-1.0.tar.gz) = a27e8ae4e36d1eb3a89e3905136ed05d10a1f1b7
+RMD160 (pyRFC3339-1.0.tar.gz) = cb2c3fbe046b22209c101b99455199459aae3ad5
+SHA512 (pyRFC3339-1.0.tar.gz) = abcfcfcf516ab60214dc11de618d37415da2177387f51f85da99ef18b8cc0d37ed55f0ea6ba3e61292ce5a319838f322e01c1c9f3c0c4edb8341b4b135e575e3
+Size (pyRFC3339-1.0.tar.gz) = 9325 bytes