pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  4 13:41:23 UTC 2024

Modified Files:
        pkgsrc/doc: CHANGES-2024
        pkgsrc/time: Makefile
Removed Files:
        pkgsrc/time/py-monotonic: DESCR Makefile PLIST distinfo

Log Message:
py-monotonic: remove

Dead upstream, was a library providing backwards compatibility for
time.monotonic() (which is now in the standard library); unused
in pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.2226 -r1.2227 pkgsrc/doc/CHANGES-2024
cvs rdiff -u -r1.269 -r1.270 pkgsrc/time/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/time/py-monotonic/DESCR
cvs rdiff -u -r1.4 -r0 pkgsrc/time/py-monotonic/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/time/py-monotonic/PLIST
cvs rdiff -u -r1.5 -r0 pkgsrc/time/py-monotonic/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2024
diff -u pkgsrc/doc/CHANGES-2024:1.2226 pkgsrc/doc/CHANGES-2024:1.2227
--- pkgsrc/doc/CHANGES-2024:1.2226      Thu Apr  4 13:38:55 2024
+++ pkgsrc/doc/CHANGES-2024     Thu Apr  4 13:41:23 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2024,v 1.2226 2024/04/04 13:38:55 wiz Exp $
+$NetBSD: CHANGES-2024,v 1.2227 2024/04/04 13:41:23 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2024:
 
@@ -3749,3 +3749,4 @@ Changes to the packages collection and i
        Removed net/py-gcs-oauth2-boto-plugin [wiz 2024-04-04]
        Removed www/py-google-apitools [wiz 2024-04-04]
        Removed security/py-google-reauth [wiz 2024-04-04]
+       Removed time/py-monotonic [wiz 2024-04-04]

Index: pkgsrc/time/Makefile
diff -u pkgsrc/time/Makefile:1.269 pkgsrc/time/Makefile:1.270
--- pkgsrc/time/Makefile:1.269  Mon Feb 26 19:27:51 2024
+++ pkgsrc/time/Makefile        Thu Apr  4 13:41:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.269 2024/02/26 19:27:51 pin Exp $
+# $NetBSD: Makefile,v 1.270 2024/04/04 13:41:23 wiz Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -173,7 +173,6 @@ SUBDIR+=    py-jinja2-time
 SUBDIR+=       py-jrnl
 SUBDIR+=       py-l18n
 SUBDIR+=       py-ligotimegps
-SUBDIR+=       py-monotonic
 SUBDIR+=       py-mxDateTime
 SUBDIR+=       py-parsedatetime
 SUBDIR+=       py-pytimeparse



Home | Main Index | Thread Index | Old Index