summaryrefslogtreecommitdiff
path: root/graphics/py-dot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-dot/Makefile')
-rw-r--r--graphics/py-dot/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile
index 92c9a4bc560..a2a86f22572 100644
--- a/graphics/py-dot/Makefile
+++ b/graphics/py-dot/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:51 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/08/17 12:37:34 richard Exp $
-DISTNAME= pydot-1.0.28
+DISTNAME= pydot-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= graphics python
-MASTER_SITES= http://pydot.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydot/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/pydot/
@@ -13,12 +13,9 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0.28
-
post-install:
- ${RM} ${DESTDIR}${PREFIX}/README
+ ${RM} ${DESTDIR}${PREFIX}/README.md
${RM} ${DESTDIR}${PREFIX}/LICENSE
-.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"