mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-08 05:51:18 +02:00
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
pkgname=py3-aiohttp-session
|
|
_pkgname=aiohttp_session
|
|
pkgver=0.7.1
|
|
pkgrel=0
|
|
pkgdesc="Sessions support for aiohttp"
|
|
url="http://aiohttp-session.readthedocs.io/"
|
|
arch="noarch"
|
|
license="ASL 2.0"
|
|
depends="py3-aiohttp"
|
|
makedepends="python3-dev"
|
|
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/aiohttp-session/aiohttp-session-$pkgver.tar.gz"
|
|
builddir="$srcdir"/aiohttp-session-$pkgver
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
python3 setup.py build || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
md5sums="815ae4d64819b6a45879c4626c5db792 aiohttp-session-0.7.1.tar.gz"
|
|
sha256sums="7b4c3a54644fbd3c5ad4402872f8ba3fe6b0f70cfd896df4a4013a84dc2a511b aiohttp-session-0.7.1.tar.gz"
|
|
sha512sums="743a02f0aa1a2b022de743f963aab95c9042faa8ec85bd6b643aaa61e6cddb81841eab0d1b5b6797e6a0b072ddd6c66957b7f0cb11e1a05bd483a89d6196db4e aiohttp-session-0.7.1.tar.gz"
|