source $GRIMOIRE/MESON_FUNCTIONS SPELL=pygobject3 if [[ $PYGOBJECT3_BRANCH == devel ]]; then VERSION=3.21.0 SOURCE_HASH=sha512:d63313dea2c143cf8c08a4678f1aa8e5908d503ad29c596eeb9fa1070e1231de57cf934c33031f9c4920b85e391f3b4143b46491ffd16e04e8d48871cb05e5df else VERSION=3.40.1 SOURCE_HASH=sha512:a8350f43ea99c93aa66a23102d4ee2ca3c7f8ec2c8bcf5cd142dd097b4fb38167f1713efff3584aa323c34656c911fb940e462c83c02b107e4aad93d005022f7 fi SOURCE=pygobject-$VERSION.tar.xz SOURCE_URL[0]=$GNOME_URL/sources/pygobject/${VERSION%.*}/$SOURCE SOURCE_DIRECTORY="$BUILD_DIRECTORY/pygobject-$VERSION" WEB_SITE=http://www.pygtk.org/ LICENSE[0]=LGPL ENTERED=20111009 SHORT="Python bindings for the GObject" cat << EOF Bindings for the GObject, to be used in Python. It is a fairly complete set of bindings, it's already rather useful, and is usable to write moderately complex programs. (see the examples directory for some examples of the simpler programs you could write). EOF