pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-graphviz



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  6 19:16:45 UTC 2021

Modified Files:
        pkgsrc/graphics/py-graphviz: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-graphviz/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-graphviz/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/py-graphviz/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-graphviz/Makefile
diff -u pkgsrc/graphics/py-graphviz/Makefile:1.16 pkgsrc/graphics/py-graphviz/Makefile:1.17
--- pkgsrc/graphics/py-graphviz/Makefile:1.16   Mon Jan 11 13:56:09 2021
+++ pkgsrc/graphics/py-graphviz/Makefile        Wed Oct  6 19:16:45 2021
@@ -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"

Index: pkgsrc/graphics/py-graphviz/PLIST
diff -u pkgsrc/graphics/py-graphviz/PLIST:1.2 pkgsrc/graphics/py-graphviz/PLIST:1.3
--- pkgsrc/graphics/py-graphviz/PLIST:1.2       Tue Jul 17 13:05:47 2018
+++ pkgsrc/graphics/py-graphviz/PLIST   Wed Oct  6 19:16:45 2021
@@ -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.tx
 ${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

Index: pkgsrc/graphics/py-graphviz/distinfo
diff -u pkgsrc/graphics/py-graphviz/distinfo:1.15 pkgsrc/graphics/py-graphviz/distinfo:1.16
--- pkgsrc/graphics/py-graphviz/distinfo:1.15   Mon Jan 11 13:56:09 2021
+++ pkgsrc/graphics/py-graphviz/distinfo        Wed Oct  6 19:16:45 2021
@@ -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