Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Dzs+Gx87; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=w2V5NZAE Received: by mail.netbsd.org (Postfix, from userid 605) id 3577D84ED8; Tue, 30 Apr 2024 11:39:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714477196; bh=kNftYa1zL7WbcyZKIM/XRJGJMsCs/elKGLZx3FI5LBA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Dzs+Gx87OMyCOFWzhS1ZSsozE6TBpERNHy4Vlk7CiksMeRtpIWjlZIBb9KYDhQGk2 PKP6lR151MfsvR1WC+d/PvOI8FJV3Byh47q8Ky1AMQ+lVd6KXehrT4jGyxy9DRowCF /RcXOKdXc1+04QTmEqmpjKJu5Hah49qKqSb1irQU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2642B84E79 for ; Tue, 30 Apr 2024 11:39:55 +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 sBxyebLe2pKF for ; Tue, 30 Apr 2024 11:39:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 880A884CC8 for ; Tue, 30 Apr 2024 11:39:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714477194; bh=kNftYa1zL7WbcyZKIM/XRJGJMsCs/elKGLZx3FI5LBA=; h=Date:From:Subject:To:Reply-To; b=w2V5NZAEHwVje8ve9cM2nTHIC53hGEXMeeBz3d5VQYa/xRI6a75qUmIHYQ1x+J7hg A1C2QcVzp7RKErYHoZMDMztUPCzFGNpbKJW0M9RQYIx+LENMekMvpS3HilnK71OYY0 9SXX3pa1yYv/zw0n9x7gvlYqihtMa5qaakEvDJQM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78745FA2C; Tue, 30 Apr 2024 11:39:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714477194148330" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 11:39:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/py-strich To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240430113954.78745FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714477194148330 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:39:54 UTC 2024 Modified Files: pkgsrc/graphics/py-strich: Makefile PLIST Log Message: py-strich: convert to wheel.mk. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-strich/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-strich/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714477194148330 Content-Disposition: inline Content-Length: 2175 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-strich/Makefile diff -u pkgsrc/graphics/py-strich/Makefile:1.5 pkgsrc/graphics/py-strich/Makefile:1.6 --- pkgsrc/graphics/py-strich/Makefile:1.5 Tue Jan 4 20:54:07 2022 +++ pkgsrc/graphics/py-strich/Makefile Tue Apr 30 11:39:54 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:07 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2024/04/30 11:39:54 wiz Exp $ DISTNAME= pyStrich-0.8 PKGNAME= ${PYPKGPREFIX}-strich-0.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyStrich/} @@ -11,12 +11,11 @@ HOMEPAGE= https://github.com/mmulqueen/p COMMENT= 1D and 2D barcode generator LICENSE= 2-clause-bsd AND apache-2.0 -PYTHON_VERSIONED_DEPENDENCIES= Pillow test:test +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow -do-test: - ${MKDIR} ${WRKSRC}/pystrich/code128/test_img ${WRKSRC}/pystrich/ean13/test_img - cd ${WRKSRC} && pytest-${PYVERSSUFFIX} +PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/py-strich/PLIST diff -u pkgsrc/graphics/py-strich/PLIST:1.1 pkgsrc/graphics/py-strich/PLIST:1.2 --- pkgsrc/graphics/py-strich/PLIST:1.1 Mon Oct 23 13:38:41 2017 +++ pkgsrc/graphics/py-strich/PLIST Tue Apr 30 11:39:54 2024 @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2017/10/23 13:38:41 joerg Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2024/04/30 11:39:54 wiz Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/pystrich/__init__.py ${PYSITELIB}/pystrich/__init__.pyc ${PYSITELIB}/pystrich/__init__.pyo --_----------=_1714477194148330--