#### this file is sourced not run
PKGVER=3.42.2
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=pygobject-$PKGVER.tar.xz
MD5SUM=c5b31bb58156661c0954f1dbfc950fc9
SRC_URL=https://download.gnome.org/sources/pygobject/3.42/$TARBALL
BUNDLE=

SLACKREQ='python3 python3-pycairo gobject-introspection'
SLACKDESC="python3-pygobject: python3-pygobject $PKGVER (Glib Gobject binding for Python)"'
python3-pygobject:  
python3-pygobject: PyGObject provides Python 2 bindings to the GObject class 
python3-pygobject: from GLib.  
python3-pygobject: 
python3-pygobject: This is for Python 3.
python3-pygobject: 
python3-pygobject: 
python3-pygobject: 
python3-pygobject: 
python3-pygobject: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_meson &&
	pkg_build_slackdesc
}


