pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-dot
Module Name: pkgsrc
Committed By: adam
Date: Sun Jan 14 11:30:46 UTC 2018
Modified Files:
pkgsrc/graphics/py-dot: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-dot/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-dot/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-dot/Makefile
diff -u pkgsrc/graphics/py-dot/Makefile:1.7 pkgsrc/graphics/py-dot/Makefile:1.8
--- pkgsrc/graphics/py-dot/Makefile:1.7 Mon Sep 4 18:55:08 2017
+++ pkgsrc/graphics/py-dot/Makefile Sun Jan 14 11:30:46 2018
@@ -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/
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"
Index: pkgsrc/graphics/py-dot/distinfo
diff -u pkgsrc/graphics/py-dot/distinfo:1.4 pkgsrc/graphics/py-dot/distinfo:1.5
--- pkgsrc/graphics/py-dot/distinfo:1.4 Fri Jul 14 15:33:19 2017
+++ pkgsrc/graphics/py-dot/distinfo Sun Jan 14 11:30:46 2018
@@ -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