diff options
author | adam <adam@pkgsrc.org> | 2020-03-21 11:21:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-03-21 11:21:53 +0000 |
commit | 4bfc6f6292bc2b2955d65c2cf19342988e3848ea (patch) | |
tree | 808a89c68b0774e0b4d36f5b170c2d91c48b4b52 | |
parent | f222868d0a45d1a88d4c19c4e1fefed41f1eb44c (diff) | |
download | pkgsrc-4bfc6f6292bc2b2955d65c2cf19342988e3848ea.tar.gz |
py-snaptime: added version 0.2.4
The snaptime package is about transforming timestamps simply.
-rw-r--r-- | time/Makefile | 3 | ||||
-rw-r--r-- | time/py-snaptime/DESCR | 1 | ||||
-rw-r--r-- | time/py-snaptime/Makefile | 16 | ||||
-rw-r--r-- | time/py-snaptime/PLIST | 8 | ||||
-rw-r--r-- | time/py-snaptime/distinfo | 6 |
5 files changed, 33 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index b633832afa1..0668b06be0d 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.198 2020/02/06 23:33:05 minskim Exp $ +# $NetBSD: Makefile,v 1.199 2020/03/21 11:21:53 adam Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -157,6 +157,7 @@ SUBDIR+= py-pytimeparse SUBDIR+= py-pytz SUBDIR+= py-relativetimebuilder SUBDIR+= py-rfc3339 +SUBDIR+= py-snaptime SUBDIR+= py-tempora SUBDIR+= py-trading-calendars SUBDIR+= py-trytond-calendar diff --git a/time/py-snaptime/DESCR b/time/py-snaptime/DESCR new file mode 100644 index 00000000000..e0bbde5cea2 --- /dev/null +++ b/time/py-snaptime/DESCR @@ -0,0 +1 @@ +The snaptime package is about transforming timestamps simply. diff --git a/time/py-snaptime/Makefile b/time/py-snaptime/Makefile new file mode 100644 index 00000000000..6f5b16a1be3 --- /dev/null +++ b/time/py-snaptime/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2020/03/21 11:21:54 adam Exp $ + +DISTNAME= snaptime-0.2.4 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= time python +MASTER_SITES= ${MASTER_SITE_PYPI:=s/snaptime/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/zartstrom/snaptime +COMMENT= Transform timestamps with a simple DSL +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/py-snaptime/PLIST b/time/py-snaptime/PLIST new file mode 100644 index 00000000000..903bd806485 --- /dev/null +++ b/time/py-snaptime/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2020/03/21 11:21:54 adam Exp $ +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/snaptime/__init__.py +${PYSITELIB}/snaptime/__init__.pyc +${PYSITELIB}/snaptime/__init__.pyo +${PYSITELIB}/snaptime/main.py +${PYSITELIB}/snaptime/main.pyc +${PYSITELIB}/snaptime/main.pyo diff --git a/time/py-snaptime/distinfo b/time/py-snaptime/distinfo new file mode 100644 index 00000000000..932c67e86ca --- /dev/null +++ b/time/py-snaptime/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/03/21 11:21:54 adam Exp $ + +SHA1 (snaptime-0.2.4.tar.gz) = cf57e07c176187b7cd02bd3d0040011c3be1d24d +RMD160 (snaptime-0.2.4.tar.gz) = c011196fbd5c54464cf9d607d15b1a954bc3c802 +SHA512 (snaptime-0.2.4.tar.gz) = 6dfc6194ad4c330cddb28bdd0d68e88f0aa1ebb320134ec5a26675cee5cb35b07b81c23fcdf53b88cf486111a354460634cd2c2f5d76eecbea406493b9a8f851 +Size (snaptime-0.2.4.tar.gz) = 2913 bytes |