2009-11-30 22:05:43 +01:00
|
|
|
# Template file for 'pygobject'
|
|
|
|
pkgname=pygobject
|
2012-10-15 12:46:59 +02:00
|
|
|
version=3.4.1
|
2012-09-27 18:41:37 +02:00
|
|
|
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
|
2012-10-15 12:46:59 +02:00
|
|
|
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-10-15 12:46:59 +02:00
|
|
|
checksum=21dbef53f5a29bcb547f36ba42e021f71981e1c50e8f89526e393d77b36a8b1f
|
2009-11-30 22:05:43 +01:00
|
|
|
long_desc="
|
|
|
|
Pygobject is a set of Python bindings for the GLib's GObject library."
|