pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-graphviz py-graphviz: updated to 0.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55e7a511a389
branches:  trunk
changeset: 459417:55e7a511a389
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 06 19:16:45 2021 +0000

description:
py-graphviz: updated to 0.17

Version 0.17
------------

Drop Python 2 support. Tag Python 3.10 support.

Migrate CI to GitHub actions. Add ``pypy3`` to matrix.

Tests: implement ``--skip-exe`` via custom ``pytest`` marker.

Documentation: point Anaconda users to ``conda-forge/python-graphviz``.

Move type hints from docstrings to type annotations. Improve doctests.

Examples: standardize import convention and modernize.

Re-render example notebooks with Graphviz 2.46.1.

diffstat:

 graphics/py-graphviz/Makefile |   6 ++++--
 graphics/py-graphviz/PLIST    |   5 +----
 graphics/py-graphviz/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r ffa15618337d -r 55e7a511a389 graphics/py-graphviz/Makefile
--- a/graphics/py-graphviz/Makefile     Wed Oct 06 18:01:50 2021 +0000
+++ b/graphics/py-graphviz/Makefile     Wed Oct 06 19:16:45 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/01/11 13:56:09 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/10/06 19:16:45 adam Exp $
 
-DISTNAME=      graphviz-0.16
+DISTNAME=      graphviz-0.17
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/graphviz/}
@@ -20,5 +20,7 @@
 
 PYSETUPTESTTARGET=     pytest
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ffa15618337d -r 55e7a511a389 graphics/py-graphviz/PLIST
--- a/graphics/py-graphviz/PLIST        Wed Oct 06 18:01:50 2021 +0000
+++ b/graphics/py-graphviz/PLIST        Wed Oct 06 19:16:45 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/07/17 13:05:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/10/06 19:16:45 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,9 +7,6 @@
 ${PYSITELIB}/graphviz/__init__.py
 ${PYSITELIB}/graphviz/__init__.pyc
 ${PYSITELIB}/graphviz/__init__.pyo
-${PYSITELIB}/graphviz/_compat.py
-${PYSITELIB}/graphviz/_compat.pyc
-${PYSITELIB}/graphviz/_compat.pyo
 ${PYSITELIB}/graphviz/backend.py
 ${PYSITELIB}/graphviz/backend.pyc
 ${PYSITELIB}/graphviz/backend.pyo
diff -r ffa15618337d -r 55e7a511a389 graphics/py-graphviz/distinfo
--- a/graphics/py-graphviz/distinfo     Wed Oct 06 18:01:50 2021 +0000
+++ b/graphics/py-graphviz/distinfo     Wed Oct 06 19:16:45 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/01/11 13:56:09 adam Exp $
+$NetBSD: distinfo,v 1.16 2021/10/06 19:16:45 adam Exp $
 
-SHA1 (graphviz-0.16.zip) = 8e3a20d0748c378ffe0b5dc8eb56a030aecce086
-RMD160 (graphviz-0.16.zip) = 2ddb245a57ec5c7a7b439c5c416ee4b90b654e99
-SHA512 (graphviz-0.16.zip) = 7896901decf712657d4cb16fad58eab8492e1476e60a32b1a7fa37ede2e9c47ed31c00b7dedcaafdee291e2cfe6b2e2affa352282665782829fd3fb2f30bdf92
-Size (graphviz-0.16.zip) = 193031 bytes
+SHA1 (graphviz-0.17.zip) = c3e288bccb2417eca57a7be3a92aa37a13c3c8ca
+RMD160 (graphviz-0.17.zip) = 9eeaba6d35b0ea651e84a139a88559f110ee16c1
+SHA512 (graphviz-0.17.zip) = 02f5ef21f9e3bf3b609f43fe0d9cb51632ea43c878055746af62fda4dd55883f6ad58f69faecb6aba552100cc835901309c8c2ec833cd74c617619fce2d49600
+Size (graphviz-0.17.zip) = 193647 bytes



Home | Main Index | Thread Index | Old Index