pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-monotonic



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Wed Dec  6 21:52:00 UTC 2017

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

Log Message:
Add time/py-monotonic package version 1.4


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

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

Added files:

Index: pkgsrc/time/py-monotonic/DESCR
diff -u /dev/null pkgsrc/time/py-monotonic/DESCR:1.1
--- /dev/null   Wed Dec  6 21:52:00 2017
+++ pkgsrc/time/py-monotonic/DESCR      Wed Dec  6 21:51:59 2017
@@ -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.
Index: pkgsrc/time/py-monotonic/Makefile
diff -u /dev/null pkgsrc/time/py-monotonic/Makefile:1.1
--- /dev/null   Wed Dec  6 21:52:00 2017
+++ pkgsrc/time/py-monotonic/Makefile   Wed Dec  6 21:51:59 2017
@@ -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"
Index: pkgsrc/time/py-monotonic/PLIST
diff -u /dev/null pkgsrc/time/py-monotonic/PLIST:1.1
--- /dev/null   Wed Dec  6 21:52:00 2017
+++ pkgsrc/time/py-monotonic/PLIST      Wed Dec  6 21:51:59 2017
@@ -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
Index: pkgsrc/time/py-monotonic/distinfo
diff -u /dev/null pkgsrc/time/py-monotonic/distinfo:1.1
--- /dev/null   Wed Dec  6 21:52:00 2017
+++ pkgsrc/time/py-monotonic/distinfo   Wed Dec  6 21:51:59 2017
@@ -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