New package: python-graphviz-0.8.1.
This commit is contained in:
parent
e33bb1dfa1
commit
0a5fdf919c
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'python-graphviz'
|
||||
pkgname=python-graphviz
|
||||
version=0.8.1
|
||||
revision=1
|
||||
wrksrc="${pkgname/python-/}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="graphviz"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python graphviz"
|
||||
short_desc="Simple Python interface for Graphviz"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/xflr6/graphviz"
|
||||
distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
|
||||
checksum=19fa90669493b86df0d4adb9ee55147de92329f143480218d1c4eb91fa877cfa
|
||||
noarch=yes
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
python-graphviz
|
Loading…
Reference in New Issue