[arch-commits] Commit in python-wrapt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 24 08:21:18 UTC 2022


    Date: Thursday, February 24, 2022 @ 08:21:18
  Author: felixonmars
Revision: 438056

archrelease: copy trunk to extra-x86_64

Added:
  python-wrapt/repos/extra-x86_64/PKGBUILD
    (from rev 438055, python-wrapt/trunk/PKGBUILD)
Deleted:
  python-wrapt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 08:21:10 UTC (rev 438055)
+++ PKGBUILD	2022-02-24 08:21:18 UTC (rev 438056)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgname=python-wrapt
-pkgver=1.13.2
-pkgrel=1
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("x86_64")
-url="https://pypi.python.org/pypi/wrapt"
-license=("BSD")
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://github.com/GrahamDumpleton/wrapt/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('14648465745af7972ffd449783a24a4b5bf8187cbee517d3427825409bd5d073e3153a0c61f5583b84fc6ca2c48479ebf112977ce340369019a617559d09dfc0')
-
-build() {
-  cd wrapt-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd wrapt-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10:$PYTHONPATH" py.test
-}
-
-package() {
-  cd wrapt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-wrapt/repos/extra-x86_64/PKGBUILD (from rev 438055, python-wrapt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-24 08:21:18 UTC (rev 438056)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Troy C < rstrox -ta yahoo -tod com >
+
+pkgname=python-wrapt
+pkgver=1.13.3
+pkgrel=1
+pkgdesc="A Python module for decorators, wrappers and monkey patching"
+arch=("x86_64")
+url="https://pypi.python.org/pypi/wrapt"
+license=("BSD")
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/GrahamDumpleton/wrapt/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('c6cc83baacf2688aa49ec0fe44db612edc61e50982a667de177df0d3a972e9bd5f38f4d5166eefc6075a5cfae194298835beca93ee98eefb50eec5aad7f36a1c')
+
+build() {
+  cd wrapt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd wrapt-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10:$PYTHONPATH" py.test
+}
+
+package() {
+  cd wrapt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list