jobextra/python-zipp/PKGBUILD

47 lines
1.2 KiB
Bash

#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=python-zipp
pkgver=3.11.0
pkgrel=01
pkgdesc="Pathlib-compatible object wrapper for zip files"
url="https://github.com/jaraco/zipp"
arch=('any')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel')
checkdepends=('python-jaraco.itertools' 'python-func-timeout' 'python-more-itertools')
source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
build() {
cd zipp-$pkgver
python -m build -nw
}
check() {
cd zipp-$pkgver
python -m unittest discover
}
package() {
cd zipp-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
#---- license gpg-key sha256sums ----
license=('MIT')
sha256sums=(d439d06f10385871258c29fb40839677a99b13720c2572b2673c14e73f2a550d) # python-zipp-3.11.0.tar.gz