# Template file for 'python3-pydot'
pkgname=python3-pydot
version=4.0.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3 python3-parsing python3-graphviz"
short_desc="Python 3 interface to Graphviz's Dot language"
maintainer="strlst <satorialist@disroot.org>"
license="MIT, Python-2.0"
homepage="https://github.com/pydot/pydot"
distfiles="${PYPI_SITE}/p/pydot/pydot-${version}.tar.gz"
checksum=c2148f681c4a33e08bf0e26a9e5f8e4099a82e0e2a068098f32ce86577364ad5

post_install() {
	vlicense LICENSES/MIT.txt
	vlicense LICENSES/Python-2.0.txt
}
