Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-requests/
Date: Thu, 14 Oct 2021 20:22:26
Message-Id: 1634242936.d6974389681c26493ef4deb3ff7081808171b3df.Alessandro-Barbieri@gentoo
1 commit: d6974389681c26493ef4deb3ff7081808171b3df
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 14 20:17:04 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Oct 14 20:22:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6974389
7
8 dev-python/types-requests: initial import
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/types-requests/Manifest | 1 +
13 dev-python/types-requests/metadata.xml | 12 ++++++++++++
14 .../types-requests/types-requests-2.25.10.ebuild | 19 +++++++++++++++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest
18 new file mode 100644
19 index 000000000..97ec83787
20 --- /dev/null
21 +++ b/dev-python/types-requests/Manifest
22 @@ -0,0 +1 @@
23 +DIST types-requests-2.25.10.tar.gz 14029 BLAKE2B fcb5732516a0a983d69688b259d92904f6bf4a7798e10e33d848cff791774424c1473bd357d39d290fa6fd3fda12069231b1b741dc6d6bdf96abf1a56b2ecfeb SHA512 9a724471be23ec2d875f48de8238a99a68bcae360fdbcad35f2e4261fb8d87250784e25454589f6d5ce1b4b563ae553b0807ae1db8f407f006082c671c9ca260
24
25 diff --git a/dev-python/types-requests/metadata.xml b/dev-python/types-requests/metadata.xml
26 new file mode 100644
27 index 000000000..a17a03bb9
28 --- /dev/null
29 +++ b/dev-python/types-requests/metadata.xml
30 @@ -0,0 +1,12 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>lssndrbarbieri@×××××.com</email>
36 + <name>Alessandro Barbieri</name>
37 + </maintainer>
38 + <upstream>
39 + <bugs-to>https://github.com/python/typeshed/issues</bugs-to>
40 + <remote-id type="pypi">types-requests</remote-id>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/dev-python/types-requests/types-requests-2.25.10.ebuild b/dev-python/types-requests/types-requests-2.25.10.ebuild
45 new file mode 100644
46 index 000000000..f250f585f
47 --- /dev/null
48 +++ b/dev-python/types-requests/types-requests-2.25.10.ebuild
49 @@ -0,0 +1,19 @@
50 +# Copyright 1999-2021 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=8
54 +
55 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
56 +
57 +inherit distutils-r1
58 +
59 +DESCRIPTION="Typing stubs for requests"
60 +HOMEPAGE="
61 + https://pypi.org/project/types-requests
62 + https://github.com/python/typeshed/tree/master/stubs/requests
63 +"
64 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65 +
66 +SLOT="0"
67 +LICENSE="Apache-2.0"
68 +KEYWORDS="~amd64"