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

# source: james
TARBALL=python-hatchling-$PKGVER.tar.gz
MD5SUM=ac265366ccd17365db319dc95a9e5bc5
SRC_URL=https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3-pathspec python3-pluggy python3-trove_classifiers python3-packaging'
SLACKDESC="python3-hatchling: python3-hatchling $PKGVER (Python build backend)
python3-hatchling: 
python3-hatchling: Modern, extensible Python build backend.
python3-hatchling: 
python3-hatchling: https://pypi.org/project/hatchling/
python3-hatchling: 
python3-hatchling: 
python3-hatchling: 
python3-hatchling: 
python3-hatchling: 
python3-hatchling: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/hatchling*
	pkg_build_pip3modules hatchling &&
	pkg_build_slackdesc
}


