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