Received: by mail.netbsd.org (Postfix, from userid 605) id 43FE284E61; Wed, 2 Nov 2022 10:57:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7476A84D43 for ; Wed, 2 Nov 2022 10:57:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 awWpRV2wf6JX for ; Wed, 2 Nov 2022 10:57:29 +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 CF0C384C71 for ; Wed, 2 Nov 2022 10:57:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2D42FA90; Wed, 2 Nov 2022 10:57:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667386649216570" MIME-Version: 1.0 Date: Wed, 2 Nov 2022 10:57:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-pygal To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221102105729.C2D42FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667386649216570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 2 10:57:29 UTC 2022 Modified Files: pkgsrc/graphics/py-pygal: Makefile distinfo Log Message: py-pygal: updated to 3.0.0 3.0.0 Fixed Remove Iterable import deprecation warning Remove invalid escape sequence warnings in tests Fix test failures due to removed pytest attribute Fix linting errors with latest isort and flake8 Changed Replace deprecated tested versions of Python (including Python 2) with latest ones in CI To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/py-pygal/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-pygal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667386649216570 Content-Disposition: inline Content-Length: 3028 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-pygal/Makefile diff -u pkgsrc/graphics/py-pygal/Makefile:1.14 pkgsrc/graphics/py-pygal/Makefile:1.15 --- pkgsrc/graphics/py-pygal/Makefile:1.14 Wed Jan 5 15:41:11 2022 +++ pkgsrc/graphics/py-pygal/Makefile Wed Nov 2 10:57:29 2022 @@ -1,32 +1,33 @@ -# $NetBSD: Makefile,v 1.14 2022/01/05 15:41:11 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/11/02 10:57:29 adam Exp $ -DISTNAME= pygal-2.4.0 +DISTNAME= pygal-3.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygal/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pygal.org/ +HOMEPAGE= https://www.pygal.org/ COMMENT= Python SVG graph plotting library LICENSE= gnu-lgpl-v3 DEPENDS+= ${PYPKGPREFIX}-cairosvg-[0-9]*:../../converters/py-cairosvg DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml -BUILD_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask -BUILD_DEPENDS+= ${PYPKGPREFIX}-pyquery-[0-9]*:../../textproc/py-pyquery -BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov -BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner -# more BUILD_DEPENDS needed +TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask +TEST_DEPENDS+= ${PYPKGPREFIX}-pyquery-[0-9]*:../../textproc/py-pyquery +TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov +TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 +TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort +TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pyquery - USE_PKG_RESOURCES= yes +PYTHON_VERSIONS_INCOMPATIBLE= 27 + post-install: - cd ${DESTDIR}${PREFIX}/bin && ${MV} pygal_gen.py pygal_gen${PYVERSSUFFIX}.py || ${TRUE} + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} pygal_gen.py pygal_gen${PYVERSSUFFIX}.py || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/py-pygal/distinfo diff -u pkgsrc/graphics/py-pygal/distinfo:1.8 pkgsrc/graphics/py-pygal/distinfo:1.9 --- pkgsrc/graphics/py-pygal/distinfo:1.8 Tue Oct 26 10:46:48 2021 +++ pkgsrc/graphics/py-pygal/distinfo Wed Nov 2 10:57:29 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:46:48 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/11/02 10:57:29 adam Exp $ -BLAKE2s (pygal-2.4.0.tar.gz) = d4daefc7449f1d2089417c0ec5697a21b62fe4524bb4186ee96b0bdb795fe28e -SHA512 (pygal-2.4.0.tar.gz) = 5cb95ca5c0cf74ae476953f3503154a305a0b5e42c69191b0b46f6e6cfea8c806713fe175329a69b393654d055997b2063cf3b641e91009a2b7bef219bb49ddb -Size (pygal-2.4.0.tar.gz) = 74686 bytes +BLAKE2s (pygal-3.0.0.tar.gz) = 6db705174241a05e379819321f664beefee43ee4304fd7298217297a44ace872 +SHA512 (pygal-3.0.0.tar.gz) = 51ad847539ef8c0a092878c51c0c7f0aea4f7f1f30d8b9487997e4d9f4ad50d1af9d51cbdfebea0144d7675539c5af921994dea412ced691a0d3bb6beae1f86d +Size (pygal-3.0.0.tar.gz) = 80621 bytes --_----------=_1667386649216570--