Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MqZsyZ9B; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mQQP0K00 Received: by mail.netbsd.org (Postfix, from userid 605) id A249E84E8F; Tue, 23 Apr 2024 16:55:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713891341; bh=4bWv15DLcgeArYdrTNohhQrbkHgA84PzOYDgSMdW2d4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MqZsyZ9BKllFG3V8Zcuvt6eB01e3JEbxkyjdoE+RHsuKVBBWdRU9/Gdjm3Fn8UyQk tSydbgCpcRHo2n8nnsPeIKHUPdWFl4O7jjOIPviEFqtaxmifWkZoK4jFX/ySgJI34i cCeIwRxHFitc7U0b5CNNpH1RcNoYKM2aSv69nn7I= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 911B384E78 for ; Tue, 23 Apr 2024 16:55:40 +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 oYMVDdJOcbTO for ; Tue, 23 Apr 2024 16:55:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DE7BA84D5B for ; Tue, 23 Apr 2024 16:55:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713891339; bh=4bWv15DLcgeArYdrTNohhQrbkHgA84PzOYDgSMdW2d4=; h=Date:From:Subject:To:Reply-To; b=mQQP0K00dwCkkrUsH+2+HtNP0z+5xtClye2RO9mhHDu0CXbLpEbh6eFRgAcX9k+ex E7DBQP2V1Ito4wBWCpPTuEW8VSQvXgzjMYbfBOWF915R5DcAE/RxTkRXUz+KA3qNc+ G11OkhUYSbAt5Mkw+UXGRVW2DQhA31KWKjEVvTrg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5F93FA2C; Tue, 23 Apr 2024 16:55:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713891339173150" MIME-Version: 1.0 Date: Tue, 23 Apr 2024 16:55:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-relatorio To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240423165539.D5F93FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713891339173150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 23 16:55:39 UTC 2024 Modified Files: pkgsrc/textproc/py-relatorio: Makefile PLIST distinfo Added Files: pkgsrc/textproc/py-relatorio: ALTERNATIVES Log Message: py-relatorio: updated to 0.10.2 0.10.2 * Defer files added to serializer before call * Add support for Python 3.12 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-relatorio/ALTERNATIVES cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-relatorio/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-relatorio/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-relatorio/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713891339173150 Content-Disposition: inline Content-Length: 3721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-relatorio/Makefile diff -u pkgsrc/textproc/py-relatorio/Makefile:1.26 pkgsrc/textproc/py-relatorio/Makefile:1.27 --- pkgsrc/textproc/py-relatorio/Makefile:1.26 Sun Jan 14 09:44:59 2024 +++ pkgsrc/textproc/py-relatorio/Makefile Tue Apr 23 16:55:39 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2024/01/14 09:44:59 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2024/04/23 16:55:39 adam Exp $ -DISTNAME= relatorio-0.10.1 +DISTNAME= relatorio-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/relatorio/} @@ -10,6 +10,8 @@ HOMEPAGE= https://relatorio.tryton.org/ COMMENT= Templating library able to output odt and pdf files LICENSE= gnu-gpl-v3 +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml TEST_DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic @@ -18,5 +20,9 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +post-install: + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} relatorio-render relatorio-render-${PYVERSSUFFIX} || ${TRUE} + +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-relatorio/PLIST diff -u pkgsrc/textproc/py-relatorio/PLIST:1.4 pkgsrc/textproc/py-relatorio/PLIST:1.5 --- pkgsrc/textproc/py-relatorio/PLIST:1.4 Mon Dec 6 03:57:49 2021 +++ pkgsrc/textproc/py-relatorio/PLIST Tue Apr 23 16:55:39 2024 @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2021/12/06 03:57:49 mef Exp $ -bin/relatorio-render -${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.5 2024/04/23 16:55:39 adam Exp $ +bin/relatorio-render-${PYVERSSUFFIX} +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/relatorio/__init__.py ${PYSITELIB}/relatorio/__init__.pyc ${PYSITELIB}/relatorio/__init__.pyo Index: pkgsrc/textproc/py-relatorio/distinfo diff -u pkgsrc/textproc/py-relatorio/distinfo:1.15 pkgsrc/textproc/py-relatorio/distinfo:1.16 --- pkgsrc/textproc/py-relatorio/distinfo:1.15 Fri May 27 09:47:29 2022 +++ pkgsrc/textproc/py-relatorio/distinfo Tue Apr 23 16:55:39 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2022/05/27 09:47:29 adam Exp $ +$NetBSD: distinfo,v 1.16 2024/04/23 16:55:39 adam Exp $ -BLAKE2s (relatorio-0.10.1.tar.gz) = fefdd05fee31ec5064ac66608b5156852bd599cf157b9d6e16fe37753e085156 -SHA512 (relatorio-0.10.1.tar.gz) = 460f446944e6d8dc156f8d0ae287d9c2805e0843dcb304088cee92093e84be7b884ede6b3696af7a33527cc633e5de73269e6003f644f0d2a5b1ad0196a9f607 -Size (relatorio-0.10.1.tar.gz) = 1109846 bytes +BLAKE2s (relatorio-0.10.2.tar.gz) = 187008fbda37a18eecf976dce8c423b5aadcf45a062ec75789bd23f0e548f545 +SHA512 (relatorio-0.10.2.tar.gz) = b565d2223187d316fc0d9e8e1c5e85ef9c4334677b5ec1bb7a9176e34b7ca56429c5c1f0eab25d482d0077686f16d03a543ad3ede939bb39bdc158854495fa4b +Size (relatorio-0.10.2.tar.gz) = 1105940 bytes Added files: Index: pkgsrc/textproc/py-relatorio/ALTERNATIVES diff -u /dev/null pkgsrc/textproc/py-relatorio/ALTERNATIVES:1.1 --- /dev/null Tue Apr 23 16:55:39 2024 +++ pkgsrc/textproc/py-relatorio/ALTERNATIVES Tue Apr 23 16:55:39 2024 @@ -0,0 +1 @@ +bin/relatorio-render @PREFIX@/bin/relatorio-render-@PYVERSSUFFIX@ --_----------=_1713891339173150--