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/moto/
Date: Fri, 05 Jan 2018 09:37:04
Message-Id: 1515145002.81cfbff08ea89cc779469f8cb6ba6ca985279173.mgorny@gentoo
1 commit: 81cfbff08ea89cc779469f8cb6ba6ca985279173
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 23:35:40 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 09:36:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cfbff0
7
8 dev-python/moto: Clean old up
9
10 dev-python/moto/Manifest | 1 -
11 dev-python/moto/moto-0.4.22-r1.ebuild | 32 --------------------------------
12 2 files changed, 33 deletions(-)
13
14 diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
15 index ad51bb96113..de5f905db66 100644
16 --- a/dev-python/moto/Manifest
17 +++ b/dev-python/moto/Manifest
18 @@ -1,3 +1,2 @@
19 -DIST moto-0.4.22.tar.gz 192878 BLAKE2B edb06dd3271aadc067bd2f3fffe5b388f68d0be18f727c893eb9589bc5874072d274dbc726a8f000c482ef5dae4e6ade52a606e6a314a305c58959198aabedd5 SHA512 7a5f1f43dbf6202696705c52a35fde4e046febd403b1e1b0a7e98ae25e881c6a86c29d2f27841db5ce8fe34689cd00ff4d2d711cbfc8817723d2dfa675379f8c
20 DIST moto-0.4.30.tar.gz 614008 BLAKE2B 2868ab25414e488299cb521ce814239698466d69e806245fd86ceb9d5835d08fa530f2da0a5a16f595a88b3c0e421cc264f361bc68d31841726896826240fbab SHA512 ece27979911f46adbb0aec9aa3755b13c09ced00b24ea136ab9c8a8a992550e9c38dac15d8b0c71822953f070761083253ee5fb5cbe44a4b108d140ab4407699
21 DIST moto-1.0.1.tar.gz 731617 BLAKE2B 6f20c07c0635a8c10f8f70530aeaac5ed7c2136d4fc87ff57774a95f4d2e1ea8cf1100b9f0871b29138cec9059de5746a9c01104d856f8248edbb648cc4a78e0 SHA512 3171ea3e8f9d267960a7b82caf7e42b86fceba5a80e96d35b849e4e72b7fc6aed94090161219a520f9c1b4050f7de12e0f6c0d560ab1f90ca43fc0387b62d377
22
23 diff --git a/dev-python/moto/moto-0.4.22-r1.ebuild b/dev-python/moto/moto-0.4.22-r1.ebuild
24 deleted file mode 100644
25 index 7f7c6c56b9f..00000000000
26 --- a/dev-python/moto/moto-0.4.22-r1.ebuild
27 +++ /dev/null
28 @@ -1,32 +0,0 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=5
33 -PYTHON_COMPAT=( python{2_7,3_4} )
34 -
35 -inherit distutils-r1
36 -
37 -DESCRIPTION="Mock library for boto"
38 -HOMEPAGE="https://github.com/spulec/moto"
39 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="Apache-2.0"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -
45 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
46 -RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]
47 - >=dev-python/boto-2.20.0[${PYTHON_USEDEP}]
48 - dev-python/dicttoxml[${PYTHON_USEDEP}]
49 - dev-python/flask[${PYTHON_USEDEP}]
50 - >=dev-python/httpretty-0.8.10[${PYTHON_USEDEP}]
51 - dev-python/requests[${PYTHON_USEDEP}]
52 - dev-python/xmltodict[${PYTHON_USEDEP}]
53 - dev-python/six[${PYTHON_USEDEP}]
54 - dev-python/werkzeug[${PYTHON_USEDEP}]"
55 -
56 -python_prepare_all() {
57 - distutils-r1_python_prepare_all
58 - sed -e "s/httpretty==0.8.10/httpretty>=0.8.10/" -i setup.py
59 -
60 -}