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

pkgname=python3-distlib
pkgver=0.3.9
pkgrel=1
pkgdesc="Low-level functions that relate to packaging and distribution of Python software"
archs=('x86_64')
groups=('devel-extra')
depends=('python3')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-setuptools')
_F_pypi_name=distlib
Finclude pypi
sha1sums=('331eeae42aef2d75f5c4a0d3f7d2e06e733d165e')

build() {
	Fcd
	Fexec python3 -m build -wn || Fdie
  	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}


# optimization OK
