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, 15 Sep 2021 20:26:17
Message-Id: 1631737561.c68944dc8bec78cffb64c5f8c9974420230669fb.mgorny@gentoo
1 commit: c68944dc8bec78cffb64c5f8c9974420230669fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 19:51:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 15 20:26:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68944dc
7
8 dev-python/requests-cache: Bump to 0.8.1
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.8.1.ebuild | 54 ++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/dev-python/requests-cache/Manifest b/dev-python/requests-cache/Manifest
17 index 9c4b50f67c4..d707c4a20b5 100644
18 --- a/dev-python/requests-cache/Manifest
19 +++ b/dev-python/requests-cache/Manifest
20 @@ -5,3 +5,4 @@ DIST requests-cache-0.7.3.gh.tar.gz 1182825 BLAKE2B bc2b936f3b13388c23c344119a0a
21 DIST requests-cache-0.7.4.gh.tar.gz 1254975 BLAKE2B f0df6ac156665f8eed8850e153bfa3738d8c6677ff1613a54fcbf3208861c590e5e0ede3d5c30eeda36dcd709390402a020e03a0180e701e0751c5c982903a35 SHA512 684a3182135b6a31816629c8b4a174b52a629e964a5862573df1ac6e9e9b5cb807d1661a3a6daf8cc4b2a0f6778bd780d822a2f6c409242aa090c6565adf0aab
22 DIST requests-cache-0.7.5.gh.tar.gz 1254930 BLAKE2B 7dec609d8e5d5570247bc45c33763bc35006104082235575feb336d1d386a36d18ef1e4403703aa532bc5c8e1f7cf4f741aa91bb94be4bd1fd85fe7cc9adb9b1 SHA512 656791e54f7c8dfd6518054434aa4dd03e5ce027fb36b38675d99284536abefb11883f53c6ec2f11e3f8efb473f0d1e9cede100eac82005ee023b7778848f588
23 DIST requests-cache-0.8.0.gh.tar.gz 1642151 BLAKE2B e341707b2473438a8c4155350bce3e0fc712537692991e23965aa6504e8eed735caae8b103896bd324882a8f73f13f36b23b329c3c155864c1b7665c6bcc4e2a SHA512 b9f1769f70b33f128aacf05a2251f9d2511649a4e80cb702c14ac3fcbfaf72d1049a5792a295286b6969985320a0d5a87ef81bfe3bacbbc200042ba51889b7ea
24 +DIST requests-cache-0.8.1.gh.tar.gz 1540290 BLAKE2B ac9d7cdaa553400484776236b13f356e4e80a7c3aa5e63563dad860302cb421b7ceeb61e80af436cf9559467c4b2cd5e8363ae05e703661b88bf3ac04601ee30 SHA512 245ee7059afab50f32af9c8831fe11c14d5bd53fe6bbf02e5844974e0e5ea6c33e005f234485f245ee418ae03277c6e2cc41046a385ff138e58785cf37b119ea
25
26 diff --git a/dev-python/requests-cache/requests-cache-0.8.1.ebuild b/dev-python/requests-cache/requests-cache-0.8.1.ebuild
27 new file mode 100644
28 index 00000000000..61afa9af045
29 --- /dev/null
30 +++ b/dev-python/requests-cache/requests-cache-0.8.1.ebuild
31 @@ -0,0 +1,54 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml
38 +PYTHON_COMPAT=( python3_{8..10} )
39 +PYTHON_REQ_USE="sqlite"
40 +
41 +inherit distutils-r1
42 +
43 +HOMEPAGE="
44 + https://pypi.org/project/requests-cache/
45 + https://github.com/reclosedev/requests-cache/"
46 +DESCRIPTION="Persistent cache for requests library"
47 +SRC_URI="
48 + https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
49 + -> ${P}.gh.tar.gz"
50 +
51 +LICENSE="BSD"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +
55 +RDEPEND="
56 + dev-python/cattrs[${PYTHON_USEDEP}]
57 + dev-python/itsdangerous[${PYTHON_USEDEP}]
58 + >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
59 + >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
60 +BDEPEND="
61 + test? (
62 + dev-python/pytest-httpbin[${PYTHON_USEDEP}]
63 + dev-python/requests-mock[${PYTHON_USEDEP}]
64 + dev-python/responses[${PYTHON_USEDEP}]
65 + dev-python/timeout-decorator[${PYTHON_USEDEP}]
66 + )"
67 +
68 +distutils_enable_tests pytest
69 +
70 +python_test() {
71 + local EPYTEST_IGNORE=(
72 + # These require extra servers running
73 + tests/integration/test_dynamodb.py
74 + tests/integration/test_gridfs.py
75 + tests/integration/test_mongodb.py
76 + tests/integration/test_redis.py
77 + )
78 + local EPYTEST_DESELECT=(
79 + # Requires Internet access
80 + tests/integration/test_compat.py::test_version_upgrade
81 + )
82 +
83 + local -x USE_PYTEST_HTTPBIN=true
84 + epytest
85 +}