void-packages/srcpkgs/pygobject2/template

25 lines
804 B
Plaintext

# Template file for 'pygobject2'
pkgname=pygobject2
version=2.28.6
revision=4
wrksrc=${pkgname%2}-${version}
distfiles="${GNOME_SITE}/${pkgname%2}/2.28/${pkgname%2}-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-introspection"
depends="cairo libgirepository python pycairo"
makedepends="pkg-config glib-devel cairo-devel libffi-devel python-devel pycairo-devel"
short_desc="Python bindings for GObject (GLib 2.x)"
homepage="http://www.pygtk.org/"
license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8
long_desc="
Pygobject is a set of Python bindings for the GLib's GObject library,
version 2."
pycompile_module="glib gobject gtk-2.0 pygtk"
replaces="pygobject<3.0.0"
subpackages="$pkgname-devel"