New package: python3-pydot-4.0.0

This commit is contained in:
strlst 2025-06-05 15:08:07 +09:00 committed by Duncan Overbruck
parent f76cd06ccb
commit 5c1052a876

View file

@ -0,0 +1,18 @@
# Template file for 'python3-pydot'
pkgname=python3-pydot
version=4.0.0
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=12f16493337cade2f7631b87c8ccd299ba2e251f3ee5d0732a058df2887afe97
post_install() {
vlicense LICENSES/MIT.txt
vlicense LICENSES/Python-2.0.txt
}