Finish py-pydot rename to py-dot.
This commit is contained in:
parent
45b891014d
commit
95ccf8e4a1
3 changed files with 1 additions and 34 deletions
|
@ -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-matplotlib-tk
|
|||
SUBDIR+= py-nwdiag
|
||||
SUBDIR+= py-piddle
|
||||
SUBDIR+= py-pycha
|
||||
SUBDIR+= py-pydot
|
||||
SUBDIR+= py-seqdiag
|
||||
SUBDIR+= py-sk1libs
|
||||
SUBDIR+= py-uniconvertor
|
||||
|
|
|
@ -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
|
||||
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"
|
|
@ -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
|
Loading…
Reference in a new issue