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.
This commit is contained in:
adam 2021-10-06 19:16:45 +00:00
parent 0da7c44550
commit 6df80ce8da
3 changed files with 10 additions and 11 deletions

View file

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

View file

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

View file

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