File PKGBUILD of Package python-configshell-fb

pkgname=python-configshell-fb
pkgver=2.0.0
pkgrel=1
pkgdesc="Python framework for building simple CLI applications (free branch)"
arch=('any')
url="https://github.com/open-iscsi/configshell-fb"
license=('Apache-2.0')
depends=('python' 'python-pyparsing')
makedepends=(python-build python-hatch-vcs python-hatchling python-installer)
provides=('python-configshell')
conflicts=('python-configshell')
source=(https://github.com/open-iscsi/configshell-fb/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha512sums=('76af7714b6be42ced46bb5cc1603db0007a9f3c651fa6c15ca9be6aa457e40442b27db3d135d801b6888bb2b49b9b331d1b86701051bc684fd33f93caa9df758')

build() {
  cd configshell-fb-$pkgver
  SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build --wheel --no-isolation
}

package() {
  cd configshell-fb-$pkgver
  python -m installer --destdir="$pkgdir" dist/*.whl
}
openSUSE Build Service is sponsored by