From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpx-socks/
Date: Sat, 2 Mar 2024 13:39:13 +0000 (UTC) [thread overview]
Message-ID: <1709386748.3d58edf9b4519735f2ec61acef576fc46c74db1e.mgorny@gentoo> (raw)
commit: 3d58edf9b4519735f2ec61acef576fc46c74db1e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 13:29:30 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 13:39:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d58edf9
dev-python/httpx-socks: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpx-socks/Manifest | 1 -
dev-python/httpx-socks/httpx-socks-0.8.0-r1.ebuild | 49 ----------------------
2 files changed, 50 deletions(-)
diff --git a/dev-python/httpx-socks/Manifest b/dev-python/httpx-socks/Manifest
index c14bf9b458d5..13c592729f50 100644
--- a/dev-python/httpx-socks/Manifest
+++ b/dev-python/httpx-socks/Manifest
@@ -1,3 +1,2 @@
-DIST httpx-socks-0.8.0.gh.tar.gz 15285 BLAKE2B 1da3bffff2be273e62452d96c8e07f38cf3c488bb89704ab377565feecafc1f96e9b96b615dfca4c3721c295414005014f868982a440ed47f3454814545aa6c7 SHA512 f58555670bc689002633daf3cf373641cbab6417636d16e878d5f9fc796b8bf7111d7c6985909590ccaeedb95793f589676e7f36c217330cbf46b4778319a4b7
DIST httpx-socks-0.8.1.gh.tar.gz 15289 BLAKE2B 08a8431c5818ea653ea27a0dbc3de6708cb81a7129cda779e8c8cbe3d497ccdad0ed646faf06c5138f6c136a74d4c1b06e6e3920fc5362d471aa03372721cd33 SHA512 804e609826eff4c9e321440b657f3c96d688bf27a4e9a1fdd6b07a410f7f7671fef840403d2231a48b53133a8a4db9522f6c46467e78dc2443270fea4116d66e
DIST httpx-socks-0.9.0.gh.tar.gz 15209 BLAKE2B 44a4cd3d7f1f8c29578343a5237e04f2f331789ab3d2a89e254780ef4b6265d42678ae61a872205c4780312c49ece4a9d5351151979291da219098ea1be95f28 SHA512 313b6482d4afd49759f8e0208bc657eb21f7b0016acece2e2c4af4fa6f839e362ba5ccd4323d93c0fdc4751e9fe5a997ab751c2b5a7f0a2b263790df864f8e40
diff --git a/dev-python/httpx-socks/httpx-socks-0.8.0-r1.ebuild b/dev-python/httpx-socks/httpx-socks-0.8.0-r1.ebuild
deleted file mode 100644
index 5e5bae2f9631..000000000000
--- a/dev-python/httpx-socks/httpx-socks-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Proxy (HTTP, SOCKS) transports for httpx"
-HOMEPAGE="
- https://github.com/romis2012/httpx-socks/
- https://pypi.org/project/httpx-socks/
-"
-# no tests in sdist, as of 0.7.6
-SRC_URI="
- https://github.com/romis2012/httpx-socks/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- >=dev-python/httpx-0.21.0[${PYTHON_USEDEP}]
- >=dev-python/httpcore-0.17.3[${PYTHON_USEDEP}]
- >=dev-python/python-socks-2.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/hypercorn-0.12.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-asyncio-0.18.3[${PYTHON_USEDEP}]
- >=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}]
- >=dev-python/starlette-0.19.1[${PYTHON_USEDEP}]
- >=dev-python/trio-0.18.0[${PYTHON_USEDEP}]
- >=dev-python/yarl-1.6.3[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # unpin dependencies
- sed -i -e 's:,<[0-9.]*::' setup.py || die
-
- distutils-r1_src_prepare
-}
next reply other threads:[~2024-03-02 13:39 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-02 13:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-28 10:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/httpx-socks/ Michał Górny
2024-12-11 7:54 Michał Górny
2024-11-23 9:50 Michał Górny
2024-11-23 8:27 Arthur Zamarin
2024-11-07 6:45 Michał Górny
2024-06-14 16:22 Michał Górny
2024-03-22 4:38 Michał Górny
2024-03-21 18:22 Arthur Zamarin
2024-03-06 7:06 Michał Górny
2024-03-02 12:11 Arthur Zamarin
2024-03-02 9:39 Michał Górny
2024-03-01 18:33 Michał Górny
2024-02-11 19:49 Arthur Zamarin
2023-12-21 15:24 Michał Górny
2023-11-12 16:00 Michał Górny
2023-11-12 5:56 Arthur Zamarin
2023-11-05 13:19 Michał Górny
2023-10-06 18:12 Michał Górny
2023-10-06 17:25 Sam James
2023-09-14 15:39 Michał Górny
2023-08-12 16:12 Michał Górny
2023-08-12 14:40 Arthur Zamarin
2023-07-07 3:15 Michał Górny
2023-06-18 18:47 Michał Górny
2023-06-18 17:48 Arthur Zamarin
2023-05-31 8:25 Michał Górny
2023-04-17 6:26 Michał Górny
2023-04-16 16:22 Arthur Zamarin
2023-04-15 5:40 Sam James
2023-04-15 5:40 Sam James
2023-04-14 20:53 Sam James
2023-03-03 19:47 Arthur Zamarin
2023-02-26 18:16 Arthur Zamarin
2023-02-24 23:29 Sam James
2023-01-21 9:32 Arthur Zamarin
2023-01-21 9:26 Arthur Zamarin
2023-01-21 9:26 Arthur Zamarin
2023-01-21 8:42 Arthur Zamarin
2023-01-21 8:42 Arthur Zamarin
2022-12-28 1:08 Yixun Lan
2022-12-26 1:49 WANG Xuerui
2022-12-20 9:06 Sam James
2022-12-20 8:15 Sam James
2022-12-20 8:15 Sam James
2022-12-19 18:30 Arthur Zamarin
2022-12-19 15:03 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1709386748.3d58edf9b4519735f2ec61acef576fc46c74db1e.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox