New package: python3-Pebble-4.5.1
This commit is contained in:
parent
232581c68e
commit
662d5dcb27
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-Pebble/template
Normal file
20
srcpkgs/python3-Pebble/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-Pebble'
|
||||||
|
pkgname=python3-Pebble
|
||||||
|
version=4.5.1
|
||||||
|
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=26fdcc0f36d93d8e07559d36b942b7800c6b9622626d5b587ab1a74820d02732
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH=$(pwd)/build/lib pytest
|
||||||
|
}
|
Loading…
Reference in a new issue