pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Finish py-pydot rename to py-dot.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d0260e38205
branches:  trunk
changeset: 629602:0d0260e38205
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 23 21:03:57 2014 +0000

description:
Finish py-pydot rename to py-dot.

diffstat:

 graphics/Makefile          |   3 +--
 graphics/py-pydot/Makefile |  24 ------------------------
 graphics/py-pydot/PLIST    |   8 --------
 3 files changed, 1 insertions(+), 34 deletions(-)

diffs (57 lines):

diff -r d5d59b5fdd72 -r 0d0260e38205 graphics/Makefile
--- a/graphics/Makefile Thu Jan 23 20:08:40 2014 +0000
+++ b/graphics/Makefile Thu Jan 23 21:03:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.673 2014/01/23 20:03:55 jnemeth Exp $
+# $NetBSD: Makefile,v 1.674 2014/01/23 21:03:57 wiz Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -396,7 +396,6 @@
 SUBDIR+=       py-nwdiag
 SUBDIR+=       py-piddle
 SUBDIR+=       py-pycha
-SUBDIR+=       py-pydot
 SUBDIR+=       py-seqdiag
 SUBDIR+=       py-sk1libs
 SUBDIR+=       py-uniconvertor
diff -r d5d59b5fdd72 -r 0d0260e38205 graphics/py-pydot/Makefile
--- a/graphics/py-pydot/Makefile        Thu Jan 23 20:08:40 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2014/01/19 20:12:16 wiz Exp $
-
-DISTNAME=      pydot-1.0.28
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-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
-
-DEPENDS+=      ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
-DEPENDS+=      graphviz-[0-9]*:../../graphics/graphviz
-
-PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 1.0.28
-
-post-install:
-       ${RM} ${DESTDIR}${PREFIX}/README
-       ${RM} ${DESTDIR}${PREFIX}/LICENSE
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d5d59b5fdd72 -r 0d0260e38205 graphics/py-pydot/PLIST
--- a/graphics/py-pydot/PLIST   Thu Jan 23 20:08:40 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/01/19 20:12:16 wiz Exp $
-${PYSITELIB}/dot_parser.py
-${PYSITELIB}/dot_parser.pyc
-${PYSITELIB}/dot_parser.pyo
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/pydot.py
-${PYSITELIB}/pydot.pyc
-${PYSITELIB}/pydot.pyo



Home | Main Index | Thread Index | Old Index