Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RyG2o0GO; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Yb3RUYqF Received: by mail.netbsd.org (Postfix, from userid 605) id 68A8284E79; Tue, 30 Apr 2024 13:24:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714483459; bh=W/9ixIhgHTbhE2ZYynmZjq21Cv6J3TRtY4ssK0u7EjA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=RyG2o0GOMXf56yI0MZTQtHyUaghd3NoFaF75XFfMEQ2o7hRRYJ1u2GSzTSIViw9ga YaK/JGD6VZudk+4SAJ6gQb3D2fHmNTmCJXEcYj8mre9ZeDnMCxXJh+vtWlsvrHUDgy 6pTH7fE8cLCHPR8gY5V7DJAhu+qesT+btOhW1OqI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B0D584E6F for ; Tue, 30 Apr 2024 13:24:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TV67lkPQZmeK for ; Tue, 30 Apr 2024 13:24:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CFCEA84D0C for ; Tue, 30 Apr 2024 13:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714483457; bh=W/9ixIhgHTbhE2ZYynmZjq21Cv6J3TRtY4ssK0u7EjA=; h=Date:From:Subject:To:Reply-To; b=Yb3RUYqFVR6LNKHUYqQgSpczetFfYuE3CWc1MZr8qiDg0nv/f/lJu2H/JQe77N+mt /PkRmyEkzybui1F2WMzaVnU52OkWRYiTfqNYa6uqqkIuLgWSyHdMqaX9FnTbWzkuLK OTRl1JmeaD+6uqvCZA5sGpEd3OqOnJeLk88o7yR0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAA5BFA2C; Tue, 30 Apr 2024 13:24:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714483457251480" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 13:24:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240430132417.CAA5BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714483457251480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 30 13:24:17 UTC 2024 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2024 Removed Files: pkgsrc/devel/py-hgtools: DESCR Makefile PLIST distinfo Log Message: py-hgtools: remove Replaced by py-jaraco.vcs. To generate a diff of this commit: cvs rdiff -u -r1.4218 -r1.4219 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-hgtools/DESCR cvs rdiff -u -r1.8 -r0 pkgsrc/devel/py-hgtools/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/devel/py-hgtools/PLIST cvs rdiff -u -r1.6 -r0 pkgsrc/devel/py-hgtools/distinfo cvs rdiff -u -r1.2933 -r1.2934 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714483457251480 Content-Disposition: inline Content-Length: 1275 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4218 pkgsrc/devel/Makefile:1.4219 --- pkgsrc/devel/Makefile:1.4218 Tue Apr 30 13:23:23 2024 +++ pkgsrc/devel/Makefile Tue Apr 30 13:24:17 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4218 2024/04/30 13:23:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4219 2024/04/30 13:24:17 wiz Exp $ # COMMENT= Development utilities @@ -2626,7 +2626,6 @@ SUBDIR+= py-hg-evolve SUBDIR+= py-hg-fastimport SUBDIR+= py-hg-git SUBDIR+= py-hglib -SUBDIR+= py-hgtools SUBDIR+= py-hyperscan SUBDIR+= py-hypothesis SUBDIR+= py-hypothesis4 Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2933 pkgsrc/doc/CHANGES-2024:1.2934 --- pkgsrc/doc/CHANGES-2024:1.2933 Tue Apr 30 13:23:23 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 30 13:24:17 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2933 2024/04/30 13:23:23 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2934 2024/04/30 13:24:17 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4770,3 +4770,4 @@ Changes to the packages collection and i Updated net/py-ptt to 1.19.6 [wiz 2024-04-30] Updated net/py-irclib to 20.4.0 [wiz 2024-04-30] Removed devel/py-jaraco_util [wiz 2024-04-30] + Removed devel/py-hgtools [wiz 2024-04-30] --_----------=_1714483457251480--