pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-pygal



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.

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@localhost
-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



Home | Main Index | Thread Index | Old Index