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 22:07:06 UTC 2026 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2026 Removed Files: pkgsrc/devel/py-pep517: DESCR Makefile PLIST distinfo Log Message: py-pep517: remove Doesn't build with flit_core 4, no users in pkgsrc, no upstream for this. To generate a diff of this commit: cvs rdiff -u -r1.4674 -r1.4675 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-pep517/DESCR cvs rdiff -u -r1.15 -r0 pkgsrc/devel/py-pep517/Makefile cvs rdiff -u -r1.8 -r0 pkgsrc/devel/py-pep517/PLIST cvs rdiff -u -r1.10 -r0 pkgsrc/devel/py-pep517/distinfo cvs rdiff -u -r1.5241 -r1.5242 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.2 KB)
Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4674 pkgsrc/devel/Makefile:1.4675 --- pkgsrc/devel/Makefile:1.4674 Wed Aug 12 21:55:03 2026 +++ pkgsrc/devel/Makefile Wed Aug 12 22:07:05 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4674 2026/08/12 21:55:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4675 2026/08/12 22:07:05 wiz Exp $ # COMMENT= Development utilities @@ -2866,7 +2866,6 @@ SUBDIR+= py-pdm SUBDIR+= py-pdm-build-locked SUBDIR+= py-pdm_backend SUBDIR+= py-pebble -SUBDIR+= py-pep517 SUBDIR+= py-pep621 SUBDIR+= py-pep8 SUBDIR+= py-pexpect Index: pkgsrc/doc/CHANGES-2026 diff -u pkgsrc/doc/CHANGES-2026:1.5241 pkgsrc/doc/CHANGES-2026:1.5242 --- pkgsrc/doc/CHANGES-2026:1.5241 Wed Aug 12 22:03:00 2026 +++ pkgsrc/doc/CHANGES-2026 Wed Aug 12 22:07:06 2026 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2026,v 1.5241 2026/08/12 22:03:00 wiz Exp $ +$NetBSD: CHANGES-2026,v 1.5242 2026/08/12 22:07:06 wiz Exp $ Changes to the packages collection and infrastructure in 2026: @@ -7761,3 +7761,4 @@ Changes to the packages collection and i Removed devel/py-entrypoints [wiz 2026-08-12] Updated devel/py-gidgethub to 5.4.0 [wiz 2026-08-12] Updated devel/py-orderly-set to 5.5.0nb1 [wiz 2026-08-12] + Removed devel/py-pep517 [wiz 2026-08-12]