Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-sanic
Commits:
331c38e4 by Jelle van der Waa at 2024-11-06T11:04:42+01:00
Add missing dependencies on tracerite/html5tagger
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sanic
- pkgdesc = Async Python 3.6+ web server/framework | Build fast. Run fast.
+ pkgdesc = Async Python 3.8+ web server/framework | Build fast. Run fast.
pkgver = 24.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://sanic.dev/
arch = any
license = MIT
@@ -13,6 +13,8 @@ pkgbase = python-sanic
depends = python-aiofiles
depends = python-websockets
depends = python-multidict
+ depends = python-tracerite
+ depends = python-html5tagger
source =
https://github.com/sanic-org/sanic/archive/v24.6.0/python-sanic-24.6.0.tar.gz
sha256sums =
7d92b5a8169308d544fb2e19cdd9cee395c2fefa68a054e8025e070d44519065
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
pkgname=python-sanic
pkgver=24.6.0
-pkgrel=1
-pkgdesc='Async Python 3.6+ web server/framework | Build fast. Run fast.'
+pkgrel=2
+pkgdesc='Async Python 3.8+ web server/framework | Build fast. Run fast.'
arch=("any")
url='https://sanic.dev/'
license=("MIT")
depends=('python-sanic-routing' 'python-httptools' 'python-uvloop'
'python-ujson' 'python-aiofiles'
- 'python-websockets' 'python-multidict')
+ 'python-websockets' 'python-multidict' 'python-tracerite'
'python-html5tagger')
makedepends=('python-setuptools')
source=("https://github.com/sanic-org/sanic/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('7d92b5a8169308d544fb2e19cdd9cee395c2fefa68a054e8025e070d44519065')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sanic/-/commit/331c38e4e3391f1be9fa00a6bbd752c62b843b35
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sanic/-/commit/331c38e4e3391f1be9fa00a6bbd752c62b843b35
You're receiving this email because of your account on gitlab.archlinux.org.