diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-29 09:08:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-29 09:30:32 +0200 |
commit | ddc50245fe7f61dfacab83fd77365930cafa3b07 (patch) | |
tree | 53617fa0a5d6c7aa14a7a047cbbfe5a2cfb9c9f2 /dev-python/requestsexceptions | |
parent | dev-python/repoze-lru: Remove redundant versions (diff) | |
download | gentoo-ddc50245fe7f61dfacab83fd77365930cafa3b07.tar.gz gentoo-ddc50245fe7f61dfacab83fd77365930cafa3b07.tar.bz2 gentoo-ddc50245fe7f61dfacab83fd77365930cafa3b07.zip |
dev-python/requestsexceptions: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requestsexceptions')
-rw-r--r-- | dev-python/requestsexceptions/Manifest | 1 | ||||
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/requestsexceptions/Manifest b/dev-python/requestsexceptions/Manifest index df7186700c16..2b1f5cb758a9 100644 --- a/dev-python/requestsexceptions/Manifest +++ b/dev-python/requestsexceptions/Manifest @@ -1,2 +1 @@ -DIST requestsexceptions-1.1.3.tar.gz 6606 BLAKE2B 7dbbdc095ba1ec20b41a3c7a0dcef5f10fbcd8d9f6bfc9082bde09a23a9d75f1be96f79b74551691d038b758a7d7bd1568842be9fd139a4c4d3279e63376db9d SHA512 33a848b04db500b3481b7df2553e244e1967e5124de1606f73fb38f0b2681253ca2bd921386ce50f1144a8dc8d6f8e07be058a3d9f13c7831f77cade0a42fd38 DIST requestsexceptions-1.4.0.tar.gz 6880 BLAKE2B 7539cb7993de817a9d22db3f2e1121b65850cc80723c149243e6e540df7f1229abf66a5a443ca41eb855510caa3f10ca6829d89ad39745fe8180359a92037cff SHA512 f631fa650a969ccc74eebfe7522b16e969de4bf48b6f7140eba46a301cfc5a56b9a8354785990daabae025a8175f6b62bf0870d73468d96ba92fa09f4ef3c566 diff --git a/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild deleted file mode 100644 index cec3c0fa401a..000000000000 --- a/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Finds the correct path to exceptions in the requests library." -HOMEPAGE="https://github.com/openstack-infra/requestsexceptions" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND="${CDEPEND}" |