20 lines
635 B
Plaintext
20 lines
635 B
Plaintext
# Template file for 'pygobject'
|
|
pkgname=pygobject
|
|
version=3.2.2
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
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"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=4653790baaff0176fd814b88cfb5378c45906a120b25d01be2554f423b726eb0
|
|
long_desc="
|
|
Pygobject is a set of Python bindings for the GLib's GObject library."
|
|
|
|
pycompile_module="gi"
|
|
subpackages="$pkgname-devel"
|
|
|
|
|