blob: 880eb8335422e3bc8c4c868151aa0a72becc89fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-aiohttp-session
pkgdesc = Web sessions for aiohttp.web
pkgver = 2.12.1
pkgrel = 1
url = http://aiohttp-session.readthedocs.io/
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-aiohttp
optdepends = python-aiomcache: Memcached session storage
optdepends = python-cryptography: store sessions in encrypted cookies
optdepends = python-pynacl: NaCL encrypted JSON session storage
optdepends = python-redis: Redis session storage
source = https://files.pythonhosted.org/packages/source/a/aiohttp-session/aiohttp_session-2.12.1.tar.gz
sha256sums = 15e6e0288e9bcccd4b1d0c28aae9c20e19a252b12d0cb682223ca9c83180e899
pkgname = python-aiohttp-session
|