21 lines
681 B
Bash
21 lines
681 B
Bash
# Template file for 'xdot'
|
|
pkgname=xdot
|
|
version=0.9
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="xdot.py-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="xdot"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools graphviz gtk+3 python3-gobject"
|
|
short_desc="Interactive viewer for Graphviz dot files"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/jrfonseca/xdot.py"
|
|
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
|
|
checksum=df7790db573d7a5512e6fa618d9051508c43cf64ca432d97c2207c87b6f20dbd
|
|
|
|
pre_build() {
|
|
# https://github.com/jrfonseca/xdot.py/issues/51
|
|
sed -i '/install_requires=/d' setup.py
|
|
}
|