Received: by mail.netbsd.org (Postfix, from userid 605) id 89B0A84E85; Tue, 2 May 2023 17:24:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA12E84E7F for ; Tue, 2 May 2023 17:24:31 +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 4GPwOZw1eVrg for ; Tue, 2 May 2023 17:24:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2DCA084CC9 for ; Tue, 2 May 2023 17:24:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B2FAFA87; Tue, 2 May 2023 17:24:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683048271267210" MIME-Version: 1.0 Date: Tue, 2 May 2023 17:24:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230502172431.2B2FAFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683048271267210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 2 17:24:30 UTC 2023 Modified Files: pkgsrc/converters: Makefile pkgsrc/doc: CHANGES-2023 TODO Removed Files: pkgsrc/converters/py-chardet4: ALTERNATIVES DESCR Makefile PLIST distinfo Log Message: py-chardet4: remove, unused To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.206 pkgsrc/converters/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/converters/py-chardet4/ALTERNATIVES \ pkgsrc/converters/py-chardet4/DESCR pkgsrc/converters/py-chardet4/PLIST \ pkgsrc/converters/py-chardet4/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/converters/py-chardet4/Makefile cvs rdiff -u -r1.2714 -r1.2715 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.22879 -r1.22880 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683048271267210 Content-Disposition: inline Content-Length: 1927 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/Makefile diff -u pkgsrc/converters/Makefile:1.205 pkgsrc/converters/Makefile:1.206 --- pkgsrc/converters/Makefile:1.205 Sun Apr 30 14:07:04 2023 +++ pkgsrc/converters/Makefile Tue May 2 17:24:30 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.205 2023/04/30 14:07:04 nikita Exp $ +# $NetBSD: Makefile,v 1.206 2023/05/02 17:24:30 wiz Exp $ # COMMENT= Document format and character code converters @@ -127,7 +127,6 @@ SUBDIR+= py-base58 SUBDIR+= py-bidi SUBDIR+= py-cairosvg SUBDIR+= py-chardet -SUBDIR+= py-chardet4 SUBDIR+= py-charset-normalizer SUBDIR+= py-confusable_homoglyphs SUBDIR+= py-emoji Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.2714 pkgsrc/doc/CHANGES-2023:1.2715 --- pkgsrc/doc/CHANGES-2023:1.2714 Tue May 2 17:04:52 2023 +++ pkgsrc/doc/CHANGES-2023 Tue May 2 17:24:30 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2714 2023/05/02 17:04:52 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.2715 2023/05/02 17:24:30 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -3809,3 +3809,4 @@ Changes to the packages collection and i Updated mail/py-postfix-mta-sts-resolver to 1.3.0 [wiz 2023-05-02] Updated misc/khard to 0.18.0 [wiz 2023-05-02] Removed devel/py-mccabe06 [wiz 2023-05-02] + Removed converters/py-chardet4 [wiz 2023-05-02] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22879 pkgsrc/doc/TODO:1.22880 --- pkgsrc/doc/TODO:1.22879 Tue May 2 16:30:31 2023 +++ pkgsrc/doc/TODO Tue May 2 17:24:30 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22879 2023/05/02 16:30:31 wiz Exp $ +$NetBSD: TODO,v 1.22880 2023/05/02 17:24:30 wiz Exp $ Suggested new packages ====================== @@ -1214,7 +1214,7 @@ For possible Perl packages updates, see o py-fecon235-6.18.1203 o py-filebytes-0.10.2 o py-gammu-3.1 - o py-gcovr-4.2 + o py-gcovr-6.0 o py-gsutil-5.6 o py-hgview-1.9.0 o py-hyperscan-0.2.0 --_----------=_1683048271267210--