xdot: fix broken template
This commit is contained in:
parent
b85fc00ee6
commit
c8165be1f3
1 changed files with 13 additions and 9 deletions
|
@ -1,17 +1,21 @@
|
||||||
# Template file for 'xdot'
|
# Template file for 'xdot'
|
||||||
pkgname=xdot
|
pkgname=xdot
|
||||||
version=0.9
|
version=0.9
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="xdot.py-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools git"
|
pycompile_module="xdot"
|
||||||
makedepends="graphviz pygtk python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="${makedepends} python3-graphviz python3-gobject"
|
depends="python3-setuptools graphviz gtk+3 python3-gobject"
|
||||||
noarch="yes"
|
|
||||||
pycompile_module="xdot.py"
|
|
||||||
short_desc="Interactive viewer for Graphviz dot files"
|
short_desc="Interactive viewer for Graphviz dot files"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
|
homepage="https://github.com/jrfonseca/xdot.py"
|
||||||
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
|
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
|
||||||
checksum=df7790db573d7a5512e6fa618d9051508c43cf64ca432d97c2207c87b6f20dbd
|
checksum=df7790db573d7a5512e6fa618d9051508c43cf64ca432d97c2207c87b6f20dbd
|
||||||
wrksrc="xdot.py-${version}"
|
|
||||||
|
pre_build() {
|
||||||
|
# https://github.com/jrfonseca/xdot.py/issues/51
|
||||||
|
sed -i '/install_requires=/d' setup.py
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue