Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=X1QxN1PS; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jyrMAfyj Received: by mail.netbsd.org (Postfix, from userid 605) id 3264884EDA; Tue, 30 Apr 2024 11:40:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714477227; bh=RRcsF9+YDi6fpZrRNzgpbuIpyd5xAUkrLnhaadRdeB8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=X1QxN1PSL4DUkmULIrLAYtD73B5+BZ/+mVgnEkK4OVmbdbVLtS5pjgDpbYSfwEjjt tbYWPjJwSdb5i6SQG0gUAspWxWUN2qniN175rTftZsvduN/6Ki7srbOubCwtxjPOcK hd2PObYix7XlPb+NqV87PLnlo5ovB99I/kwNIvto= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 245CC84E79 for ; Tue, 30 Apr 2024 11:40:26 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iHi_cOlz1aJe for ; Tue, 30 Apr 2024 11:40:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7544E84CC8 for ; Tue, 30 Apr 2024 11:40:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714477225; bh=RRcsF9+YDi6fpZrRNzgpbuIpyd5xAUkrLnhaadRdeB8=; h=Date:From:Subject:To:Reply-To; b=jyrMAfyjhuovN4Za5mFEu2T+ksXtC86Ek4/uVQLA6mSnQK6lTtlclccVcLe1DjsvK ZPFvGzhddU7B52dP6xBfZqhpZb3lhhqAD+r1djNZo+C/Mh7WzKWGDT4936TqrkZ03x 6DH8EfGigPD9D85J9fzoZZI63kVhOSfKXvQh6454= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7062CFA2C; Tue, 30 Apr 2024 11:40:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714477225113450" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 11:40:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240430114025.7062CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714477225113450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 30 11:40:25 UTC 2024 Modified Files: pkgsrc/graphics: Makefile Removed Files: pkgsrc/graphics/py-Pillow6: DESCR Makefile PLIST distinfo pkgsrc/graphics/py-Pillow6/patches: patch-setup.py Log Message: py-Pillow6: remove Python 2 version, now unused. To generate a diff of this commit: cvs rdiff -u -r1.1049 -r1.1050 pkgsrc/graphics/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/graphics/py-Pillow6/DESCR cvs rdiff -u -r1.13 -r0 pkgsrc/graphics/py-Pillow6/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/py-Pillow6/PLIST cvs rdiff -u -r1.3 -r0 pkgsrc/graphics/py-Pillow6/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/py-Pillow6/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714477225113450 Content-Disposition: inline Content-Length: 606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.1049 pkgsrc/graphics/Makefile:1.1050 --- pkgsrc/graphics/Makefile:1.1049 Fri Apr 26 15:32:21 2024 +++ pkgsrc/graphics/Makefile Tue Apr 30 11:40:24 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1049 2024/04/26 15:32:21 wiz Exp $ +# $NetBSD: Makefile,v 1.1050 2024/04/30 11:40:24 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -486,7 +486,6 @@ SUBDIR+= ptex SUBDIR+= py-OpenGL SUBDIR+= py-OpenGL-accelerate SUBDIR+= py-Pillow -SUBDIR+= py-Pillow6 SUBDIR+= py-Willow SUBDIR+= py-aafigure SUBDIR+= py-actdiag --_----------=_1714477225113450--