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-cache/
Date: Wed, 07 Oct 2020 10:16:55
Message-Id: 1602065808.0775fb22912f89850dcccc66c364b38ec1fd076f.mgorny@gentoo
1 commit: 0775fb22912f89850dcccc66c364b38ec1fd076f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 08:12:45 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 10:16:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0775fb22
7
8 dev-python/requests-cache: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/requests-cache/Manifest | 1 -
13 .../requests-cache/requests-cache-0.4.12-r1.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/requests-cache/Manifest b/dev-python/requests-cache/Manifest
17 index fa46d4c925e..8f1ffcb456e 100644
18 --- a/dev-python/requests-cache/Manifest
19 +++ b/dev-python/requests-cache/Manifest
20 @@ -1,2 +1 @@
21 -DIST requests-cache-0.4.12.zip 44767 BLAKE2B f328d8ae8e3377af626030a6e3617c78e488024fa4ada9894576d339e571ba8ee6d905612ddc2802810bbeffbd8c94d90c743889e80fbf21418a7c67c5a005f6 SHA512 784d630eec99b607596d6ebcb7e51b0b4ed612b131437000391ecea6f3a684d1f61d169d57266ffc044a3939dcd4e7d6f85b9538165ae3613b1d3e55f18585fd
22 DIST requests-cache-0.5.2.tar.gz 31159 BLAKE2B 4fca146a751064baf70954a71df64dbb7f8c9a4e27fec5dbea3620496ce78e7ccfb3785fb63705f513ff6fa938376b0c6acc4a2f584856060b1bc8388517df46 SHA512 355cc571a46b768615606a907a69ed065b3c4b5e74bb6c311abc7a28d9406f32fdea1db0dfd2b1c32dcdc82ed817ef7e0b30086c069de57307254617604c5177
23
24 diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
25 deleted file mode 100644
26 index 063d69b1302..00000000000
27 --- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="7"
34 -
35 -PYTHON_COMPAT=( python3_{6,7,8} )
36 -
37 -inherit distutils-r1
38 -
39 -HOMEPAGE="https://pypi.org/project/requests-cache/"
40 -DESCRIPTION="Persistent cache for requests library"
41 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="doc"
47 -
48 -# Portage only has versions of request >= minimum border
49 -RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
50 -DEPEND="
51 - app-arch/unzip"
52 -
53 -distutils_enable_sphinx docs
54 -# Testsuite excels in tests connecting to the network via local server daemons
55 -#distutils_enable_tests setup.py