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: Thu, 16 Mar 2023 03:33:31
Message-Id: 1678937480.923d30a45b7c9d03c39d304917b9c09f7cf82940.mgorny@gentoo
1 commit: 923d30a45b7c9d03c39d304917b9c09f7cf82940
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 03:31:20 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:31:20 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923d30a4
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.7.1-r1.ebuild | 38 ----------------------
14 .../aiohttp-socks/aiohttp-socks-0.7.1.ebuild | 29 -----------------
15 3 files changed, 69 deletions(-)
16
17 diff --git a/dev-python/aiohttp-socks/Manifest b/dev-python/aiohttp-socks/Manifest
18 index ca7e68272bb4..97055a3c19dd 100644
19 --- a/dev-python/aiohttp-socks/Manifest
20 +++ b/dev-python/aiohttp-socks/Manifest
21 @@ -1,3 +1 @@
22 -DIST aiohttp-socks-0.7.1.gh.tar.gz 19813 BLAKE2B e49ff94a63e3b22f082c892da6b65f71afd768ef98064f062facd382e0146e2fca563f2b7438f37e60a01d640199092c201e7ab2f77152829d8d8a64246ea152 SHA512 0f7a295e3d34d6cac78dcac5d64f76439730bf6bc6d287df9f2ed9b7ad3f1c04d61ebfd1cee75b80788f485b338094a4b02ecef2b3a2be172ffb8e1e65332b59
23 -DIST aiohttp-socks-0.7.1.tar.gz 19813 BLAKE2B e49ff94a63e3b22f082c892da6b65f71afd768ef98064f062facd382e0146e2fca563f2b7438f37e60a01d640199092c201e7ab2f77152829d8d8a64246ea152 SHA512 0f7a295e3d34d6cac78dcac5d64f76439730bf6bc6d287df9f2ed9b7ad3f1c04d61ebfd1cee75b80788f485b338094a4b02ecef2b3a2be172ffb8e1e65332b59
24 DIST aiohttp-socks-0.8.0.gh.tar.gz 13190 BLAKE2B 049655c526b5d7b64af79ef5f885d0f949edf1eeb4f3fb6e8a3cfc97738ebeb4663d68017761808279e938f477f9509123d8d6c6f4133287d1743dc2a8a021ed SHA512 e533be7059ee6914f919f5113596708732f70f4f1093adaccc6a829699c2aea157897c5398d9134acb0b2a11c8118f9d4f453792d8d8d14b10b207ca19ada2e7
25
26 diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.7.1-r1.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.7.1-r1.ebuild
27 deleted file mode 100644
28 index 851d6be8ce30..000000000000
29 --- a/dev-python/aiohttp-socks/aiohttp-socks-0.7.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2023 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="SOCKS proxy connector for aiohttp"
43 -HOMEPAGE="
44 - https://pypi.org/project/aiohttp-socks/
45 - https://github.com/romis2012/aiohttp-socks/
46 -"
47 -SRC_URI="
48 - https://github.com/romis2012/aiohttp-socks/archive/v${PV}.tar.gz
49 - -> ${P}.gh.tar.gz
50 -"
51 -
52 -LICENSE="Apache-2.0"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
55 -
56 -RDEPEND="
57 - >=dev-python/aiohttp-2.3.2[${PYTHON_USEDEP}]
58 - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
59 - >=dev-python/python-socks-2.0.0[${PYTHON_USEDEP}]
60 -"
61 -BDEPEND="
62 - test? (
63 - dev-python/flask[${PYTHON_USEDEP}]
64 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
65 - dev-python/yarl[${PYTHON_USEDEP}]
66 - )
67 -"
68 -
69 -distutils_enable_tests pytest
70
71 diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.7.1.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.7.1.ebuild
72 deleted file mode 100644
73 index c814c7e36e10..000000000000
74 --- a/dev-python/aiohttp-socks/aiohttp-socks-0.7.1.ebuild
75 +++ /dev/null
76 @@ -1,29 +0,0 @@
77 -# Copyright 1999-2023 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=8
81 -
82 -PYTHON_COMPAT=( python3_{9..10} pypy3 )
83 -inherit distutils-r1
84 -
85 -DESCRIPTION="SOCKS proxy connector for aiohttp"
86 -HOMEPAGE="https://pypi.org/project/aiohttp-socks/ https://github.com/romis2012/aiohttp-socks"
87 -SRC_URI="https://github.com/romis2012/aiohttp-socks/archive/v${PV}.tar.gz -> ${P}.tar.gz"
88 -
89 -LICENSE="Apache-2.0"
90 -SLOT="0"
91 -KEYWORDS="amd64 ~arm ~arm64 x86"
92 -
93 -RDEPEND="
94 - >=dev-python/aiohttp-2.3.2[${PYTHON_USEDEP}]
95 - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
96 - >=dev-python/python-socks-2.0.0[${PYTHON_USEDEP}]
97 -"
98 -BDEPEND="
99 - test? (
100 - dev-python/flask[${PYTHON_USEDEP}]
101 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
102 - dev-python/yarl[${PYTHON_USEDEP}]
103 - )"
104 -
105 -distutils_enable_tests pytest