40 lines
1.5 KiB
Bash
40 lines
1.5 KiB
Bash
# Template file for 'python3-txredisapi'
|
|
pkgname=python3-txredisapi
|
|
version=1.4.10
|
|
revision=2
|
|
build_style=python3-module
|
|
make_check_args="--ignore tests/test_basics.py
|
|
--ignore tests/test_bitops.py
|
|
--ignore tests/test_blocking.py
|
|
--ignore tests/test_cancel.py
|
|
--ignore tests/test_connection.py
|
|
--ignore tests/test_connection_charset.py
|
|
--ignore tests/test_hash_ops.py
|
|
--ignore tests/test_hyperloglog.py
|
|
--ignore tests/test_implicit_pipelining.py
|
|
--ignore tests/test_list_ops.py
|
|
--ignore tests/test_multibulk.py
|
|
--ignore tests/test_number_conversions.py
|
|
--ignore tests/test_operations.py
|
|
--ignore tests/test_pipelining.py
|
|
--ignore tests/test_publish.py
|
|
--ignore tests/test_scan.py
|
|
--ignore tests/test_scripting.py
|
|
--ignore tests/test_sets.py
|
|
--ignore tests/test_sort.py
|
|
--ignore tests/test_sortedsets.py
|
|
--ignore tests/test_subscriber.py
|
|
--ignore tests/test_transactions.py
|
|
--ignore tests/test_unix_connection.py
|
|
--ignore tests/test_watch.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Twisted python3-six"
|
|
checkdepends="$depends redis python3-pytest python3-mock"
|
|
short_desc="Non-blocking redis client for python"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/IlyaSkriblovsky/txredisapi"
|
|
changelog="https://raw.githubusercontent.com/IlyaSkriblovsky/txredisapi/master/CHANGELOG.md"
|
|
distfiles="https://github.com/IlyaSkriblovsky/txredisapi/archive/refs/tags/${version}.tar.gz"
|
|
checksum=bf11270796b4c09681176213a007b24cd0b2bbcdacb45ee5c3a01ac7072ab484
|