pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Make py-dot package name match pkgsrc python ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59b628ef6353
branches:  trunk
changeset: 629320:59b628ef6353
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 19 20:12:15 2014 +0000

description:
Make py-dot package name match pkgsrc python package name standards.

diffstat:

 graphics/Makefile          |   4 ++--
 graphics/py-pydot/DESCR    |   7 -------
 graphics/py-pydot/Makefile |  24 ------------------------
 graphics/py-pydot/PLIST    |   7 -------
 graphics/py-pydot/distinfo |   6 ------
 5 files changed, 2 insertions(+), 46 deletions(-)

diffs (85 lines):

diff -r 1fbabe4b9cab -r 59b628ef6353 graphics/Makefile
--- a/graphics/Makefile Sun Jan 19 20:06:07 2014 +0000
+++ b/graphics/Makefile Sun Jan 19 20:12:15 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.668 2014/01/19 17:14:51 wiz Exp $
+# $NetBSD: Makefile,v 1.669 2014/01/19 20:12:15 wiz Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -380,6 +380,7 @@
 SUBDIR+=       py-biggles
 SUBDIR+=       py-blockdiag
 SUBDIR+=       py-cairo
+SUBDIR+=       py-dot
 SUBDIR+=       py-gdchart
 SUBDIR+=       py-gdmodule
 SUBDIR+=       py-gnuplot
@@ -393,7 +394,6 @@
 SUBDIR+=       py-nwdiag
 SUBDIR+=       py-piddle
 SUBDIR+=       py-pycha
-SUBDIR+=       py-pydot
 SUBDIR+=       py-pyfits
 SUBDIR+=       py-seqdiag
 SUBDIR+=       py-sk1libs
diff -r 1fbabe4b9cab -r 59b628ef6353 graphics/py-pydot/DESCR
--- a/graphics/py-pydot/DESCR   Sun Jan 19 20:06:07 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-allows to easily create both directed and non directed graphs from Python.
-Currently all attributes implemented in the Dot language are supported (up to
-Graphviz 2.26.3).
-
-Output can be inlined in Postscript into interactive scientific environments
-like TeXmacs, or output in any of the format's supported by the Graphviz tools
-dot, neato, twopi.
diff -r 1fbabe4b9cab -r 59b628ef6353 graphics/py-pydot/Makefile
--- a/graphics/py-pydot/Makefile        Sun Jan 19 20:06:07 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/07/22 12:16:18 richard Exp $
-DISTNAME=              pydot-1.0.28
-PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=            graphics python
-MASTER_SITES=  http://pydot.googlecode.com/files/
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://code.google.com/p/pydot/
-COMMENT=               Python interface to Graphviz's Dot language
-LICENSE=       mit
-
-PYTHON_VERSIONS_INCLUDE_3X = no
-PYDISTUTILSPKG= yes
-
-DEPENDS+=      ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
-DEPENDS+=      graphviz-[0-9]*:../../graphics/graphviz
-
-post-install:
-       ${RM} ${DESTDIR}${PREFIX}/README
-       ${RM} ${DESTDIR}${PREFIX}/LICENSE
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 1fbabe4b9cab -r 59b628ef6353 graphics/py-pydot/PLIST
--- a/graphics/py-pydot/PLIST   Sun Jan 19 20:06:07 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/07/22 12:16:18 richard Exp $
-${PYSITELIB}/dot_parser.py
-${PYSITELIB}/dot_parser.pyc
-${PYSITELIB}/dot_parser.pyo
-${PYSITELIB}/pydot.py
-${PYSITELIB}/pydot.pyc
-${PYSITELIB}/pydot.pyo
diff -r 1fbabe4b9cab -r 59b628ef6353 graphics/py-pydot/distinfo
--- a/graphics/py-pydot/distinfo        Sun Jan 19 20:06:07 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/07/22 12:16:18 richard Exp $
-
-SHA1 (pydot-1.0.28.tar.gz) = 3945af1765943807d72e773c7ac853f008ebb0b2
-RMD160 (pydot-1.0.28.tar.gz) = a67336f5edf55a81fe654df3258a12a8ff92d4f6
-Size (pydot-1.0.28.tar.gz) = 19711 bytes
-SHA1 (patch-dot__parser.py) = 9ce92c76bb5878ac990a3557e550679364a2d7b2



Home | Main Index | Thread Index | Old Index