pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time py-snaptime: added version 0.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b88eb4e32a8
branches:  trunk
changeset: 413588:2b88eb4e32a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 21 11:21:53 2020 +0000

description:
py-snaptime: added version 0.2.4

The snaptime package is about transforming timestamps simply.

diffstat:

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

diffs (64 lines):

diff -r 98b09ca93d38 -r 2b88eb4e32a8 time/Makefile
--- a/time/Makefile     Sat Mar 21 11:02:43 2020 +0000
+++ b/time/Makefile     Sat Mar 21 11:21:53 2020 +0000
@@ -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-pytz
 SUBDIR+=       py-relativetimebuilder
 SUBDIR+=       py-rfc3339
+SUBDIR+=       py-snaptime
 SUBDIR+=       py-tempora
 SUBDIR+=       py-trading-calendars
 SUBDIR+=       py-trytond-calendar
diff -r 98b09ca93d38 -r 2b88eb4e32a8 time/py-snaptime/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-snaptime/DESCR    Sat Mar 21 11:21:53 2020 +0000
@@ -0,0 +1,1 @@
+The snaptime package is about transforming timestamps simply.
diff -r 98b09ca93d38 -r 2b88eb4e32a8 time/py-snaptime/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-snaptime/Makefile Sat Mar 21 11:21:53 2020 +0000
@@ -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@localhost
+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 -r 98b09ca93d38 -r 2b88eb4e32a8 time/py-snaptime/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-snaptime/PLIST    Sat Mar 21 11:21:53 2020 +0000
@@ -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 -r 98b09ca93d38 -r 2b88eb4e32a8 time/py-snaptime/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-snaptime/distinfo Sat Mar 21 11:21:53 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index