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