### this file is sourced not run
PKGVER=0.16.0
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=python-meson_python-$PKGVER.tar.gz
MD5SUM=0278a447d7aef1cf20964aa369cd5d3b
SRC_URL=https://files.pythonhosted.org/packages/source/m/meson_python/meson_python-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3 python3-pyproject_metadata python3-packaging'
SLACKDESC="python3-meson_python: python3-meson_python $PKGVER (python build backend)
python3-meson_python: 
python3-meson_python: meson-python is a Python build back-end built on top of the Meson 
python3-meson_python: build system. It enables using Meson for the configuration and build 
python3-meson_python: steps of Python packages. Meson is an open source build system meant 
python3-meson_python: to be both extremely fast, and, even more importantly, as user 
python3-meson_python: friendly as possible. meson-python is best suited for building Python 
python3-meson_python: packages containing extension modules implemented in languages such 
python3-meson_python: as C, C++, Cython, Fortran, Pythran, or Rust.
python3-meson_python: 
python3-meson_python: https://pypi.org/project/meson-python/
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pip3modules meson-python &&
	pkg_build_slackdesc
}


