Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9003784F6A for ; Sun, 5 Nov 2023 00:45:22 +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 b0Mmp8BzBBmr for ; Sun, 5 Nov 2023 00:45:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D6C5284E9E for ; Sun, 5 Nov 2023 00:45:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA7DBFA2B; Sun, 5 Nov 2023 00:45:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169914512159930" MIME-Version: 1.0 Date: Sun, 5 Nov 2023 00:45:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/py-pilkit To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231105004521.CA7DBFA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169914512159930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 5 00:45:21 UTC 2023 Modified Files: pkgsrc/graphics/py-pilkit: Makefile PLIST distinfo Log Message: py-pilkit: update to 3.0. Half a year of development, no summary found. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-pilkit/Makefile \ pkgsrc/graphics/py-pilkit/PLIST pkgsrc/graphics/py-pilkit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169914512159930 Content-Disposition: inline Content-Length: 3907 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-pilkit/Makefile diff -u pkgsrc/graphics/py-pilkit/Makefile:1.1 pkgsrc/graphics/py-pilkit/Makefile:1.2 --- pkgsrc/graphics/py-pilkit/Makefile:1.1 Fri Dec 16 19:21:41 2022 +++ pkgsrc/graphics/py-pilkit/Makefile Sun Nov 5 00:45:21 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/12/16 19:21:41 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2023/11/05 00:45:21 wiz Exp $ -DISTNAME= pilkit-2.0 +DISTNAME= pilkit-3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pilkit/} @@ -10,11 +10,13 @@ HOMEPAGE= https://github.com/matthewwith COMMENT= Collection of utilities and processors for the Python Imaging Libary LICENSE= modified-bsd +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.0.1:../../devel/py-mock TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.6:../../devel/py-nose TEST_DEPENDS+= ${PYPKGPREFIX}-Pillow>=0:../../graphics/py-Pillow USE_LANGUAGES= # none -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/py-pilkit/PLIST diff -u pkgsrc/graphics/py-pilkit/PLIST:1.1 pkgsrc/graphics/py-pilkit/PLIST:1.2 --- pkgsrc/graphics/py-pilkit/PLIST:1.1 Fri Dec 16 19:21:41 2022 +++ pkgsrc/graphics/py-pilkit/PLIST Sun Nov 5 00:45:21 2023 @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2022/12/16 19:21:41 wiz Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2023/11/05 00:45:21 wiz Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/pbr.json +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/pilkit/__init__.py ${PYSITELIB}/pilkit/__init__.pyc ${PYSITELIB}/pilkit/__init__.pyo @@ -22,9 +24,15 @@ ${PYSITELIB}/pilkit/processors/__init__. ${PYSITELIB}/pilkit/processors/base.py ${PYSITELIB}/pilkit/processors/base.pyc ${PYSITELIB}/pilkit/processors/base.pyo +${PYSITELIB}/pilkit/processors/convert.py +${PYSITELIB}/pilkit/processors/convert.pyc +${PYSITELIB}/pilkit/processors/convert.pyo ${PYSITELIB}/pilkit/processors/crop.py ${PYSITELIB}/pilkit/processors/crop.pyc ${PYSITELIB}/pilkit/processors/crop.pyo +${PYSITELIB}/pilkit/processors/filter.py +${PYSITELIB}/pilkit/processors/filter.pyc +${PYSITELIB}/pilkit/processors/filter.pyo ${PYSITELIB}/pilkit/processors/overlay.py ${PYSITELIB}/pilkit/processors/overlay.pyc ${PYSITELIB}/pilkit/processors/overlay.pyo Index: pkgsrc/graphics/py-pilkit/distinfo diff -u pkgsrc/graphics/py-pilkit/distinfo:1.1 pkgsrc/graphics/py-pilkit/distinfo:1.2 --- pkgsrc/graphics/py-pilkit/distinfo:1.1 Fri Dec 16 19:21:41 2022 +++ pkgsrc/graphics/py-pilkit/distinfo Sun Nov 5 00:45:21 2023 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/12/16 19:21:41 wiz Exp $ +$NetBSD: distinfo,v 1.2 2023/11/05 00:45:21 wiz Exp $ -BLAKE2s (pilkit-2.0.tar.gz) = de1e2a6d12891aa8359a1eff652447ccbe3191bf7579d19ca215f3c3fb284695 -SHA512 (pilkit-2.0.tar.gz) = 7618d7de125f2813b25d707b02b70ca9cb4e19105ed0eb3be3ff6b926a812ed2a609e54f8e86535641fc4baef265fae58d70290c14011eeea744e90066b7bdae -Size (pilkit-2.0.tar.gz) = 161137 bytes -SHA1 (patch-setup.py) = 529ed84d7770f103037ce46d6f998304bcbf7a80 +BLAKE2s (pilkit-3.0.tar.gz) = 602bbf3b365241e5f91ed09abd51d9c9597440053f9580fff2b172b323566fe5 +SHA512 (pilkit-3.0.tar.gz) = 07f85bcd0b8f429429cbc6c9e0d302c526200f53915757b6fe1f8ef3d1653dfedf96b6af25a5ed32d7cae5b2ee62f54b9e7cdf713302b66d78fc82340cb7ea10 +Size (pilkit-3.0.tar.gz) = 402342 bytes --_----------=_169914512159930--