2009-11-30 22:05:43 +01:00
|
|
|
# Template file for 'pygobject'
|
|
|
|
pkgname=pygobject
|
2012-09-27 18:41:37 +02:00
|
|
|
version=3.4.0
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-07-21 08:01:16 +02:00
|
|
|
pycompile_module="gi"
|
|
|
|
subpackages="$pkgname-devel"
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="python pycairo"
|
2012-09-27 18:41:37 +02:00
|
|
|
makedepends="pkg-config glib-devel cairo-devel libffi-devel python-devel
|
|
|
|
pycairo-devel gobject-introspection"
|
2009-11-30 22:05:43 +01:00
|
|
|
short_desc="Python bindings for GObject"
|
2011-06-14 11:40:48 +02:00
|
|
|
homepage="http://www.pygtk.org/"
|
|
|
|
license="LGPL-2.1"
|
2012-09-27 18:41:37 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
2009-11-30 22:05:43 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-27 18:41:37 +02:00
|
|
|
checksum=bc7f17b23aaa6b0a85f5f090f7ffa616b596bcab9f481f46fdb9d0d2d55b16bb
|
2009-11-30 22:05:43 +01:00
|
|
|
long_desc="
|
|
|
|
Pygobject is a set of Python bindings for the GLib's GObject library."
|