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

# source: james
TARBALL=python-pyproject_hooks-$PKGVER.tar.gz
MD5SUM=1963f68105b77c6d4be0a769c6d43779
SRC_URL=https://files.pythonhosted.org/packages/source/p/pyproject_hooks/pyproject_hooks-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-pyproject_hooks: python3-pyproject_hooks $PKGVER (python build library)
python3-pyproject_hooks: 
python3-pyproject_hooks: This is a low-level library for calling build-backends in 
python3-pyproject_hooks: pyproject.toml-based project. It provides the basic functionality to 
python3-pyproject_hooks: help write tooling that generates distribution files from Python 
python3-pyproject_hooks: projects.
python3-pyproject_hooks: 
python3-pyproject_hooks: https://pypi.org/project/pyproject-hooks/
python3-pyproject_hooks: 
python3-pyproject_hooks: 
python3-pyproject_hooks
"

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	pkg_build_pip3modules pyproject_hooks &&
	pkg_build_slackdesc
}
