guru/dev-python/types-requests/types-requests-2.25.10.ebuild
Alessandro Barbieri d697438968
dev-python/types-requests: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-10-14 22:22:16 +02:00

20 lines
434 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Typing stubs for requests"
HOMEPAGE="
https://pypi.org/project/types-requests
https://github.com/python/typeshed/tree/master/stubs/requests
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64"