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

Felix Yan felixonmars at gemini.archlinux.org
Sun Apr 3 00:57:37 UTC 2022


    Date: Sunday, April 3, 2022 @ 00:57:36
  Author: felixonmars
Revision: 1180913

archrelease: copy trunk to community-any

Added:
  python-nest-asyncio/repos/community-any/PKGBUILD
    (from rev 1180912, python-nest-asyncio/trunk/PKGBUILD)
Deleted:
  python-nest-asyncio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 00:57:25 UTC (rev 1180912)
+++ PKGBUILD	2022-04-03 00:57:36 UTC (rev 1180913)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-nest-asyncio
-pkgver=1.5.4
-pkgrel=2
-pkgdesc="Patch asyncio to allow nested event loops"
-url="https://github.com/erdewit/nest_asyncio"
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-provides=('python-nest_asyncio')
-replaces=('python-nest_asyncio')
-source=("https://github.com/erdewit/nest_asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('96050b450ce2dc1d9cb9f966fe1e971ce48652524f4d2d75bf2cb37755feb29d28b9661bd82fd1016781d6c79c027de04c516f5faccebf1040e398ea9998c87e')
-
-build() {
-  cd nest_asyncio-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nest_asyncio-$pkgver
-  PYTHONPATH="$PWD/build/lib" python tests/nest_test.py
-}
-
-package() {
-  cd nest_asyncio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-nest-asyncio/repos/community-any/PKGBUILD (from rev 1180912, python-nest-asyncio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-03 00:57:36 UTC (rev 1180913)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-nest-asyncio
+pkgver=1.5.5
+pkgrel=1
+pkgdesc="Patch asyncio to allow nested event loops"
+url="https://github.com/erdewit/nest_asyncio"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+provides=('python-nest_asyncio')
+replaces=('python-nest_asyncio')
+source=("https://github.com/erdewit/nest_asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('dbf045a59dc5b61eaae0191cf13d5e1c19962c40b6f78fe8ae65dd30bf040584b9151f9fee364ff9a677250cc4d83b11398ed029b5f42985d4994837c3e09388')
+
+build() {
+  cd nest_asyncio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nest_asyncio-$pkgver
+  PYTHONPATH="$PWD/build/lib" python tests/nest_test.py
+}
+
+package() {
+  cd nest_asyncio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list