18 lines
643 B
Text
18 lines
643 B
Text
# Template file for 'pygobject'
|
|
pkgname=pygobject
|
|
version=3.4.0
|
|
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"
|
|
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=bc7f17b23aaa6b0a85f5f090f7ffa616b596bcab9f481f46fdb9d0d2d55b16bb
|
|
long_desc="
|
|
Pygobject is a set of Python bindings for the GLib's GObject library."
|