Date: Tuesday, October 25, 2022 @ 01:20:16
  Author: felixonmars
Revision: 1334675

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 01:20:01 UTC (rev 1334674)
+++ PKGBUILD    2022-10-25 01:20:16 UTC (rev 1334675)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zipp
-pkgver=3.9.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' 
'python-more-itertools')
-source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('0fe56b508bdc86de9c2ddb3ced3b21e053d9f967c467e6f6ec366a6be0b3ae49f345f6076bb58eb9d8f9ce2d6bf53cb984f85c6ff313e92fd741d6ac92bc2023')
-
-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 1334674, 
python-zipp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-25 01:20:16 UTC (rev 1334675)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zipp
+pkgver=3.10.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=('ca0103742051648531b2df57545018f779b166fb25117254ea4826ec5364b1fb501fab68aa56d5ffe86df563116027a68858e87a9eacb9b67fb50ad51cbf1066')
+
+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