From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/types-requests/
Date: Tue, 3 Oct 2023 09:34:24 +0000 (UTC) [thread overview]
Message-ID: <1696290869.846279ae9cc85f29f30d9e6c08d67fe7ce02320b.davidroman@gentoo> (raw)
commit: 846279ae9cc85f29f30d9e6c08d67fe7ce02320b
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Oct 2 23:50:04 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct 2 23:54:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=846279ae
dev-python/types-requests: add 2.31.0.6
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-requests/Manifest | 1 +
.../types-requests/types-requests-2.31.0.6.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest
index 91a68b94b6..86db47efcf 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1 +1,2 @@
DIST types-requests-2.31.0.5.tar.gz 15474 BLAKE2B d1fc25eb9003f47bca74c21d9791aae2830b2242da387e0627e7509a3a52cb417f780fd6c4d5808314000a00b7f0385e1a275d0aaa23e9ecbcfe112290bead7a SHA512 a6df779ddfdc0ad3389d9c5c200bc1b14aefa3d6baf622879789c22230fbd5a3c0a71c0660ddc7abe75a57902abfb356b5c7107136919642d403e6da398c8489
+DIST types-requests-2.31.0.6.tar.gz 15535 BLAKE2B 165bbedb94cf39b271a32c37e58333d0f59b053a3c882c964e5c46f8fe95fba4ce158434714f4352fc426b6c6fcc98e31caf79407d1778c4e514c0a8a6dfe457 SHA512 e35dc869c6192cea6408407fe024c9dcaeac7baa208df250671f0d99d31e36aa20647d3d1823069bdae27b899d1278010ebfc4ad19ef00a922cd1f64636bd521
diff --git a/dev-python/types-requests/types-requests-2.31.0.6.ebuild b/dev-python/types-requests/types-requests-2.31.0.6.ebuild
new file mode 100644
index 0000000000..992925ec37
--- /dev/null
+++ b/dev-python/types-requests/types-requests-2.31.0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for requests"
+HOMEPAGE="
+ https://pypi.org/project/types-requests/
+ https://github.com/python/typeshed/tree/master/stubs/requests
+"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+
+# Depends on _typeshed util stub module bundled with mypy and other type checkers.
+RDEPEND="dev-python/types-urllib3"
next reply other threads:[~2023-10-03 9:34 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-03 9:34 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-15 19:27 [gentoo-commits] repo/proj/guru:master commit in: dev-python/types-requests/ Andrew Ammerlaan
2024-07-15 19:27 Andrew Ammerlaan
2024-07-15 19:27 Andrew Ammerlaan
2024-06-27 8:41 David Roman
2024-06-27 8:41 David Roman
2024-03-20 0:40 Julien Roy
2024-03-20 0:40 Julien Roy
2024-02-19 22:00 Julien Roy
2024-02-19 22:00 Julien Roy
2024-01-25 10:49 David Roman
2024-01-25 10:49 David Roman
2023-11-16 10:05 David Roman
2023-11-16 10:05 David Roman
2023-10-06 14:38 David Roman
2023-10-06 14:38 David Roman
2023-10-03 9:34 David Roman
2023-10-03 9:34 David Roman
2023-09-26 13:52 David Roman
2023-09-26 13:52 David Roman
2023-09-24 0:33 David Roman
2023-08-02 16:30 Florian Schmaus
2023-08-02 16:30 Florian Schmaus
2023-05-29 20:57 Florian Schmaus
2023-05-29 20:57 Florian Schmaus
2023-05-25 2:21 Haelwenn Monnier
2023-05-25 2:21 Haelwenn Monnier
2023-05-12 10:07 Viorel Munteanu
2023-05-12 10:07 Viorel Munteanu
2022-06-28 15:38 Arthur Zamarin
2022-06-14 18:35 Haelwenn Monnier
2022-05-30 12:55 Andrew Ammerlaan
2022-04-05 2:14 Ronny Gutbrod
2022-03-29 11:12 Florian Schmaus
2022-03-26 0:31 Ronny Gutbrod
2021-11-03 11:12 Andrew Ammerlaan
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=1696290869.846279ae9cc85f29f30d9e6c08d67fe7ce02320b.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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