18 lines
654 B
Text
18 lines
654 B
Text
# Template file for 'pygobject'
|
|
pkgname=pygobject
|
|
version=3.4.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
pycompile_module="gi"
|
|
subpackages="$pkgname-devel"
|
|
depends="python pycairo"
|
|
makedepends="pkg-config glib-devel cairo-devel libffi-devel python-devel
|
|
pycairo-devel gobject-introspection>=1.34.1.1"
|
|
short_desc="Python bindings for GObject"
|
|
homepage="http://www.pygtk.org/"
|
|
license="LGPL-2.1"
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=2b87ef3170be3a20a53fbdb348ae4ecb41a72a17ec6531baa67147c3437d2aad
|
|
long_desc="
|
|
Pygobject is a set of Python bindings for the GLib's GObject library."
|