mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-python/types-requests: add 2.31.0.10
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
parent
3bc39fb935
commit
bdc5a9ccc4
@ -1,2 +1,3 @@
|
||||
DIST types-requests-2.31.0.10.tar.gz 16198 BLAKE2B a69ad9e54bb2cf186f5f66e099e837131819e4106ff946eeb3b25a9c0eea0eba5cd8cb8c82dad24071cac25960a159a82583c2529d62ef162e9eaae3718abee5 SHA512 15d4d6c9714fa32042bf77c283d681011198e925a2c3eb4e7ff3038c46fb09983ff96f33f1ec170f1408a494458c53d8e7bbbf04052f0978f696884bdfcfa8a9
|
||||
DIST types-requests-2.31.0.6.tar.gz 15535 BLAKE2B 165bbedb94cf39b271a32c37e58333d0f59b053a3c882c964e5c46f8fe95fba4ce158434714f4352fc426b6c6fcc98e31caf79407d1778c4e514c0a8a6dfe457 SHA512 e35dc869c6192cea6408407fe024c9dcaeac7baa208df250671f0d99d31e36aa20647d3d1823069bdae27b899d1278010ebfc4ad19ef00a922cd1f64636bd521
|
||||
DIST types-requests-2.31.0.8.tar.gz 15960 BLAKE2B 141a6f5594685f6d2c90ee95b55cee78fa862768e201e1a4597c9bbf6a555d4e60ecc61f0120f79db3c8677e78c2e701093605b7bd89cf4d8d34aeece126ed08 SHA512 b551299283fab5761788df032eb5de75041bf9c2f94fff5fc2b679f116714b5b6b197f7a87dc610f8431e8a53994665ca86de735363bfeaa15ca278c2639746d
|
||||
|
23
dev-python/types-requests/types-requests-2.31.0.10.ebuild
Normal file
23
dev-python/types-requests/types-requests-2.31.0.10.ebuild
Normal file
@ -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..12} 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/urllib3-2"
|
Loading…
x
Reference in New Issue
Block a user