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: Sun, 29 Aug 2021 06:57:13
Message-Id: 1630220219.5d89fc798a6c891336c9aaafd23e1c9d3a1a647e.mgorny@gentoo
1 commit: 5d89fc798a6c891336c9aaafd23e1c9d3a1a647e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 29 06:16:30 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 29 06:56:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d89fc79
7
8 dev-python/moto: Bump to 2.2.6
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/moto/Manifest | 1 +
13 dev-python/moto/moto-2.2.6.ebuild | 73 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 74 insertions(+)
15
16 diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
17 index 418a3384b0b..62910599a49 100644
18 --- a/dev-python/moto/Manifest
19 +++ b/dev-python/moto/Manifest
20 @@ -5,3 +5,4 @@ DIST moto-2.2.2.tar.gz 1684678 BLAKE2B ebe1eb08c67ccdb8c484fa8fc75d7ce58750d9462
21 DIST moto-2.2.3.tar.gz 1700636 BLAKE2B 926fe245ce457dd79eef6780fc0b984d2ff1cbe95807a3463f0d0080583af2ba356ccfcce22e60927737e1531ec7bc167c5f649e784b191ec821aa56df65277d SHA512 0b46229ae06db7cb2634df3f1b3b1a6b6fc983978a763e8879db0d9e209ccc6b96b28e8e2ee40f6e1a8e39b74d7a2430788126220e3a7dab5e8df217c3c8c005
22 DIST moto-2.2.4.tar.gz 1724663 BLAKE2B 3feb39bec246a8157aa542c711289ab0ca257ec510835cd48aa732c3f07903db857971e3d024c1aef35b5a0b55b7c4ecef2b319824c1d76f0076ab8d2d75329e SHA512 8acd8a3156db71af35ad0ac6a5105a6b7739d8ca9881a2cb091637830bc6fbb10d8bf6adfd1a1091556f9269fad737b345d2bdf50e09b54201fe7438674dd906
23 DIST moto-2.2.5.tar.gz 1737336 BLAKE2B 450861edc607b9175cd72f29923e3259b81ce3a6e02302eb74486946cd8f6ebe8c15c61f6fd6da66d821b148924a0de1bcaf4e46ce6a5a751f7817d42450ea96 SHA512 27c04690d55647c7b43b342647f9a37f47ec3656c96aad8b6572c57752d555a77ecce3670e3cc5397318423ed179632fd79562a8b3a209049d74bf6e2a4bd51d
24 +DIST moto-2.2.6.tar.gz 1750177 BLAKE2B 0ea94b8a46e212bbf6556c1fc1ec439ea83f1d1dbbaea2e494d58c3f33e68c8397a243b19de45f4ef500482d510a0f2bf99bd9a85e784b02e7c174be3de4e0c9 SHA512 562e43f0d323a16c6a1fc69775b82c904c8a89df528a5ca4b383288d3749c15482f80befdb261bfd30de978f45ae4b6cbca4ffe33391dfcee8002ea604741b60
25
26 diff --git a/dev-python/moto/moto-2.2.6.ebuild b/dev-python/moto/moto-2.2.6.ebuild
27 new file mode 100644
28 index 00000000000..349a06d68b9
29 --- /dev/null
30 +++ b/dev-python/moto/moto-2.2.6.ebuild
31 @@ -0,0 +1,73 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..9} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Mock library for boto"
41 +HOMEPAGE="https://github.com/spulec/moto"
42 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
47 +
48 +RDEPEND="
49 + >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
50 + $(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_{6,7})
51 + dev-python/boto[${PYTHON_USEDEP}]
52 + dev-python/cfn-lint[${PYTHON_USEDEP}]
53 + >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
54 + dev-python/cookies[${PYTHON_USEDEP}]
55 + >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
56 + >=dev-python/idna-2.5[${PYTHON_USEDEP}]
57 + >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
58 + >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
59 + >=dev-python/boto3-1.9.201[${PYTHON_USEDEP}]
60 + >=dev-python/botocore-1.12.201[${PYTHON_USEDEP}]
61 + dev-python/flask[${PYTHON_USEDEP}]
62 + dev-python/flask-cors[${PYTHON_USEDEP}]
63 + dev-python/more-itertools[${PYTHON_USEDEP}]
64 + dev-python/pretty-yaml[${PYTHON_USEDEP}]
65 + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
66 + >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
67 + dev-python/pytz[${PYTHON_USEDEP}]
68 + dev-python/python-dateutil[${PYTHON_USEDEP}]
69 + dev-python/python-jose[${PYTHON_USEDEP}]
70 + dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
71 + >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
72 + >=dev-python/requests-2.5[${PYTHON_USEDEP}]
73 + dev-python/xmltodict[${PYTHON_USEDEP}]
74 + dev-python/werkzeug[${PYTHON_USEDEP}]
75 + dev-python/zipp[${PYTHON_USEDEP}]
76 +"
77 +BDEPEND="
78 + test? (
79 + dev-python/freezegun[${PYTHON_USEDEP}]
80 + dev-python/responses[${PYTHON_USEDEP}]
81 + >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
82 + )
83 +"
84 +
85 +distutils_enable_tests pytest
86 +
87 +python_prepare_all() {
88 + # unpin indirect dep on ecdsa that's supposed to workaround pip bugs
89 + sed -i -e '/ecdsa/s:<0.15::' setup.py || die
90 +
91 + distutils-r1_python_prepare_all
92 +}
93 +
94 +python_test() {
95 + local ignore=(
96 + # incompatible versions?
97 + tests/test_core/test_decorator_calls.py
98 + tests/test_s3/test_s3_classdecorator.py
99 + )
100 +
101 + # pytest-django causes freezegun try to mangle stuff inside django
102 + # which fails when django is not really used
103 + epytest -p no:django -m 'not network' ${ignore[@]/#/--ignore }
104 +}