mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
27 lines
795 B
Text
27 lines
795 B
Text
# Contributor: 6543 <6543@obermui.de>
|
|
# Maintainer: 6543 <6543@obermui.de>
|
|
pkgname=py3-txredisapi
|
|
_pkgname=txredisapi
|
|
pkgver=1.4.7
|
|
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"
|
|
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="
|
|
b049ef741777dbf99651f49d8e19c2f71b51abcd28a9a21c296e8caa963e2d859dd0c0fee896410e73987bf35c304679b42e73414dcac923ce60a60bb63c7c1c txredisapi-1.4.7.tar.gz
|
|
"
|