mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/types-requests: add 2.31.0.2
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST types-requests-2.31.0.1.tar.gz 15151 BLAKE2B cd0509f711842cc358aaeb62782da075dbc0046e5f075f0422f2aac3faf1e4f7fd1e8a4a81c3aba6c9da70645d2dda214e5b3796e66d2fbe90a587fb51ee68ba SHA512 381f5983c4c128c43139038a57a57148fa8e951c3e78d52dce9a3b0a0ebefeb7dba130b24f2a62cf5bca78e04285aee7ad22af26a06cb3d659a525d050bc9e45
|
||||
DIST types-requests-2.31.0.2.tar.gz 15293 BLAKE2B 84028b7732acd481b1898a492a1bbcb08f7fe5fe17e44d37e7b2b439275e7e38e660f07b0d28e80e741448d6e5c1fab1c99dd1cc6c52badd332e9a3f2568037e SHA512 848def44e7f43c23c3db80069c29186ca21446da2854652014bd3717af16544b4e05234310d0c2b8889d629e7aad949738f3cbbf2c44824e13a09e1c0d4689f4
|
||||
|
||||
22
dev-python/types-requests/types-requests-2.31.0.2.ebuild
Normal file
22
dev-python/types-requests/types-requests-2.31.0.2.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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"
|
||||
|
||||
RDEPEND="dev-python/types-urllib3"
|
||||
Reference in New Issue
Block a user