summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-17 11:25:55 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-17 11:25:55 +0200
commitd9b95fdfa581b5ce48f6ce550727e727ee29d006 (patch)
treed289da274caf8a924f10261989307b8c6ead6545 /dev-python/requests-file/requests-file-1.4.3.ebuild
parentdev-python/radon: Remove old (diff)
downloadgentoo-d9b95fdfa581b5ce48f6ce550727e727ee29d006.tar.gz
gentoo-d9b95fdfa581b5ce48f6ce550727e727ee29d006.tar.bz2
gentoo-d9b95fdfa581b5ce48f6ce550727e727ee29d006.zip
dev-python/requests-file: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-file/requests-file-1.4.3.ebuild')
-rw-r--r--dev-python/requests-file/requests-file-1.4.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/requests-file/requests-file-1.4.3.ebuild b/dev-python/requests-file/requests-file-1.4.3.ebuild
deleted file mode 100644
index 638fd50bc926..000000000000
--- a/dev-python/requests-file/requests-file-1.4.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-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 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"