Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-file/
Date: Wed, 29 Jun 2022 03:56:24
Message-Id: 1656474973.31bab0b91815f807a3721503d1810bf0f83d1be3.mgorny@gentoo
1 commit: 31bab0b91815f807a3721503d1810bf0f83d1be3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 03:50:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 03:56:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bab0b9
7
8 dev-python/requests-file: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../requests-file/requests-file-1.5.1-r1.ebuild | 23 ----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/requests-file/requests-file-1.5.1-r1.ebuild b/dev-python/requests-file/requests-file-1.5.1-r1.ebuild
16 deleted file mode 100644
17 index 887739b3d06a..000000000000
18 --- a/dev-python/requests-file/requests-file-1.5.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="File transport adapter for Requests"
31 -HOMEPAGE="https://pypi.org/project/requests-file/"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="Apache-2.0"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm64 x86"
37 -
38 -RDEPEND="
39 - dev-python/requests[${PYTHON_USEDEP}]
40 - dev-python/six[${PYTHON_USEDEP}]
41 -"
42 -
43 -distutils_enable_tests pytest