Date: Sunday, January 29, 2023 @ 06:42:24
  Author: felixonmars
Revision: 1390898

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-29 06:42:08 UTC (rev 1390897)
+++ PKGBUILD    2023-01-29 06:42:24 UTC (rev 1390898)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zipp
-pkgver=3.11.0
-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' 
'python-more-itertools')
-source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('e2235fc684bbe974db02298de36220e202372e13a97fa652e4e49bf1b365918d7b523ce588d273474736c12c2c23cffa39ab529ee9e75d1d1eb07d35bae3d620')
-
-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 1390897, 
python-zipp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-29 06:42:24 UTC (rev 1390898)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zipp
+pkgver=3.12.0
+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' 
'python-more-itertools')
+source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('6fbd9c1a56147e88ae80e6a603d49c472241b59285e5e8bcf62ea677db72daaa78b1be585666c73e910b53520f74fdd9add9e7ee50c463b75e745f5a24880151')
+
+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/
+}

Reply via email to