Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-trio
Commits:
33b70bb3 by Maxime Gauduin at 2023-12-27T13:33:15+01:00
drop unneeded python-async_generator dep
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-trio
pkgdesc = A friendly Python library for async concurrency and I/O
pkgver = 0.23.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/python-trio/trio
arch = any
license = MIT
@@ -11,13 +11,13 @@ pkgbase = python-trio
makedepends = python-installer
makedepends = python-wheel
depends = python
- depends = python-async_generator
depends = python-attrs
depends = python-exceptiongroup
depends = python-idna
depends = python-outcome
depends = python-sniffio
depends = python-sortedcontainers
+ depends = python-typing_extensions
provides = python-multio-provider
source =
git+https://github.com/python-trio/trio.git#tag=60172de0c37a0d87c341cef3ef13f565ace343e9
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,20 +2,20 @@
pkgname=python-trio
pkgver=0.23.2
-pkgrel=1
+pkgrel=2
pkgdesc='A friendly Python library for async concurrency and I/O'
arch=(any)
url=https://github.com/python-trio/trio
license=(MIT)
depends=(
python
- python-async_generator
python-attrs
python-exceptiongroup
python-idna
python-outcome
python-sniffio
python-sortedcontainers
+ python-typing_extensions
)
makedepends=(
git
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio/-/commit/33b70bb3c6c8fc28a6b1bc93d06e70822697cc59
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio/-/commit/33b70bb3c6c8fc28a6b1bc93d06e70822697cc59
You're receiving this email because of your account on gitlab.archlinux.org.