f1a1f373a4
1.4.1: - Make graph, edge, node attributes order deterministic - Fix string formatting after catching error 1.4.0: - Installation of pydot in conda env on Windows directly supported - Fixed comparing of SHA hash in regression tests (which fail now) 1.3.0: - Dropped Python 2.6 support - Move errno from os to builtin.
19 lines
553 B
Makefile
19 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/12/16 14:19:16 adam Exp $
|
|
|
|
DISTNAME= pydot-1.4.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydot/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/erocarrera/pydot
|
|
COMMENT= Python interface to Graphviz's Dot language
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
|
|
DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.1.4:../../devel/py-pyparsing
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|