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

pkgname=python3-userpath
pkgver=1.9.2
pkgrel=1
pkgdesc='Cross-platform tool for adding locations to the user PATH, no elevated privileges required!'
archs=('x86_64')
groups=('devel-extra')
depends=('python3-click' 'python3-distro')
makedepends=('python3-build' 'python3-installer' 'python3-hatchling' 'python3-wheel')
_F_pypi_name=userpath
Finclude pypi
sha1sums=('37b213b42339da94a4847bc0ed8840c2433821c8')

build() {
	Fcd
  	Fexec python -m build --wheel --no-isolation || Fdie
  	Fexec python -m installer -d "$Fdestdir" dist/*.whl || Fdie

}


# optimization OK
