removed obsolete dev-python/requests-file available in upstream.

This commit is contained in:
Micha Glave 2021-02-25 14:34:36 +01:00
parent e01819d3df
commit 9a3ec2319a
2 changed files with 0 additions and 27 deletions

View File

@ -1,2 +0,0 @@
DIST requests-file-1.4.3.tar.gz 6010 BLAKE2B eb21d76eb80340b302ab25941139493c6a182b4045b695ca2abdf2f948f1302789dc0fe78fba38b12bd52d609dcc75e5a20b20f8ad82f4e9bf06f0dbbf45f974 SHA512 30998998513ce9f21cdc37b9174f8236887aa2a40789f70f6fbfd7977059acad2edcf06e3db112f8ee59fdc9536174898229e926f680021232a16482d1a932b5
EBUILD requests-file-1.4.3.ebuild 605 BLAKE2B a71d41249b59ba150b0dc65835f2bf35c424234e925e0dc6a1043ade268933109d253b380513e335bc92420b5e00704b242685db690b8dbbe9fc04149dbbf341 SHA512 9327fe70c6b8f9a234309d34b31a1f1cbef45e68d2c851efc0e80c606defc4132a2279d5f0349dddb83f456d7955f7aeb6e87c38e13c4d391c12eb94f9c39c53

View File

@ -1,25 +0,0 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1
DESCRIPTION="Requests-File is a transport adapter via file:// for Requests library."
HOMEPAGE="https://github.com/dashea/requests-file"
GITHUB_USER="dashea"
GITHUB_TAG="${PV}"
SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/${GITHUB_TAG}.tar.gz -> ${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="
>=dev-python/requests-1.1[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
BDEPEND=""