python-gobject2: add explicit python_version
This commit is contained in:
parent
aa43039ce9
commit
2397b62921
1 changed files with 1 additions and 1 deletions
|
@ -9,13 +9,13 @@ configure_args="--disable-introspection PYTHON=/usr/bin/python2"
|
||||||
hostmakedepends="automake libtool pkg-config python-devel glib-devel"
|
hostmakedepends="automake libtool pkg-config python-devel glib-devel"
|
||||||
makedepends="libffi-devel libglib-devel cairo-devel python-devel python-cairo-devel"
|
makedepends="libffi-devel libglib-devel cairo-devel python-devel python-cairo-devel"
|
||||||
depends="cairo python python-cairo"
|
depends="cairo python python-cairo"
|
||||||
pycompile_module="glib gobject gtk-2.0 pygtk.py"
|
|
||||||
short_desc="Python2 bindings for GObject (GLib 2.x)"
|
short_desc="Python2 bindings for GObject (GLib 2.x)"
|
||||||
homepage="http://www.pygtk.org/"
|
homepage="http://www.pygtk.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz"
|
||||||
checksum=bb9d25a3442ca7511385a7c01b057492095c263784ef31231ffe589d83a96a5a
|
checksum=bb9d25a3442ca7511385a7c01b057492095c263784ef31231ffe589d83a96a5a
|
||||||
|
python_version=2 #unverified
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 autoreconf -fi
|
NOCONFIGURE=1 autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue