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: Mon Jul 17 16:08:31 UTC 2023
Modified Files:
pkgsrc/time: Makefile
Added Files:
pkgsrc/time/py-time-machine: DESCR Makefile PLIST distinfo
Log Message:
py-time-machine: added version 2.11.0
Travel through time in your tests.
To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 pkgsrc/time/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/time/py-time-machine/DESCR \
pkgsrc/time/py-time-machine/Makefile pkgsrc/time/py-time-machine/PLIST \
pkgsrc/time/py-time-machine/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.249 pkgsrc/time/Makefile:1.250
--- pkgsrc/time/Makefile:1.249 Tue Jul 4 20:27:31 2023
+++ pkgsrc/time/Makefile Mon Jul 17 16:08:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.249 2023/07/04 20:27:31 pin Exp $
+# $NetBSD: Makefile,v 1.250 2023/07/17 16:08:31 adam Exp $
#
COMMENT= Clocks, calendars, daily planners and other time related applications
@@ -176,6 +176,7 @@ SUBDIR+= py-rfc3339
SUBDIR+= py-rfc3339-validator
SUBDIR+= py-snaptime
SUBDIR+= py-tempora
+SUBDIR+= py-time-machine
SUBDIR+= py-trading-calendars
SUBDIR+= py-trytond-company-work-time
SUBDIR+= py-trytond-timesheet
Added files:
Index: pkgsrc/time/py-time-machine/DESCR
diff -u /dev/null pkgsrc/time/py-time-machine/DESCR:1.1
--- /dev/null Mon Jul 17 16:08:31 2023
+++ pkgsrc/time/py-time-machine/DESCR Mon Jul 17 16:08:31 2023
@@ -0,0 +1 @@
+Travel through time in your tests.
Index: pkgsrc/time/py-time-machine/Makefile
diff -u /dev/null pkgsrc/time/py-time-machine/Makefile:1.1
--- /dev/null Mon Jul 17 16:08:31 2023
+++ pkgsrc/time/py-time-machine/Makefile Mon Jul 17 16:08:31 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2023/07/17 16:08:31 adam Exp $
+
+DISTNAME= time_machine-2.11.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= time python
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/time-machine/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/adamchainz/time-machine
+COMMENT= Travel through time in your tests
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-time-machine/PLIST
diff -u /dev/null pkgsrc/time/py-time-machine/PLIST:1.1
--- /dev/null Mon Jul 17 16:08:31 2023
+++ pkgsrc/time/py-time-machine/PLIST Mon Jul 17 16:08:31 2023
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2023/07/17 16:08:31 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/_time_machine.so
+${PYSITELIB}/time_machine/__init__.py
+${PYSITELIB}/time_machine/__init__.pyc
+${PYSITELIB}/time_machine/__init__.pyo
+${PYSITELIB}/time_machine/py.typed
Index: pkgsrc/time/py-time-machine/distinfo
diff -u /dev/null pkgsrc/time/py-time-machine/distinfo:1.1
--- /dev/null Mon Jul 17 16:08:31 2023
+++ pkgsrc/time/py-time-machine/distinfo Mon Jul 17 16:08:31 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/07/17 16:08:31 adam Exp $
+
+BLAKE2s (time_machine-2.11.0.tar.gz) = a11d270c262c79ca8a2e0605b42b2cd0705541a8a3c3cf9031451d1de084f6ee
+SHA512 (time_machine-2.11.0.tar.gz) = 115c264b4f87f4088e6e0884b5ad655e025a917ee8783af3e936e80e1713f7f0d58944da31418333d11b9f3eef82c4fb199da9d369717ff7a34cd47e851b3e53
+Size (time_machine-2.11.0.tar.gz) = 23913 bytes
Home |
Main Index |
Thread Index |
Old Index