pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 24 07:48:23 UTC 2025

Modified Files:
        pkgsrc/devel: Makefile
Removed Files:
        pkgsrc/devel/py-typing: DESCR Makefile PLIST distinfo

Log Message:
py-typing: removed; obsolete, included in Python 3; typing in Python 2 does not make much sense anyway


To generate a diff of this commit:
cvs rdiff -u -r1.4466 -r1.4467 pkgsrc/devel/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-typing/DESCR
cvs rdiff -u -r1.14 -r0 pkgsrc/devel/py-typing/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/py-typing/PLIST
cvs rdiff -u -r1.12 -r0 pkgsrc/devel/py-typing/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4466 pkgsrc/devel/Makefile:1.4467
--- pkgsrc/devel/Makefile:1.4466        Wed Apr 23 14:55:34 2025
+++ pkgsrc/devel/Makefile       Thu Apr 24 07:48:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4466 2025/04/23 14:55:34 wiz Exp $
+# $NetBSD: Makefile,v 1.4467 2025/04/24 07:48:23 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -3202,7 +3202,6 @@ SUBDIR+=  py-typeguard
 SUBDIR+=       py-types-setuptools
 SUBDIR+=       py-types-toml
 SUBDIR+=       py-types-ujson
-SUBDIR+=       py-typing
 SUBDIR+=       py-typing-extensions
 SUBDIR+=       py-typing-inspect
 SUBDIR+=       py-typing-inspection



Home | Main Index | Thread Index | Old Index