Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 99D2684D28 for ; Sat, 4 Nov 2023 12:11:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NqNn7_L9oi70 for ; Sat, 4 Nov 2023 12:11:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1A5E684CE2 for ; Sat, 4 Nov 2023 12:11:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17BD6FA2B; Sat, 4 Nov 2023 12:11:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699099905226200" MIME-Version: 1.0 Date: Sat, 4 Nov 2023 12:11:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231104121145.17BD6FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699099905226200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Nov 4 12:11:44 UTC 2023 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/devel/py-at-spi: DESCR Makefile PLIST distinfo Log Message: py-at-spi: remove Replaced by py-at-spi2 To generate a diff of this commit: cvs rdiff -u -r1.4109 -r1.4110 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-at-spi/DESCR cvs rdiff -u -r1.35 -r0 pkgsrc/devel/py-at-spi/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/devel/py-at-spi/PLIST cvs rdiff -u -r1.11 -r0 pkgsrc/devel/py-at-spi/distinfo cvs rdiff -u -r1.6586 -r1.6587 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699099905226200 Content-Disposition: inline Content-Length: 1289 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4109 pkgsrc/devel/Makefile:1.4110 --- pkgsrc/devel/Makefile:1.4109 Sat Nov 4 12:07:39 2023 +++ pkgsrc/devel/Makefile Sat Nov 4 12:11:44 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4109 2023/11/04 12:07:39 wiz Exp $ +# $NetBSD: Makefile,v 1.4110 2023/11/04 12:11:44 wiz Exp $ # COMMENT= Development utilities @@ -2410,7 +2410,6 @@ SUBDIR+= py-astunparse SUBDIR+= py-async-lru SUBDIR+= py-async-timeout SUBDIR+= py-async_generator -SUBDIR+= py-at-spi SUBDIR+= py-at-spi2 SUBDIR+= py-atomicwrites SUBDIR+= py-atpublic Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6586 pkgsrc/doc/CHANGES-2023:1.6587 --- pkgsrc/doc/CHANGES-2023:1.6586 Sat Nov 4 12:10:32 2023 +++ pkgsrc/doc/CHANGES-2023 Sat Nov 4 12:11:44 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6586 2023/11/04 12:10:32 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6587 2023/11/04 12:11:44 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9574,3 +9574,4 @@ Changes to the packages collection and i Removed sysutils/p5-Gnome2-VFS [wiz 2023-11-04] Removed graphics/p5-Gnome2-Canvas [wiz 2023-11-04] Removed sysutils/virt-manager [wiz 2023-11-04] + Removed devel/py-at-spi [wiz 2023-11-04] --_----------=_1699099905226200--