void-packages/srcpkgs/python3-Pebble/template
2020-05-09 13:18:54 +07:00

20 lines
625 B
Bash

# Template file for 'python3-Pebble'
pkgname=python3-Pebble
version=4.5.2
revision=1
archs=noarch
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=b670f80cc2f3fa4a69a24fbc39b50670a4f2c649438716a0208702d7d37e4d59
do_check() {
PYTHONPATH=$(pwd)/build/lib pytest
}