Date: Sunday, February 19, 2023 @ 10:46:18 Author: felixonmars Revision: 1402967
archrelease: copy trunk to community-any Added: python-zipp/repos/community-any/PKGBUILD (from rev 1402966, python-zipp/trunk/PKGBUILD) Deleted: python-zipp/repos/community-any/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-02-19 10:46:05 UTC (rev 1402966) +++ PKGBUILD 2023-02-19 10:46:18 UTC (rev 1402967) @@ -1,31 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=python-zipp -pkgver=3.13.0 -_commit=a730c30dd4c2c9fe0c5a5374481adcaf984bfd37 -pkgrel=1 -pkgdesc="Pathlib-compatible object wrapper for zip files" -url="https://github.com/jaraco/zipp" -license=('MIT') -arch=('any') -depends=('python') -makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel') -checkdepends=('python-jaraco.itertools' 'python-func-timeout' 'python-more-itertools') -source=("git+https://github.com/jaraco/zipp.git#commit=$_commit") -sha512sums=('SKIP') - -build() { - cd zipp - python -m build -nw -} - -check() { - cd zipp - python -m unittest discover -} - -package() { - cd zipp - python -m installer --destdir="$pkgdir" dist/*.whl - install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ -} Copied: python-zipp/repos/community-any/PKGBUILD (from rev 1402966, python-zipp/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-02-19 10:46:18 UTC (rev 1402967) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=python-zipp +pkgver=3.14.0 +_commit=44bf8757105b6687db196feae8090c24f367cc7f +pkgrel=1 +pkgdesc="Pathlib-compatible object wrapper for zip files" +url="https://github.com/jaraco/zipp" +license=('MIT') +arch=('any') +depends=('python') +makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel') +checkdepends=('python-jaraco.itertools' 'python-func-timeout' 'python-more-itertools') +source=("git+https://github.com/jaraco/zipp.git#commit=$_commit") +sha512sums=('SKIP') + +build() { + cd zipp + python -m build -nw +} + +check() { + cd zipp + python -m unittest discover +} + +package() { + cd zipp + python -m installer --destdir="$pkgdir" dist/*.whl + install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ +}