pkgsrc-Changes archive

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

CVS commit: pkgsrc/time



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 21 11:21:54 UTC 2020

Modified Files:
        pkgsrc/time: Makefile
Added Files:
        pkgsrc/time/py-snaptime: DESCR Makefile PLIST distinfo

Log Message:
py-snaptime: added version 0.2.4

The snaptime package is about transforming timestamps simply.


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 pkgsrc/time/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/time/py-snaptime/DESCR \
    pkgsrc/time/py-snaptime/Makefile pkgsrc/time/py-snaptime/PLIST \
    pkgsrc/time/py-snaptime/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/Makefile
diff -u pkgsrc/time/Makefile:1.198 pkgsrc/time/Makefile:1.199
--- pkgsrc/time/Makefile:1.198  Thu Feb  6 23:33:05 2020
+++ pkgsrc/time/Makefile        Sat Mar 21 11:21:53 2020
@@ -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

Added files:

Index: pkgsrc/time/py-snaptime/DESCR
diff -u /dev/null pkgsrc/time/py-snaptime/DESCR:1.1
--- /dev/null   Sat Mar 21 11:21:54 2020
+++ pkgsrc/time/py-snaptime/DESCR       Sat Mar 21 11:21:54 2020
@@ -0,0 +1 @@
+The snaptime package is about transforming timestamps simply.
Index: pkgsrc/time/py-snaptime/Makefile
diff -u /dev/null pkgsrc/time/py-snaptime/Makefile:1.1
--- /dev/null   Sat Mar 21 11:21:54 2020
+++ pkgsrc/time/py-snaptime/Makefile    Sat Mar 21 11:21:54 2020
@@ -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"
Index: pkgsrc/time/py-snaptime/PLIST
diff -u /dev/null pkgsrc/time/py-snaptime/PLIST:1.1
--- /dev/null   Sat Mar 21 11:21:54 2020
+++ pkgsrc/time/py-snaptime/PLIST       Sat Mar 21 11:21:54 2020
@@ -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
Index: pkgsrc/time/py-snaptime/distinfo
diff -u /dev/null pkgsrc/time/py-snaptime/distinfo:1.1
--- /dev/null   Sat Mar 21 11:21:54 2020
+++ pkgsrc/time/py-snaptime/distinfo    Sat Mar 21 11:21:54 2020
@@ -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