From 49726eb28a4ee96d84852b5f7adb0aea9c13b066 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 2 Oct 2023 13:52:26 +0200 Subject: [PATCH] python3-aiohttp_socks: update to 0.8.4. Use GitHub for distfiles since PyPI package does not include tests --- srcpkgs/python3-aiohttp_socks/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template index b3899c64985d6f..11f8f7fc149b56 100644 --- a/srcpkgs/python3-aiohttp_socks/template +++ b/srcpkgs/python3-aiohttp_socks/template @@ -1,14 +1,14 @@ # Template file for 'python3-aiohttp_socks' pkgname=python3-aiohttp_socks -version=0.8.0 -revision=2 +version=0.8.4 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" depends="python3-aiohttp python3-socks" -checkdepends="python3-aiohttp python3-attrs python3-socks" short_desc="SOCKS proxy connector for aiohttp" maintainer="Christian Buschau " 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=58154eaa319968743bc18c9f4c0718e86c2312828bc1e481856409365ef4e403 +make_check=no # Requires python3-tiny-proxy