mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
New package: python3-blockbuster-1.5.24
This commit is contained in:
parent
4b508fc776
commit
a6464cfa3f
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python3-blockbuster/template
Normal file
15
srcpkgs/python3-blockbuster/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'python3-blockbuster'
|
||||||
|
pkgname=python3-blockbuster
|
||||||
|
version=1.5.24
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="hatchling"
|
||||||
|
depends="python3-forbiddenfruit"
|
||||||
|
checkdepends="$depends python3-pytest-asyncio python3-requests"
|
||||||
|
short_desc="Utility to detect blocking calls in the async event loop"
|
||||||
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/cbornet/blockbuster"
|
||||||
|
changelog="https://github.com/cbornet/blockbuster/releases"
|
||||||
|
distfiles="${PYPI_SITE}/b/blockbuster/blockbuster-${version}.tar.gz"
|
||||||
|
checksum=97645775761a5d425666ec0bc99629b65c7eccdc2f770d2439850682567af4ec
|
Loading…
Add table
Reference in a new issue