commit: d6974389681c26493ef4deb3ff7081808171b3df Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Oct 14 20:17:04 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Oct 14 20:22:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6974389
dev-python/types-requests: initial import Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/types-requests/Manifest | 1 + dev-python/types-requests/metadata.xml | 12 ++++++++++++ .../types-requests/types-requests-2.25.10.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest new file mode 100644 index 000000000..97ec83787 --- /dev/null +++ b/dev-python/types-requests/Manifest @@ -0,0 +1 @@ +DIST types-requests-2.25.10.tar.gz 14029 BLAKE2B fcb5732516a0a983d69688b259d92904f6bf4a7798e10e33d848cff791774424c1473bd357d39d290fa6fd3fda12069231b1b741dc6d6bdf96abf1a56b2ecfeb SHA512 9a724471be23ec2d875f48de8238a99a68bcae360fdbcad35f2e4261fb8d87250784e25454589f6d5ce1b4b563ae553b0807ae1db8f407f006082c671c9ca260 diff --git a/dev-python/types-requests/metadata.xml b/dev-python/types-requests/metadata.xml new file mode 100644 index 000000000..a17a03bb9 --- /dev/null +++ b/dev-python/types-requests/metadata.xml @@ -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>[email protected]</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> diff --git a/dev-python/types-requests/types-requests-2.25.10.ebuild b/dev-python/types-requests/types-requests-2.25.10.ebuild new file mode 100644 index 000000000..f250f585f --- /dev/null +++ b/dev-python/types-requests/types-requests-2.25.10.ebuild @@ -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"
