Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=rHHBq0v/; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kw1QR8+w Received: by mail.netbsd.org (Postfix, from userid 605) id 3195C84E93; Tue, 30 Apr 2024 08:30:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714465844; bh=eLZoBqJ60G1rt8yGk/HMYAeyEFPmQsNzFIQetjPJYaw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=rHHBq0v/S7mCjjHEf6PfMqT/ee+mV4dtlY5f/qXeNymWh/P6B02lFLT349QUdpEHw K2JjsgNG6e3aIkWYaIBouivigtSqVvei9rbsoSEiJWaN1Zk9++qNRNYKEcPitNr9DE YAUpzka8/f3Qen71mu6ruXCGOOKSUQJ3+XydMDuI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2208A84E66 for ; Tue, 30 Apr 2024 08:30:43 +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 2jMyG6iKsz8I for ; Tue, 30 Apr 2024 08:30:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8F91F84CE8 for ; Tue, 30 Apr 2024 08:30:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714465842; bh=eLZoBqJ60G1rt8yGk/HMYAeyEFPmQsNzFIQetjPJYaw=; h=Date:From:Subject:To:Reply-To; b=kw1QR8+wHqwD/P+zo9pxqoNtPyOe+t29TwpXxPNitVrn198UREZMCEA3Vb7UeLDW3 tOk9/Qm1nS+MbsHUVbE3cHPIWtRnzrsCS4J5zWYpL1bCkC0g+Indy+IkVWkXXrDQzC vs9lMiOQwJA/b77a2FHZGgMTnavA93PQhLMD9rvo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 881D7FA2C; Tue, 30 Apr 2024 08:30:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171446584230930" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 08:30:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240430083042.881D7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171446584230930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 30 08:30:42 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 pkgsrc/textproc: Makefile Removed Files: pkgsrc/textproc/py27-tinycss2: DESCR Makefile PLIST distinfo pkgsrc/textproc/py27-tinycss2/patches: patch-setup.cfg patch-setup.py Log Message: py27-tinycss2: remove Python 2 version, no users left in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.2894 -r1.2895 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.1461 -r1.1462 pkgsrc/textproc/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/py27-tinycss2/DESCR \ pkgsrc/textproc/py27-tinycss2/PLIST cvs rdiff -u -r1.8 -r0 pkgsrc/textproc/py27-tinycss2/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/textproc/py27-tinycss2/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/py27-tinycss2/patches/patch-setup.cfg \ pkgsrc/textproc/py27-tinycss2/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171446584230930 Content-Disposition: inline Content-Length: 1377 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2894 pkgsrc/doc/CHANGES-2024:1.2895 --- pkgsrc/doc/CHANGES-2024:1.2894 Tue Apr 30 08:27:16 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 30 08:30:41 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2894 2024/04/30 08:27:16 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2895 2024/04/30 08:30:41 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4725,3 +4725,4 @@ Changes to the packages collection and i Added print/py-pikepdf version 8.15.1 [wiz 2024-04-30] Updated graphics/py-cairocffi to 1.7.0 [wiz 2024-04-30] Removed textproc/py27-cssselect2 [wiz 2024-04-30] + Removed textproc/py27-tinycss2 [wiz 2024-04-30] Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1461 pkgsrc/textproc/Makefile:1.1462 --- pkgsrc/textproc/Makefile:1.1461 Tue Apr 30 08:27:16 2024 +++ pkgsrc/textproc/Makefile Tue Apr 30 08:30:41 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1461 2024/04/30 08:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.1462 2024/04/30 08:30:41 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1222,7 +1222,6 @@ SUBDIR+= py-yamlordereddictloader SUBDIR+= py-yattag SUBDIR+= py27-lxml SUBDIR+= py27-pyphen -SUBDIR+= py27-tinycss2 SUBDIR+= qore-json-module SUBDIR+= qore-xml-module SUBDIR+= qore-yaml-module --_----------=_171446584230930--