From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-unixsocket/
Date: Fri, 24 Dec 2021 07:56:43 +0000 (UTC) [thread overview]
Message-ID: <1640332595.722c44c5bee504086d7d4fb51b81d797d0c44164.arthurzam@gentoo> (raw)
commit: 722c44c5bee504086d7d4fb51b81d797d0c44164
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 24 07:44:45 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 07:56:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722c44c5
dev-python/requests-unixsocket: add 0.3.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/requests-unixsocket/Manifest | 1 +
.../requests-unixsocket-0.3.0.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/requests-unixsocket/Manifest b/dev-python/requests-unixsocket/Manifest
index f6f0b4f70bb8..bf4f576cc087 100644
--- a/dev-python/requests-unixsocket/Manifest
+++ b/dev-python/requests-unixsocket/Manifest
@@ -1 +1,2 @@
DIST requests-unixsocket-0.2.0.tar.gz 13303 BLAKE2B cda02b5d963b00fb06cf86819bcbf552ecc21e30064198da338f502f47547a1f93184fd06052047c6cb8a6181f0a2f7b7a7cc53183b18dc22165a41dc14144b5 SHA512 a670f136ff1d8fb427cd017d92d388fd48a8a853d50aaa6eed685f3b453e28c6dbf5a710d7394face3eec42f8bdd84f798c7c4c82dab7b53d7a8c229ade52405
+DIST requests-unixsocket-0.3.0.tar.gz 14478 BLAKE2B 5b46ea051729326498f50ba7a952429d271deb102060f8e3019d259ddc21dbffdca8960e140c7ccb25898034cf37fb90dd143c970e75bdc6e6442e9515f14d6e SHA512 21c887b0c3fa526a2debb3960e0ea4dc3b3015cdd517459b6484501176321408d1b4c87dd2840c7d8b71d08fa9114f655ae03f8bc9ff1fca33c914900ef82f5b
diff --git a/dev-python/requests-unixsocket/requests-unixsocket-0.3.0.ebuild b/dev-python/requests-unixsocket/requests-unixsocket-0.3.0.ebuild
new file mode 100644
index 000000000000..516dfaa7a3fa
--- /dev/null
+++ b/dev-python/requests-unixsocket/requests-unixsocket-0.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Use requests to talk HTTP via a UNIX domain socket"
+HOMEPAGE="https://github.com/msabramo/requests-unixsocket"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/urllib3[${PYTHON_USEDEP}]"
+BDEPEND="
+ test? ( dev-python/waitress[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -e '/pbr/d' -i setup.py|| die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2021-12-24 7:56 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-24 7:56 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 7:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-unixsocket/ Michał Górny
2025-03-01 19:01 Arthur Zamarin
2025-02-16 20:33 Michał Górny
2024-08-25 12:04 Andreas K. Hüttel
2024-06-15 13:47 Michał Górny
2023-07-05 8:03 Michał Górny
2023-07-05 5:56 Arthur Zamarin
2023-05-31 16:49 Sam James
2023-05-31 16:49 Sam James
2023-05-21 4:59 Michał Górny
2023-03-17 15:25 Michał Górny
2023-02-23 22:20 Sam James
2022-12-04 15:59 WANG Xuerui
2022-06-22 7:42 Michał Górny
2022-06-22 5:48 Agostino Sarubbo
2022-06-21 20:08 Michał Górny
2022-06-21 18:07 Arthur Zamarin
2022-05-22 9:25 Michał Górny
2022-05-22 9:25 Michał Górny
2022-03-06 23:43 Sam James
2022-03-06 7:51 Sam James
2022-02-27 20:28 Arthur Zamarin
2022-02-27 16:38 Sam James
2022-02-27 12:29 Jakov Smolić
2022-02-27 12:23 Jakov Smolić
2022-01-31 10:43 Michał Górny
2022-01-30 9:22 James Le Cuirot
2022-01-07 19:31 Arthur Zamarin
2021-11-18 5:36 Sam James
2021-11-14 20:35 Sam James
2021-09-06 0:18 Sam James
2021-09-02 0:01 Marek Szuba
2021-07-01 17:53 Michał Górny
2021-06-20 1:55 Sam James
2020-07-30 4:32 Sam James
2020-07-28 19:23 Sam James
2020-07-27 13:54 Sam James
2020-07-27 13:54 Sam James
2020-06-26 20:21 Thomas Deutschmann
2020-06-21 21:20 Michał Górny
2020-06-21 10:16 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=1640332595.722c44c5bee504086d7d4fb51b81d797d0c44164.arthurzam@gentoo \
--to=arthurzam@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