mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
29 lines
822 B
Plaintext
29 lines
822 B
Plaintext
# Contributor: 6543 <6543@obermui.de>
|
|
# Maintainer: 6543 <6543@obermui.de>
|
|
pkgname=py3-txredisapi
|
|
_pkgname=txredisapi
|
|
pkgver=1.4.9
|
|
pkgrel=1
|
|
pkgdesc="non-blocking redis client for python twisted"
|
|
url="https://github.com/IlyaSkriblovsky/txredisapi"
|
|
arch="all"
|
|
license="Apache-2.0"
|
|
depends="python3 py3-twisted"
|
|
makedepends="py3-setuptools python3-dev"
|
|
subpackages="$pkgname-pyc"
|
|
source="$_pkgname-$pkgver.tar.gz::https://github.com/IlyaSkriblovsky/txredisapi/archive/$pkgver.tar.gz"
|
|
builddir="$srcdir"/$_pkgname-$pkgver
|
|
options="!check" # needs running redis
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
b471bd6cbb7c01f5e1a87e1fc45cc6daf7ed08e0e4168e641e4b1b16a92481d0643eafed22efa9d0dbd807dab46359b570176d97a03673987f4a04930e231fdd txredisapi-1.4.9.tar.gz
|
|
"
|