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: Mon, 19 Dec 2022 15:03:33 +0000 (UTC) [thread overview]
Message-ID: <1671462205.d65f4f8f9f5ba96637f59542b3f68290adadfded.mgorny@gentoo> (raw)
commit: d65f4f8f9f5ba96637f59542b3f68290adadfded
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:52:34 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 15:03:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65f4f8f
dev-python/httpx-socks: New package, v0.7.5
Dependency of tiny-proxy that is a new NIH test-dep
of dev-python/python-socks.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpx-socks/Manifest | 1 +
dev-python/httpx-socks/httpx-socks-0.7.5.ebuild | 43 +++++++++++++++++++++++++
dev-python/httpx-socks/metadata.xml | 13 ++++++++
3 files changed, 57 insertions(+)
diff --git a/dev-python/httpx-socks/Manifest b/dev-python/httpx-socks/Manifest
new file mode 100644
index 000000000000..5846d3d30a62
--- /dev/null
+++ b/dev-python/httpx-socks/Manifest
@@ -0,0 +1 @@
+DIST httpx-socks-0.7.5.gh.tar.gz 24847 BLAKE2B 9c119b756bf493df47a1bc9c36339508a2192d2bd4392113955fed6929d7c79654f17c069f9d952a11d8c95cf210cdf54af1bb59f47dc50b26b180f0915d3fe9 SHA512 df921af0c5fd0e8b4cb127cd13d5285ae57eb6ff9bc95f9422c02c79771ef55f345ef1618156fd0887467ed81cad2081ea9f2a56a03dc1d80948ed9eabe67aee
diff --git a/dev-python/httpx-socks/httpx-socks-0.7.5.ebuild b/dev-python/httpx-socks/httpx-socks-0.7.5.ebuild
new file mode 100644
index 000000000000..5fd874aa5b11
--- /dev/null
+++ b/dev-python/httpx-socks/httpx-socks-0.7.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Proxy (HTTP, SOCKS) transports for httpx"
+HOMEPAGE="
+ https://github.com/romis2012/httpx-socks/
+ https://pypi.org/project/httpx-socks/
+"
+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"
+
+RDEPEND="
+ <dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
+ >=dev-python/httpx-0.21.0[${PYTHON_USEDEP}]
+ <dev-python/httpcore-0.17.0[${PYTHON_USEDEP}]
+ >=dev-python/httpcore-0.14.0[${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
diff --git a/dev-python/httpx-socks/metadata.xml b/dev-python/httpx-socks/metadata.xml
new file mode 100644
index 000000000000..649fc743ec3a
--- /dev/null
+++ b/dev-python/httpx-socks/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">httpx-socks</remote-id>
+ <remote-id type="github">romis2012/httpx-socks</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2022-12-19 15:03 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-19 15:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-19 18:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/httpx-socks/ Arthur Zamarin
2022-12-20 8:15 Sam James
2022-12-20 8:15 Sam James
2022-12-20 9:06 Sam James
2022-12-26 1:49 WANG Xuerui
2022-12-28 1:08 Yixun Lan
2023-01-21 8:42 Arthur Zamarin
2023-01-21 8:42 Arthur Zamarin
2023-01-21 9:26 Arthur Zamarin
2023-01-21 9:26 Arthur Zamarin
2023-01-21 9:32 Arthur Zamarin
2023-02-24 23:29 Sam James
2023-02-26 18:16 Arthur Zamarin
2023-03-03 19:47 Arthur Zamarin
2023-04-14 20:53 Sam James
2023-04-15 5:40 Sam James
2023-04-15 5:40 Sam James
2023-04-16 16:22 Arthur Zamarin
2023-04-17 6:26 Michał Górny
2023-05-31 8:25 Michał Górny
2023-06-18 17:48 Arthur Zamarin
2023-06-18 18:47 Michał Górny
2023-07-07 3:15 Michał Górny
2023-08-12 14:40 Arthur Zamarin
2023-08-12 16:12 Michał Górny
2023-09-14 15:39 Michał Górny
2023-10-06 17:25 Sam James
2023-10-06 18:12 Michał Górny
2023-11-05 13:19 Michał Górny
2023-11-12 5:56 Arthur Zamarin
2023-11-12 16:00 Michał Górny
2023-12-21 15:24 Michał Górny
2024-02-11 19:49 Arthur Zamarin
2024-03-01 18:33 Michał Górny
2024-03-02 9:39 Michał Górny
2024-03-02 12:11 Arthur Zamarin
2024-03-02 13:39 Michał Górny
2024-03-06 7:06 Michał Górny
2024-03-21 18:22 Arthur Zamarin
2024-03-22 4:38 Michał Górny
2024-06-14 16:22 Michał Górny
2024-11-07 6:45 Michał Górny
2024-11-23 8:27 Arthur Zamarin
2024-11-23 9:50 Michał Górny
2024-12-11 7:54 Michał Górny
2024-12-28 10:47 Michał Górny
2025-02-19 16:09 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=1671462205.d65f4f8f9f5ba96637f59542b3f68290adadfded.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