upg python-zipp

This commit is contained in:
joborun linux 2022-06-08 19:01:42 +03:00
parent 209e3cb638
commit b114582be9
3 changed files with 7 additions and 4 deletions

View File

@ -7,13 +7,13 @@
pkgname=python-zipp
pkgver=3.8.0
pkgrel=01
pkgrel=02
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' 'python-func-timeout')
checkdepends=('python-jaraco.itertools' 'python-func-timeout')
source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
@ -39,3 +39,5 @@ package() {
license=('MIT')
sha256sums=(98b140ba1f4f49c32eb6261f65ef3189d0bcca62fad28183355b6d0efb0dcb7e) # python-zipp-3.8.0.tar.gz

View File

@ -2,14 +2,14 @@
pkgname=python-zipp
pkgver=3.8.0
pkgrel=1
pkgrel=2
pkgdesc="Pathlib-compatible object wrapper for zip files"
url="https://github.com/jaraco/zipp"
license=('MIT')
arch=('any')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel')
checkdepends=('python-jaraco' 'python-func-timeout')
checkdepends=('python-jaraco.itertools' 'python-func-timeout')
source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('25a8f78be5dbfaacdd39f0492958486aa2a5a7eb1af3724e484676fb69eeb97ca558add0d5fa1f281a11cc410f67dc3959affe903a472b0bdbc78eb753096ef0')

View File

@ -6,3 +6,4 @@ python-toml
python-wheel
python-jaraco
python-func-timeout