commit:     57757b58487389ee79c10dcd6b3d2827be382c2d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 18:04:09 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 29 18:26:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57757b58

dev-python/requests-file: EAPI=8, USE pep517

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../requests-file/requests-file-1.5.1-r2.ebuild    | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-python/requests-file/requests-file-1.5.1-r2.ebuild 
b/dev-python/requests-file/requests-file-1.5.1-r2.ebuild
new file mode 100644
index 000000000000..26a8b97f4dcd
--- /dev/null
+++ b/dev-python/requests-file/requests-file-1.5.1-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="File transport adapter for Requests"
+HOMEPAGE="https://pypi.org/project/requests-file/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+       dev-python/requests[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

Reply via email to