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

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

SLACKREQ='python3-hatchling python3-setuptools-scm' # otherwise there is no point
SLACKDESC="python3-hatch_vcs: python3-hatch_vcs $PKGVER (Hatch VCS plugin)
python3-hatch_vcs: 
python3-hatch_vcs: This provides a plugin for Hatch that uses your preferred version 
python3-hatch_vcs: control system (like Git) to determine project versions.
python3-hatch_vcs: 
python3-hatch_vcs: https://pypi.org/project/hatch-vcs/
python3-hatch_vcs: 
python3-hatch_vcs: 
python3-hatch_vcs: 
python3-hatch_vcs: 
python3-hatch_vcs: 
"

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


