Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-uvloop


Commits:
82093b6f by Maxime Gauduin at 2023-09-14T09:47:55+02:00
switch to cython0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = python-uvloop
+       pkgdesc = Ultra fast asyncio event loop
+       pkgver = 0.17.0
+       pkgrel = 3
+       url = https://github.com/MagicStack/uvloop
+       arch = x86_64
+       license = Apache
+       license = MIT
+       makedepends = python-setuptools
+       makedepends = cython0
+       makedepends = git
+       depends = python
+       depends = libuv
+       source = 
git+https://github.com/MagicStack/uvloop.git#tag=afb326897c26f01b864f65f016a7f3f80d9db8ad
+       b2sums = SKIP
+
+pkgname = python-uvloop


=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
 _pkgname=uvloop
 pkgname=python-$_pkgname
 pkgver=0.17.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Ultra fast asyncio event loop'
 arch=('x86_64')
 url='https://github.com/MagicStack/uvloop'
 license=('Apache' 'MIT')
 depends=('python' 'libuv')
-makedepends=('python-setuptools' 'cython' 'git')
+makedepends=('python-setuptools' 'cython0' 'git')
 _tag=afb326897c26f01b864f65f016a7f3f80d9db8ad
 source=(git+https://github.com/MagicStack/uvloop.git#tag=${_tag})
 b2sums=(SKIP)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-uvloop/-/commit/82093b6fc1204cc7243cc259d15de9351c429908

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-uvloop/-/commit/82093b6fc1204cc7243cc259d15de9351c429908
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to