pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-dot py-dot: updated to 1.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9d5ff5bced7
branches:  trunk
changeset: 374043:f9d5ff5bced7
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 14 11:30:46 2018 +0000

description:
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:

 graphics/py-dot/Makefile |   8 ++++----
 graphics/py-dot/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 73f58ba35b46 -r f9d5ff5bced7 graphics/py-dot/Makefile
--- a/graphics/py-dot/Makefile  Sun Jan 14 11:19:35 2018 +0000
+++ b/graphics/py-dot/Makefile  Sun Jan 14 11:30:46 2018 +0000
@@ -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 @@
 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 -r 73f58ba35b46 -r f9d5ff5bced7 graphics/py-dot/distinfo
--- a/graphics/py-dot/distinfo  Sun Jan 14 11:19:35 2018 +0000
+++ b/graphics/py-dot/distinfo  Sun Jan 14 11:30:46 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index