diff options
author | adam <adam@pkgsrc.org> | 2018-01-14 11:30:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-14 11:30:46 +0000 |
commit | c6277b2c452104a64aaaa24af54042047e5a9083 (patch) | |
tree | bd60a095b1b1aa00fb311fb8738166b012690822 /graphics | |
parent | 10e2bb021dcf59643ba41d7f724fafaeaa6b13c8 (diff) | |
download | pkgsrc-c6277b2c452104a64aaaa24af54042047e5a9083.tar.gz |
py-dot: updated to 1.2.4
1.2.4:
- ENH: propagate LD_LIBRARY_PATH when calling GraphViz
- API: raise OSError when a GraphViz executable is not found
- API: add method __str__ to classes Node, Edge, Graph
- API: add arg encoding to Dot methods create, write
- API: quote cluster names when necessary
- API: give source and destination nodes as separate args to Edge.__init__
- API: never ignore src, dst, overwrite if points defined in obj_dict
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-dot/Makefile | 8 | ||||
-rw-r--r-- | graphics/py-dot/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile index e54ca8dfb10..7ec663343da 100644 --- a/graphics/py-dot/Makefile +++ b/graphics/py-dot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:08 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/01/14 11:30:46 adam Exp $ -DISTNAME= pydot-1.2.3 +DISTNAME= pydot-1.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydot/} @@ -10,10 +10,10 @@ HOMEPAGE= https://github.com/erocarrera/pydot COMMENT= Python interface to Graphviz's Dot language LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz +DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.1.4:../../devel/py-pyparsing -USE_LANGUAGES= # none +USE_LANGUAGES= # none .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-dot/distinfo b/graphics/py-dot/distinfo index e4cd2f476ad..869b27dd278 100644 --- a/graphics/py-dot/distinfo +++ b/graphics/py-dot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2017/07/14 15:33:19 adam Exp $ +$NetBSD: distinfo,v 1.5 2018/01/14 11:30:46 adam Exp $ -SHA1 (pydot-1.2.3.tar.gz) = 86eb5d41964f813ad8b50147b82c595696157b20 -RMD160 (pydot-1.2.3.tar.gz) = cf70cca557e4a6116c51dc33de2fa54c908e79b0 -SHA512 (pydot-1.2.3.tar.gz) = 6add3d31ac30a7d9b0db73c4b1e6b5ada6a5186f065635012019fa3be00b5b54860ace195f01112169c7dc3bba3fd2c9ff7e110464d523d3c3d7996cb5b5305c -Size (pydot-1.2.3.tar.gz) = 20268 bytes +SHA1 (pydot-1.2.4.tar.gz) = c6d413c5ee80874600765dce51aaee8d2e62d42d +RMD160 (pydot-1.2.4.tar.gz) = de1c6deadf74bd1dd6112df38dcbafb79775d69f +SHA512 (pydot-1.2.4.tar.gz) = 12932b0dca444131b43f080afba9a317bb6d29e1c139e04d8598e6d73cdd8d187e6c2b55a3fdd65f3a511c2b0c40f1dd917e6fcead0f1bad0ff16ae4f94851cb +Size (pydot-1.2.4.tar.gz) = 132018 bytes |