15 lines
557 B
Bash
15 lines
557 B
Bash
# Template file for 'python3-janus'
|
|
pkgname=python3-janus
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-typing_extensions"
|
|
checkdepends="${depends} python3-pytest-asyncio"
|
|
short_desc="Thread-safe asyncio-aware queue"
|
|
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/aio-libs/janus"
|
|
distfiles="https://github.com/aio-libs/janus/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=7795be8173faf473bbf0139e398bd0756b24e0f3fa3f11db729efc23f9032cfb
|