pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Add time/py-monotonic package version 1.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/880480a41458
branches: trunk
changeset: 372419:880480a41458
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Wed Dec 06 21:51:59 2017 +0000
description:
Add time/py-monotonic package version 1.4
diffstat:
doc/CHANGES-2017 | 3 ++-
time/Makefile | 3 ++-
time/py-monotonic/DESCR | 3 +++
time/py-monotonic/Makefile | 15 +++++++++++++++
time/py-monotonic/PLIST | 8 ++++++++
time/py-monotonic/distinfo | 6 ++++++
6 files changed, 36 insertions(+), 2 deletions(-)
diffs (79 lines):
diff -r e5e371de3768 -r 880480a41458 doc/CHANGES-2017
--- a/doc/CHANGES-2017 Wed Dec 06 21:48:40 2017 +0000
+++ b/doc/CHANGES-2017 Wed Dec 06 21:51:59 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.5176 2017/12/06 21:18:42 jdolecek Exp $
+$NetBSD: CHANGES-2017,v 1.5177 2017/12/06 21:54:55 triaxx Exp $
Changes to the packages collection and infrastructure in 2017:
@@ -7431,3 +7431,4 @@
Updated time/py-tzlocal to 1.5.1 [adam 2017-12-06]
Updated www/py-sanic to 0.7.0 [adam 2017-12-06]
Updated databases/php-mongodb to 1.3.4 [jdolecek 2017-12-06]
+ Added time/py-monotonic to 1.4 [triaxx 2017-12-06]
diff -r e5e371de3768 -r 880480a41458 time/Makefile
--- a/time/Makefile Wed Dec 06 21:48:40 2017 +0000
+++ b/time/Makefile Wed Dec 06 21:51:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.171 2017/09/29 21:23:11 joerg Exp $
+# $NetBSD: Makefile,v 1.172 2017/12/06 21:53:49 triaxx Exp $
#
COMMENT= Clocks, calendars, daily planners and other time related applications
@@ -135,6 +135,7 @@
SUBDIR+= py-jdcal
SUBDIR+= py-ligotimegps
SUBDIR+= py-maya
+SUBDIR+= py-monotonic
SUBDIR+= py-mxDateTime
SUBDIR+= py-parsedatetime
SUBDIR+= py-pendulum
diff -r e5e371de3768 -r 880480a41458 time/py-monotonic/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-monotonic/DESCR Wed Dec 06 21:51:59 2017 +0000
@@ -0,0 +1,3 @@
+This module provides a monotonic() function which returns the value (in
+fractional seconds) of a clock which never goes backwards. It is compatible
+with Python 2 and Python 3.
diff -r e5e371de3768 -r 880480a41458 time/py-monotonic/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-monotonic/Makefile Wed Dec 06 21:51:59 2017 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2017/12/06 21:51:59 triaxx Exp $
+
+DISTNAME= monotonic-1.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= time
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/monotonic/}
+
+MAINTAINER= triaxx%NetBSD.org@localhost
+HOMEPAGE= https://github.com/atdt/monotonic/
+COMMENT= Implementation of time.monotonic() for Python
+LICENSE= apache-2.0
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e5e371de3768 -r 880480a41458 time/py-monotonic/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-monotonic/PLIST Wed Dec 06 21:51:59 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/06 21:51:59 triaxx Exp $
+${PYSITELIB}/monotonic.pyo
+${PYSITELIB}/monotonic.pyc
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/monotonic.py
diff -r e5e371de3768 -r 880480a41458 time/py-monotonic/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-monotonic/distinfo Wed Dec 06 21:51:59 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/06 21:51:59 triaxx Exp $
+
+SHA1 (monotonic-1.4.tar.gz) = acd976b92fc9e4bcf05e3e72235c5f4a917d52db
+RMD160 (monotonic-1.4.tar.gz) = 6fbd142d6a25b5842f92f405ae4b14605530945c
+SHA512 (monotonic-1.4.tar.gz) = f9fa079cc325592b0bff799fabe7f9e87922cfe351776ed08be7a0060d27f81ae2c23aa7a1fac2ac2203ec26547e05fe3a918e68e6a474768b431ce860522eca
+Size (monotonic-1.4.tar.gz) = 7463 bytes
Home |
Main Index |
Thread Index |
Old Index