From 9ed1cde87762d2377eb2210c5274386595980454 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 11 Nov 2022 14:37:14 +0100 Subject: [PATCH] New package: python3-objgraph-3.5.0 --- srcpkgs/python3-objgraph/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-objgraph/template diff --git a/srcpkgs/python3-objgraph/template b/srcpkgs/python3-objgraph/template new file mode 100644 index 00000000000..227797791e2 --- /dev/null +++ b/srcpkgs/python3-objgraph/template @@ -0,0 +1,17 @@ +# Template file for 'python3-objgraph' +pkgname=python3-objgraph +version=3.5.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-wheel" +depends="graphviz" +short_desc="Draws Python object reference graphs with graphviz" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://mg.pov.lt/objgraph/" +distfiles="${PYPI_SITE}/o/objgraph/objgraph-${version}.tar.gz" +checksum=4752ca5bcc0e0512e41b8cc4d2780ac2fd3b3eabd03b7e950a5594c06203dfc4 + +post_install() { + vlicense LICENSE +}