* update python-curio to 1.6-5

This commit is contained in:
Alexander Baldeck 2024-12-05 07:18:49 +01:00
parent 6b245817c4
commit 29a6a2e4e3
3 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,22 @@
pkgbase = python-curio
pkgdesc = Concurrent I/O
pkgver = 1.6
pkgrel = 5
url = https://github.com/dabeaz/curio
arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-sphinx
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
provides = python-multio-provider
source = git+https://github.com/dabeaz/curio.git#tag=5d8ecb2333761b4fd629e14d940f3807d143c0ed
source = curio-py312-support.patch::https://github.com/dabeaz/curio/commit/a5590bb04de3f1f201fd1fd0ce9cfe5825db80ac.patch
sha256sums = 6b0f33c303cde68e70dd0267523227f67eaa8888cee7288c3f52c80e5b0540af
sha256sums = e94c676822ce930320cbe367f4c743e72f59c86f572a2add4c01beff6ad66568
pkgname = python-curio

View File

@ -0,0 +1,4 @@
[python-curio]
source = "git"
git = "https://github.com/dabeaz/curio.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=python-curio
pkgver=1.6
pkgrel=4
pkgrel=5
pkgdesc='Concurrent I/O'
arch=(any)
url=https://github.com/dabeaz/curio