Fri Jul 14 15:33:19 2017 UTC ()
1.2.3:
- support Python 2.6
- several corrections
- quote empty strings to avoid graphviz errors


(adam)
diff -r1.5 -r1.6 pkgsrc/graphics/py-dot/Makefile
diff -r1.2 -r1.3 pkgsrc/graphics/py-dot/PLIST
diff -r1.3 -r1.4 pkgsrc/graphics/py-dot/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/graphics/py-dot/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/py-dot/Makefile 2016/08/17 12:37:34 1.5
+++ pkgsrc/graphics/py-dot/Makefile 2017/07/14 15:33:19 1.6
@@ -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 @@
 MAINTAINER=	pkgsrc-users@NetBSD.org
 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"

cvs diff -r1.2 -r1.3 pkgsrc/graphics/py-dot/PLIST (expand / switch to context diff)
--- pkgsrc/graphics/py-dot/PLIST 2016/08/17 12:37:34 1.2
+++ pkgsrc/graphics/py-dot/PLIST 2017/07/14 15:33:19 1.3
@@ -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

cvs diff -r1.3 -r1.4 pkgsrc/graphics/py-dot/distinfo (expand / switch to context diff)
--- pkgsrc/graphics/py-dot/distinfo 2016/08/17 12:37:34 1.3
+++ pkgsrc/graphics/py-dot/distinfo 2017/07/14 15:33:19 1.4
@@ -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
+SHA1 (pydot-1.2.3.tar.gz) = 86eb5d41964f813ad8b50147b82c595696157b20
-RMD160 (pydot-1.2.2.tar.gz) = 2311a2894262ca20baeb4abb4077a910283cfcc3
+RMD160 (pydot-1.2.3.tar.gz) = cf70cca557e4a6116c51dc33de2fa54c908e79b0
-SHA512 (pydot-1.2.2.tar.gz) = bde62da86d3d99fa45c4266e47be1b36e3fa746556064d1e15911abad6583fcd1020c9f1b6c8e73359e0d3a336ed0f19c95fd860627d99f8d3f20b98e454407a
+SHA512 (pydot-1.2.3.tar.gz) = 6add3d31ac30a7d9b0db73c4b1e6b5ada6a5186f065635012019fa3be00b5b54860ace195f01112169c7dc3bba3fd2c9ff7e110464d523d3c3d7996cb5b5305c
-Size (pydot-1.2.2.tar.gz) = 20027 bytes
+Size (pydot-1.2.3.tar.gz) = 20268 bytes