mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-objgraph-3.5.0
This commit is contained in:
parent
904073078c
commit
9ed1cde877
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-objgraph/template
Normal file
17
srcpkgs/python3-objgraph/template
Normal file
|
@ -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 <leah@vuxu.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://mg.pov.lt/objgraph/"
|
||||||
|
distfiles="${PYPI_SITE}/o/objgraph/objgraph-${version}.tar.gz"
|
||||||
|
checksum=4752ca5bcc0e0512e41b8cc4d2780ac2fd3b3eabd03b7e950a5594c06203dfc4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue