Date: Tuesday, February 7, 2023 @ 18:25:00
Author: felixonmars
Revision: 1396010
archrelease: copy trunk to community-any
Added:
python-zipp/repos/community-any/PKGBUILD
(from rev 1396009, 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-07 18:24:51 UTC (rev 1396009)
+++ PKGBUILD 2023-02-07 18:25:00 UTC (rev 1396010)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zipp
-pkgver=3.12.0
-_commit=ad532d5ed4a37f527eb546c3543e45c5a5ee8d36
-pkgrel=2
-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 1396009,
python-zipp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-07 18:25:00 UTC (rev 1396010)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zipp
+pkgver=3.12.1
+_commit=71368132608e9fb5cd83bda33b3e3460c8b02f95
+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/
+}