aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-bottle-session/APKBUILD
blob: 8bbf5e70d38363c5cb4cf86ebe3ec31e217e3360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-bottle-session
_pkgname=bottle-session
pkgver=0.9
pkgrel=1
pkgdesc="Bottle session plugin"
options="!check" # No testsuite on tarball
url="https://bitbucket.org/devries/bottle-session"
arch="noarch"
license="Artistic-2.0"
depends="python3 py3-bottle py3-redis"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"

replaces="py-bottle-session" # Backwards compat
provides="py-bottle-session=$pkgver-r$pkgrel" # Backwards compat

builddir="$srcdir"/$_pkgname-$pkgver

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="8299d0b0db0cedc22da61e6d5622ad754f4e8012b84e951b79b9e744a4db0953e8bdc67cdb6f053540ca090ffcac37c4f8b323e4c60f50cb3bf36f5d1fc605c8  bottle-session-0.9.tar.gz"