20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'python3-Pebble'
|
|
pkgname=python3-Pebble
|
|
version=4.6.0
|
|
revision=1
|
|
wrksrc=Pebble-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Threading and multiprocessing eye-candy for Python"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://pebble.readthedocs.io/en/latest/"
|
|
distfiles="${PYPI_SITE}/P/Pebble/Pebble-${version}.tar.gz"
|
|
checksum=10bd8c42573b05c78ad280ce2e53fb892d8fd7405dac3419ed09b95c8f2ba928
|
|
|
|
do_check() {
|
|
PYTHONPATH=$(pwd)/build/lib pytest
|
|
}
|