mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/types-requests: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-python/types-requests/Manifest
Normal file
1
dev-python/types-requests/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST types-requests-2.25.10.tar.gz 14029 BLAKE2B fcb5732516a0a983d69688b259d92904f6bf4a7798e10e33d848cff791774424c1473bd357d39d290fa6fd3fda12069231b1b741dc6d6bdf96abf1a56b2ecfeb SHA512 9a724471be23ec2d875f48de8238a99a68bcae360fdbcad35f2e4261fb8d87250784e25454589f6d5ce1b4b563ae553b0807ae1db8f407f006082c671c9ca260
|
||||
12
dev-python/types-requests/metadata.xml
Normal file
12
dev-python/types-requests/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/python/typeshed/issues</bugs-to>
|
||||
<remote-id type="pypi">types-requests</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
dev-python/types-requests/types-requests-2.25.10.ebuild
Normal file
19
dev-python/types-requests/types-requests-2.25.10.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user