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: Fri Jul 14 15:33:19 UTC 2017
Modified Files:
pkgsrc/graphics/py-dot: Makefile PLIST distinfo
Log Message:
1.2.3:
- support Python 2.6
- several corrections
- quote empty strings to avoid graphviz errors
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-dot/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-dot/PLIST
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/graphics/py-dot/Makefile:1.6
--- pkgsrc/graphics/py-dot/Makefile:1.5 Wed Aug 17 12:37:34 2016
+++ pkgsrc/graphics/py-dot/Makefile Fri Jul 14 15:33:19 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/08/17 12:37:34 richard Exp $
+# $NetBSD: Makefile,v 1.6 2017/07/14 15:33:19 adam Exp $
-DISTNAME= pydot-1.2.2
+DISTNAME= pydot-1.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydot/}
@@ -8,14 +8,12 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydo
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://code.google.com/p/pydot/
COMMENT= Python interface to Graphviz's Dot language
-LICENSE= mit
+LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
-post-install:
- ${RM} ${DESTDIR}${PREFIX}/README.md
- ${RM} ${DESTDIR}${PREFIX}/LICENSE
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-dot/PLIST
diff -u pkgsrc/graphics/py-dot/PLIST:1.2 pkgsrc/graphics/py-dot/PLIST:1.3
--- pkgsrc/graphics/py-dot/PLIST:1.2 Wed Aug 17 12:37:34 2016
+++ pkgsrc/graphics/py-dot/PLIST Fri Jul 14 15:33:19 2017
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2016/08/17 12:37:34 richard Exp $
-${PYSITELIB}/dot_parser.py
-${PYSITELIB}/dot_parser.pyc
-${PYSITELIB}/dot_parser.pyo
+@comment $NetBSD: PLIST,v 1.3 2017/07/14 15:33:19 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/dot_parser.py
+${PYSITELIB}/dot_parser.pyc
+${PYSITELIB}/dot_parser.pyo
${PYSITELIB}/pydot.py
${PYSITELIB}/pydot.pyc
${PYSITELIB}/pydot.pyo
Index: pkgsrc/graphics/py-dot/distinfo
diff -u pkgsrc/graphics/py-dot/distinfo:1.3 pkgsrc/graphics/py-dot/distinfo:1.4
--- pkgsrc/graphics/py-dot/distinfo:1.3 Wed Aug 17 12:37:34 2016
+++ pkgsrc/graphics/py-dot/distinfo Fri Jul 14 15:33:19 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/08/17 12:37:34 richard Exp $
+$NetBSD: distinfo,v 1.4 2017/07/14 15:33:19 adam Exp $
-SHA1 (pydot-1.2.2.tar.gz) = 1f0813b6b0a1201a2a34affb0164e699df8327c0
-RMD160 (pydot-1.2.2.tar.gz) = 2311a2894262ca20baeb4abb4077a910283cfcc3
-SHA512 (pydot-1.2.2.tar.gz) = bde62da86d3d99fa45c4266e47be1b36e3fa746556064d1e15911abad6583fcd1020c9f1b6c8e73359e0d3a336ed0f19c95fd860627d99f8d3f20b98e454407a
-Size (pydot-1.2.2.tar.gz) = 20027 bytes
+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
Home |
Main Index |
Thread Index |
Old Index