testing/py3-django-channels-redis: move from user
This commit is contained in:
parent
542a6fad45
commit
ecdd3778a7
1 changed files with 27 additions and 9 deletions
49
testing/py3-django-channels-redis/APKBUILD
Normal file
49
testing/py3-django-channels-redis/APKBUILD
Normal file
|
@ -0,0 +1,49 @@
|
|||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
|
||||
pkgname=py3-django-channels-redis
|
||||
_pyname="channels_redis"
|
||||
pkgver=4.1.0
|
||||
pkgrel=0
|
||||
arch='noarch'
|
||||
pkgdesc="Redis-backed ASGI channel layer implementation"
|
||||
url="https://pypi.python.org/project/$_pyname"
|
||||
license="BSD-3-Clause"
|
||||
depends="
|
||||
py3-django-channels
|
||||
py3-asgiref
|
||||
py3-redis
|
||||
py3-msgpack
|
||||
py3-cryptography
|
||||
"
|
||||
checkdepends="
|
||||
py3-async-timeout
|
||||
py3-pytest
|
||||
py3-pytest-timeout
|
||||
py3-pytest-asyncio
|
||||
"
|
||||
makedepends="
|
||||
py3-setuptools
|
||||
py3-gpep517
|
||||
py3-installer
|
||||
py3-wheel
|
||||
"
|
||||
options="!check" # No testsuite
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pyname-$pkgver
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
558ccdb36cad7cb4d97fdc41ed25cfebbc8b381c867ad0b8704dfde8e6d754a4e53a79726260a748b70f906750702c0226774a8574e09bd6933b6ab797ce29df py3-django-channels-redis-4.1.0.tar.gz
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue