[arch-commits] Commit in python-zipp/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 15 01:58:49 UTC 2022


    Date: Friday, July 15, 2022 @ 01:58:49
  Author: felixonmars
Revision: 1252716

archrelease: copy trunk to community-any

Added:
  python-zipp/repos/community-any/PKGBUILD
    (from rev 1252715, python-zipp/trunk/PKGBUILD)
Deleted:
  python-zipp/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 01:58:34 UTC (rev 1252715)
+++ PKGBUILD	2022-07-15 01:58:49 UTC (rev 1252716)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zipp
-pkgver=3.8.0
-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.itertools' 'python-func-timeout')
-source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('25a8f78be5dbfaacdd39f0492958486aa2a5a7eb1af3724e484676fb69eeb97ca558add0d5fa1f281a11cc410f67dc3959affe903a472b0bdbc78eb753096ef0')
-
-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/
-}

Copied: python-zipp/repos/community-any/PKGBUILD (from rev 1252715, python-zipp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 01:58:49 UTC (rev 1252716)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zipp
+pkgver=3.8.1
+pkgrel=1
+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.itertools' 'python-func-timeout')
+source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e720ea96f137d59d09c43024a410c0089e2986ef6c091df1779e1bd46573220c84c56c9454f3ace03b728bc8941b8993d003e728afe8def6b43345f9c99bf2aa')
+
+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/
+}



More information about the arch-commits mailing list