void-packages/srcpkgs/python3-objgraph/template

18 lines
504 B
Bash

# Template file for 'python3-objgraph'
pkgname=python3-objgraph
version=3.6.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="graphviz"
short_desc="Draws Python object reference graphs with graphviz"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://mg.pov.lt/objgraph/"
distfiles="${PYPI_SITE}/o/objgraph/objgraph-${version}.tar.gz"
checksum=00b9f2f40f7422e3c7f45a61c4dafdaf81f03ff0649d6eaec866f01030e51ad8
post_install() {
vlicense LICENSE
}