vp-build/srcpkgs/python-graphviz/template

33 lines
902 B
Bash

# Template file for 'python-graphviz'
pkgname=python-graphviz
version=0.9
revision=1
noarch=yes
wrksrc="${pkgname/python-/}-${version}"
build_style=python-module
pycompile_module="graphviz"
hostmakedepends="python-setuptools python3-setuptools"
depends="graphviz python"
short_desc="Simple Python2 interface for Graphviz"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/xflr6/graphviz"
changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
checksum=e24e09185bf687c63e6ebfe31b6d3a4d69f27c2412b57ff3cac711f3f7e3f9d3
post_install() {
vlicense LICENSE.txt
}
python3-graphviz_package() {
noarch=yes
depends="python3 graphviz"
pycompile_module="graphviz"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
vlicense LICENSE.txt
}
}