python3-aiohttp2: remove package
* not used by any other packages * frozen in an old version from 2018
This commit is contained in:
parent
f6b25b8594
commit
14d18923c1
2 changed files with 0 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'python3-aiohttp2'
|
||||
pkgname=python3-aiohttp2
|
||||
version=2.3.10
|
||||
revision=4
|
||||
wrksrc="aiohttp-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="aiohttp"
|
||||
hostmakedepends="python3-Cython python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
checkdepends="python3-async-timeout python3-async_generator python3-chardet
|
||||
python3-idna-ssl python3-pytest-mock python3-yarl"
|
||||
depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl
|
||||
python3-yarl"
|
||||
short_desc="HTTP client/server for asyncio (PEP-3156)"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
#changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst"
|
||||
homepage="https://aiohttp.readthedocs.io/"
|
||||
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
|
||||
checksum=ca3c15aa2c178599393919c27dbada24860e075d501257db54d6547ecf34bac8
|
||||
conflicts=python3-aiohttp
|
||||
replaces="python3-aiohttp>=0"
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ignore='3.*'
|
Loading…
Add table
Add a link
Reference in a new issue