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:           Tue Aug 13 08:27:27 UTC 2024

Modified Files:
        pkgsrc/graphics/py-pygal: Makefile distinfo
        pkgsrc/graphics/py-pygal/patches: patch-setup.py

Log Message:
py-pygal: updated to 3.0.5

3.0.5
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/py-pygal/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-pygal/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-pygal/patches/patch-setup.py

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.18 pkgsrc/graphics/py-pygal/Makefile:1.19
--- pkgsrc/graphics/py-pygal/Makefile:1.18      Sat Aug 10 15:46:27 2024
+++ pkgsrc/graphics/py-pygal/Makefile   Tue Aug 13 08:27:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/08/10 15:46:27 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/08/13 08:27:26 adam Exp $
 
-DISTNAME=      pygal-3.0.4
+DISTNAME=      pygal-3.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygal/}

Index: pkgsrc/graphics/py-pygal/distinfo
diff -u pkgsrc/graphics/py-pygal/distinfo:1.11 pkgsrc/graphics/py-pygal/distinfo:1.12
--- pkgsrc/graphics/py-pygal/distinfo:1.11      Sat Aug 10 15:46:27 2024
+++ pkgsrc/graphics/py-pygal/distinfo   Tue Aug 13 08:27:26 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2024/08/10 15:46:27 wiz Exp $
+$NetBSD: distinfo,v 1.12 2024/08/13 08:27:26 adam Exp $
 
-BLAKE2s (pygal-3.0.4.tar.gz) = ccc21b8cbd50a7bb026d55601c938fab3f8fdf627aef9b502c99e34646e7edbe
-SHA512 (pygal-3.0.4.tar.gz) = ed9c74a256b1155ac18a6dfc1fd9ade75b010b759f99ed33ba3c1f0e3dd6c4c19f9917aa6ce5bee300c793df74429d8fedf6ce3dbc60019be5cbe839f26abd70
-Size (pygal-3.0.4.tar.gz) = 81840 bytes
-SHA1 (patch-setup.py) = adee32a5a3fd199d2f2c7931cd9e0d2c87f99ee8
+BLAKE2s (pygal-3.0.5.tar.gz) = c7fdd16270232b2966e62fb7f6efd81db2bd4166a6ba24dab5a859281d8f0a0c
+SHA512 (pygal-3.0.5.tar.gz) = 06b04c5d026d18586c8c079a7286742170199779bdc2f6c33b5a9dc47846df63af639d1983d124fa73d36087aa69feffc6f6a7dcc179832754e525203927da77
+Size (pygal-3.0.5.tar.gz) = 80489 bytes
+SHA1 (patch-setup.py) = 81bdc9b4c208cfe53c763317707bc1e6513d345e

Index: pkgsrc/graphics/py-pygal/patches/patch-setup.py
diff -u pkgsrc/graphics/py-pygal/patches/patch-setup.py:1.1 pkgsrc/graphics/py-pygal/patches/patch-setup.py:1.2
--- pkgsrc/graphics/py-pygal/patches/patch-setup.py:1.1 Sat Aug 10 15:46:27 2024
+++ pkgsrc/graphics/py-pygal/patches/patch-setup.py     Tue Aug 13 08:27:27 2024
@@ -1,24 +1,15 @@
-$NetBSD: patch-setup.py,v 1.1 2024/08/10 15:46:27 wiz Exp $
+$NetBSD: patch-setup.py,v 1.2 2024/08/13 08:27:27 adam Exp $
 
 https://github.com/Kozea/pygal/issues/430
 
---- setup.py.orig      2024-08-10 15:35:48.260480748 +0000
+--- setup.py.orig      2024-08-12 14:53:53.000000000 +0000
 +++ setup.py
-@@ -44,7 +44,7 @@ tests_requirements = [
-     "pyquery", "flask", 'cairosvg', 'lxml', 'pygal_maps_world', 'pygal_maps_fr',
-     'pygal_maps_ch', 'coveralls',
-     'flake8',
--    'pytest-runner', 'pytest-cov', 'pytest-isort',
-+    'pytest-cov', 'pytest-isort',
-     'pytest'
- ]
- 
-@@ -70,7 +70,7 @@ setup(
+@@ -62,7 +62,7 @@ setup(
      scripts=["pygal_gen.py"],
      keywords=[
          "svg", "chart", "graph", "diagram", "plot", "histogram", "kiviat"],
 -    setup_requires=['pytest-runner'],
 +    setup_requires=[],
      install_requires=['importlib-metadata'],  # TODO: remove this (see #545, #546)
-     cmdclass={'test': PyTest},
      package_data={'pygal': ['css/*', 'graph/maps/*.svg']},
+     extras_require={



Home | Main Index | Thread Index | Old Index