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: Sat, 25 Dec 2021 18:43:18
Message-Id: 1640457651.48a9a314a4c17b263a7406c17e0114c46880a059.mgorny@gentoo
1 commit: 48a9a314a4c17b263a7406c17e0114c46880a059
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 25 10:29:07 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 18:40:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a9a314
7
8 dev-python/aiohttp-socks: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aiohttp-socks/Manifest | 2 --
13 .../aiohttp-socks/aiohttp-socks-0.6.0-r1.ebuild | 31 ----------------------
14 .../aiohttp-socks/aiohttp-socks-0.6.1-r1.ebuild | 30 ---------------------
15 3 files changed, 63 deletions(-)
16
17 diff --git a/dev-python/aiohttp-socks/Manifest b/dev-python/aiohttp-socks/Manifest
18 index 058794d2da30..0a77d258107e 100644
19 --- a/dev-python/aiohttp-socks/Manifest
20 +++ b/dev-python/aiohttp-socks/Manifest
21 @@ -1,3 +1 @@
22 -DIST aiohttp-socks-0.6.0.tar.gz 19789 BLAKE2B 56a9279f78e2a7a391183e6b68f9b33d878dc9b328d3096ca649b136e321ed372a9f9e8f7a02282c32568ac458639bd76b341f87722eeac46741d68064cc035b SHA512 15a5869d24955cba9548d8bd7cf1ec29b27a024603ca1b1d4abf8f93c70702434542c66ced1d8b28ae851034dad1ae8e2eaa4ed9a3729be35ec1e3c853237811
23 -DIST aiohttp-socks-0.6.1.tar.gz 19825 BLAKE2B 3f83d186e1311c7dc4468dcd52f3d4c6aa0b98028e5892f10a15278cbbeedf42934f2ae8730f4248cad46a606e7ba5b20584ad4dbf4efe1704b27fa74afcf015 SHA512 a26429bb911f7720689e1880cbd1b19d1865edcf5aea0fe7e059a46fc8d1cc4599c24210b485b1b62ac3438429a6922174e5d5e9cfe8be9857ac0d18977f3784
24 DIST aiohttp-socks-0.7.1.tar.gz 19813 BLAKE2B e49ff94a63e3b22f082c892da6b65f71afd768ef98064f062facd382e0146e2fca563f2b7438f37e60a01d640199092c201e7ab2f77152829d8d8a64246ea152 SHA512 0f7a295e3d34d6cac78dcac5d64f76439730bf6bc6d287df9f2ed9b7ad3f1c04d61ebfd1cee75b80788f485b338094a4b02ecef2b3a2be172ffb8e1e65332b59
25
26 diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.6.0-r1.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.6.0-r1.ebuild
27 deleted file mode 100644
28 index 85e8f23a48cf..000000000000
29 --- a/dev-python/aiohttp-socks/aiohttp-socks-0.6.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="SOCKS proxy connector for aiohttp"
42 -HOMEPAGE="https://pypi.org/project/aiohttp-socks/ https://github.com/romis2012/aiohttp-socks"
43 -SRC_URI="https://github.com/romis2012/aiohttp-socks/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -
49 -RDEPEND="
50 - >=dev-python/aiohttp-2.3.2[${PYTHON_USEDEP}]
51 - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
52 - <dev-python/python-socks-2[${PYTHON_USEDEP}]
53 - >=dev-python/python-socks-1.2.2[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="
56 - test? (
57 - dev-python/flask[${PYTHON_USEDEP}]
58 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
59 - dev-python/yarl[${PYTHON_USEDEP}]
60 - )"
61 -
62 -distutils_enable_tests pytest
63
64 diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.6.1-r1.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.6.1-r1.ebuild
65 deleted file mode 100644
66 index ec7ef2366a7f..000000000000
67 --- a/dev-python/aiohttp-socks/aiohttp-socks-0.6.1-r1.ebuild
68 +++ /dev/null
69 @@ -1,30 +0,0 @@
70 -# Copyright 1999-2021 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="SOCKS proxy connector for aiohttp"
79 -HOMEPAGE="https://pypi.org/project/aiohttp-socks/ https://github.com/romis2012/aiohttp-socks"
80 -SRC_URI="https://github.com/romis2012/aiohttp-socks/archive/v${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="Apache-2.0"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86"
85 -
86 -RDEPEND="
87 - >=dev-python/aiohttp-2.3.2[${PYTHON_USEDEP}]
88 - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
89 - <dev-python/python-socks-2[${PYTHON_USEDEP}]
90 - >=dev-python/python-socks-1.2.4[${PYTHON_USEDEP}]
91 -"
92 -BDEPEND="
93 - test? (
94 - dev-python/flask[${PYTHON_USEDEP}]
95 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
96 - dev-python/yarl[${PYTHON_USEDEP}]
97 - )"
98 -
99 -distutils_enable_tests pytest