16 lines
673 B
Bash
16 lines
673 B
Bash
# Template file for 'python3-aiohttp-sse-client'
|
|
pkgname=python3-aiohttp-sse-client
|
|
version=0.1.7
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-aiohttp python3-attrs python3-multidict python3-yarl"
|
|
checkdepends="python3-devel python3-pytest-asyncio ${depends}"
|
|
short_desc="Server-Sent Event library for Python, based on aiohttp"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/rtfol/aiohttp-sse-client"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=a8e84f4c304dc4a6a9b8fb3280c74a295c82a74bf486a63cd1403e733abe966c
|