CVS commit: pkgsrc
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Wed Aug 12 21:55:04 UTC 2026 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2026 Removed Files: pkgsrc/devel/py-entrypoints: DESCR Makefile PLIST distinfo Log Message: py-entrypoints: remove Does not build with flit_core 4, no users in pkgsrc, last upstream release 4 years ago To generate a diff of this commit: cvs rdiff -u -r1.4673 -r1.4674 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-entrypoints/DESCR cvs rdiff -u -r1.13 -r0 pkgsrc/devel/py-entrypoints/Makefile cvs rdiff -u -r1.8 -r0 pkgsrc/devel/py-entrypoints/PLIST cvs rdiff -u -r1.6 -r0 pkgsrc/devel/py-entrypoints/distinfo cvs rdiff -u -r1.5238 -r1.5239 pkgsrc/doc/CHANGES-2026 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.3 KB)
Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4673 pkgsrc/devel/Makefile:1.4674 --- pkgsrc/devel/Makefile:1.4673 Wed Aug 12 21:52:45 2026 +++ pkgsrc/devel/Makefile Wed Aug 12 21:55:03 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4673 2026/08/12 21:52:45 wiz Exp $ +# $NetBSD: Makefile,v 1.4674 2026/08/12 21:55:03 wiz Exp $ # COMMENT= Development utilities @@ -2671,7 +2671,6 @@ SUBDIR+= py-e3-testsuite SUBDIR+= py-editables SUBDIR+= py-editorconfig-core SUBDIR+= py-empty-files -SUBDIR+= py-entrypoints SUBDIR+= py-evalidate SUBDIR+= py-exceptiongroup SUBDIR+= py-execnet Index: pkgsrc/doc/CHANGES-2026 diff -u pkgsrc/doc/CHANGES-2026:1.5238 pkgsrc/doc/CHANGES-2026:1.5239 --- pkgsrc/doc/CHANGES-2026:1.5238 Wed Aug 12 21:52:45 2026 +++ pkgsrc/doc/CHANGES-2026 Wed Aug 12 21:55:04 2026 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2026,v 1.5238 2026/08/12 21:52:45 wiz Exp $ +$NetBSD: CHANGES-2026,v 1.5239 2026/08/12 21:55:04 wiz Exp $ Changes to the packages collection and infrastructure in 2026: @@ -7758,3 +7758,4 @@ Changes to the packages collection and i Updated misc/indi to 2.2.4.2 [adam 2026-08-12] Updated devel/appstream to 1.1.6 [adam 2026-08-12] Removed devel/py-backcall [wiz 2026-08-12] + Removed devel/py-entrypoints [wiz 2026-08-12]