[arch-commits] Commit in python-nest-asyncio/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Dec 14 10:47:55 UTC 2021
Date: Tuesday, December 14, 2021 @ 10:47:55
Author: arojas
Revision: 1072730
Replace nest_ayncio
Modified:
python-nest-asyncio/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-14 10:43:12 UTC (rev 1072729)
+++ PKGBUILD 2021-12-14 10:47:55 UTC (rev 1072730)
@@ -2,7 +2,7 @@
pkgname=python-nest-asyncio
pkgver=1.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Patch asyncio to allow nested event loops"
url="https://github.com/erdewit/nest_asyncio"
license=('BSD')
@@ -9,6 +9,8 @@
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')
More information about the arch-commits
mailing list