-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-aiohttp_socks: update to 0.8.3.
Use GitHub for distfiles since PyPI package does not include tests
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# Template file for 'python3-aiohttp_socks' | ||
pkgname=python3-aiohttp_socks | ||
version=0.8.0 | ||
version=0.8.3 | ||
revision=1 | ||
build_style=python3-pep517 | ||
hostmakedepends="python3-setuptools python3-wheel" | ||
depends="python3-aiohttp python3-socks" | ||
checkdepends="python3-aiohttp python3-attrs python3-socks" | ||
checkdepends="python3-aiohttp python3-attrs python3-socks python3-pytest | ||
python3-pytest-asyncio python3-trustme python3-Flask python3-anyio | ||
python3-tiny-proxy python3-cchardet python3-charset-normalizer | ||
python3-aiosignal" | ||
short_desc="SOCKS proxy connector for aiohttp" | ||
maintainer="Christian Buschau <[email protected]>" | ||
license="Apache-2.0" | ||
homepage="https://github.com/romis2012/aiohttp-socks" | ||
distfiles="${PYPI_SITE}/a/aiohttp_socks/aiohttp_socks-${version}.tar.gz" | ||
checksum=927b1d3b347448f86ff5245c9ca19e40f397eb93906682be592790678c982f37 | ||
distfiles="https://github.com/romis2012/aiohttp-socks/archive/v${version}.tar.gz" | ||
checksum=b393a95458ad0e9c1d45fe7b9ba4a1ec959e6cd8c68fde3a61675355d4197d60 |