# Compiling Time: 0.01 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-pipx
pkgver=1.7.1
pkgrel=1
pkgdesc='Install and Run Python Applications in Isolated Environments'
archs=('x86_64')
groups=('devel-extra')
depends=('python3-userpath' 'python3-argcomplete' 'python3-packaging' 'python3-platformdirs')
makedepends=('python3-build' 'python3-installer' 'python3-hatchling' 'python3-wheel' 'python3-hatch-vcs')
_F_pypi_name=pipx
Finclude pypi
sha1sums=('b7e08bbb63bebb226b9e541c6538a1601e0a0c74')

build() {
	Fcd
  	export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}
	Fexec python -m build -nw || Fdie
  	Fexec python -m installer -d "$Fdestdir" dist/*.whl
}



# optimization OK
