* update python-asgiref to 3.8.1-1
This commit is contained in:
parent
db95c44336
commit
1f31d2c7f0
15
python/python-asgiref/.SRCINFO
Normal file
15
python/python-asgiref/.SRCINFO
Normal file
@ -0,0 +1,15 @@
|
||||
pkgbase = python-asgiref
|
||||
pkgdesc = Reference ASGI adapters and channel layers
|
||||
pkgver = 3.8.1
|
||||
pkgrel = 1
|
||||
url = http://github.com/django/asgiref
|
||||
arch = any
|
||||
license = BSD
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-pytest-asyncio
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
source = https://pypi.io/packages/source/a/asgiref/asgiref-3.8.1.tar.gz
|
||||
sha256sums = c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590
|
||||
|
||||
pkgname = python-asgiref
|
3
python/python-asgiref/.nvchecker.toml
Normal file
3
python/python-asgiref/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-asgiref]
|
||||
source = "pypi"
|
||||
pypi = "asgiref"
|
@ -2,8 +2,8 @@
|
||||
# Maintainer: Jelle van der Waa <jelle@archlinux.org>
|
||||
|
||||
pkgname=python-asgiref
|
||||
pkgver=3.7.2
|
||||
pkgrel=2
|
||||
pkgver=3.8.1
|
||||
pkgrel=1
|
||||
pkgdesc="Reference ASGI adapters and channel layers"
|
||||
arch=(any)
|
||||
url="http://github.com/django/asgiref"
|
||||
@ -12,7 +12,7 @@ makedepends=('python-setuptools')
|
||||
checkdepends=(python-pytest python-pytest-asyncio)
|
||||
depends=('python')
|
||||
source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz")
|
||||
sha256sums=('9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed')
|
||||
sha256sums=('c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590')
|
||||
|
||||
build() {
|
||||
cd "asgiref-${pkgver}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user