Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-socks/
Date: Sun, 21 Nov 2021 22:20:38
Message-Id: 1637533229.584f4b56a4cf64b2666888147af1e72a6c65d89f.mgorny@gentoo
1 commit: 584f4b56a4cf64b2666888147af1e72a6c65d89f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 21 21:42:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 21 22:20:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584f4b56
7
8 dev-python/aiohttp-socks: Bump to 0.6.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aiohttp-socks/Manifest | 1 +
13 .../aiohttp-socks/aiohttp-socks-0.6.1.ebuild | 29 ++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/aiohttp-socks/Manifest b/dev-python/aiohttp-socks/Manifest
17 index 9e0b89de848f..3ba0a03f307e 100644
18 --- a/dev-python/aiohttp-socks/Manifest
19 +++ b/dev-python/aiohttp-socks/Manifest
20 @@ -1 +1,2 @@
21 DIST aiohttp-socks-0.6.0.tar.gz 19789 BLAKE2B 56a9279f78e2a7a391183e6b68f9b33d878dc9b328d3096ca649b136e321ed372a9f9e8f7a02282c32568ac458639bd76b341f87722eeac46741d68064cc035b SHA512 15a5869d24955cba9548d8bd7cf1ec29b27a024603ca1b1d4abf8f93c70702434542c66ced1d8b28ae851034dad1ae8e2eaa4ed9a3729be35ec1e3c853237811
22 +DIST aiohttp-socks-0.6.1.tar.gz 19825 BLAKE2B 3f83d186e1311c7dc4468dcd52f3d4c6aa0b98028e5892f10a15278cbbeedf42934f2ae8730f4248cad46a606e7ba5b20584ad4dbf4efe1704b27fa74afcf015 SHA512 a26429bb911f7720689e1880cbd1b19d1865edcf5aea0fe7e059a46fc8d1cc4599c24210b485b1b62ac3438429a6922174e5d5e9cfe8be9857ac0d18977f3784
23
24 diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.6.1.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.6.1.ebuild
25 new file mode 100644
26 index 000000000000..8ec2583daa8a
27 --- /dev/null
28 +++ b/dev-python/aiohttp-socks/aiohttp-socks-0.6.1.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="SOCKS proxy connector for aiohttp"
39 +HOMEPAGE="https://pypi.org/project/aiohttp-socks/ https://github.com/romis2012/aiohttp-socks"
40 +SRC_URI="https://github.com/romis2012/aiohttp-socks/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +RDEPEND="
47 + >=dev-python/aiohttp-2.3.2[${PYTHON_USEDEP}]
48 + >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
49 + >=dev-python/python-socks-1.2.4[${PYTHON_USEDEP}]
50 +"
51 +BDEPEND="
52 + test? (
53 + dev-python/flask[${PYTHON_USEDEP}]
54 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
55 + dev-python/yarl[${PYTHON_USEDEP}]
56 + )"
57 +
58 +distutils_enable_tests pytest