diff options
author | adam <adam@pkgsrc.org> | 2021-10-06 19:16:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-10-06 19:16:45 +0000 |
commit | 38e9ee68907cddcf8ab70f84cd396c7f8196b08d (patch) | |
tree | 68c6693f7d671ec53f6c6360c49e28bae64e130a /graphics/py-graphviz | |
parent | 71a157f03b9e356567fd223be2a21bc38ee00761 (diff) | |
download | pkgsrc-38e9ee68907cddcf8ab70f84cd396c7f8196b08d.tar.gz |
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 (limited to 'graphics/py-graphviz')
-rw-r--r-- | graphics/py-graphviz/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-graphviz/PLIST | 5 | ||||
-rw-r--r-- | graphics/py-graphviz/distinfo | 10 |
3 files changed, 10 insertions, 11 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile index 7e9b61827c2..7cabe0d7199 100644 --- a/graphics/py-graphviz/Makefile +++ b/graphics/py-graphviz/Makefile @@ -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 @@ USE_LANGUAGES= # none PYSETUPTESTTARGET= pytest +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-graphviz/PLIST b/graphics/py-graphviz/PLIST index f4a9a6d15b8..6b3b195a757 100644 --- a/graphics/py-graphviz/PLIST +++ b/graphics/py-graphviz/PLIST @@ -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}/${EGG_INFODIR}/top_level.txt ${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 --git a/graphics/py-graphviz/distinfo b/graphics/py-graphviz/distinfo index c0578a1790f..a470cd8a97c 100644 --- a/graphics/py-graphviz/distinfo +++ b/graphics/py-graphviz/distinfo @@ -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 |