18 lines
504 B
Bash
18 lines
504 B
Bash
# Template file for 'python3-objgraph'
|
|
pkgname=python3-objgraph
|
|
version=3.6.1
|
|
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=fe96c74147bbcaae8665b396e5388bdcc3197deebba4e6381f05202ee5b453a7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|