From 5c1052a876782daaf0bc41ab9e5d313800bcff39 Mon Sep 17 00:00:00 2001 From: strlst Date: Thu, 5 Jun 2025 15:08:07 +0900 Subject: [PATCH] New package: python3-pydot-4.0.0 --- srcpkgs/python3-pydot/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-pydot/template diff --git a/srcpkgs/python3-pydot/template b/srcpkgs/python3-pydot/template new file mode 100644 index 00000000000..97121ece64b --- /dev/null +++ b/srcpkgs/python3-pydot/template @@ -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 " +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 +}