From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-mock/
Date: Wed, 17 Feb 2016 08:57:20 +0000 (UTC) [thread overview]
Message-ID: <1455699431.92dbfa55746fc69b6b1be2c990a1ec316027996e.jlec@gentoo> (raw)
commit: 92dbfa55746fc69b6b1be2c990a1ec316027996e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 08:48:36 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 08:57:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92dbfa55
dev-python/requests-mock: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/requests-mock/Manifest | 1 +
.../requests-mock/requests-mock-0.7.0.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/requests-mock/Manifest b/dev-python/requests-mock/Manifest
index 38adcd5..518ed05 100644
--- a/dev-python/requests-mock/Manifest
+++ b/dev-python/requests-mock/Manifest
@@ -1,2 +1,3 @@
DIST requests-mock-0.5.1.tar.gz 29729 SHA256 b1b1b864e633418c77f33d333b0fd88cb6123bfb816706b236f7b1db99795056 SHA512 79a270501cfee425af81b5d0ab7fcbebe08eca0ff8f9f57dab769bec7918f44ab7ca4a4b683ae195a5c8c6020d4730cf0c1482f6ff21cbbbea700491cc455903 WHIRLPOOL 87d2591e70dedd8a5bfae485dc0df411e5ed9ad1442f7e5f2d62d134c8e536e09b30f3b8c0f92def4b5c5f5df56fdd21eef9d4fde659ca5605bd17181f593021
DIST requests-mock-0.6.0.tar.gz 31645 SHA256 a1f10ee53fef6aac6ca54cfb8fdb1b7ca6da59d68ea1a8c21ac513211842ad3e SHA512 5c23c1fdd3746f2b3b49508b7f05abb365e0608a32b6ead5d0ef18203bf75ab642626229e96b2e8826216d0f090f1bbd41bdfa78dd56f305a996a57f1e16179e WHIRLPOOL 65af690e429a09bc4358f1b0c387e3fff3faaf962cacd247c11c01ba84f79b3fe06b0dd801e9dab829550a5a340e562aa3ceb6a61e4307c14b5a16fdba8a1a7a
+DIST requests-mock-0.7.0.tar.gz 34722 SHA256 ee2816992d4505596ec3c98c7b4ab57475539ac037d08dd3a81370b1e3cdd568 SHA512 c2046d9291b3c852b986423dd3407c2486476417934aa2c21365fa94d821ebef7e01e90c61c6ab35d186654d3468e4a72505bb157cfb01f287b6d5c0041dc7f8 WHIRLPOOL ff4494eb30d5028aeaf7db1811130ddd3f89c5a0a57c55836fb35aa1ba598c5cb44f95879daa8be3b0aac8f57eb2649349243d5532cbd0ef31adb24c88321f27
diff --git a/dev-python/requests-mock/requests-mock-0.7.0.ebuild b/dev-python/requests-mock/requests-mock-0.7.0.ebuild
new file mode 100644
index 0000000..7c3512b
--- /dev/null
+++ b/dev-python/requests-mock/requests-mock-0.7.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mock out responses from the requests package"
+HOMEPAGE="https://github.com/jamielennox/requests-mock"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
+ test? (
+ dev-python/fixtures[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+ dev-python/testtools[${PYTHON_USEDEP}]
+ )
+"
+RDEPEND="
+ >=dev-python/requests-1.1[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+python_test() {
+ rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
+
+ testr init || die "testr init failed under ${EPYTHON}"
+ testr run || die "testr run failed under ${EPYTHON}"
+}
next reply other threads:[~2016-02-17 8:57 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 8:57 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-17 18:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-mock/ Arthur Zamarin
2025-02-28 13:18 Michał Górny
2024-06-11 19:25 Michał Górny
2024-04-13 14:18 Michał Górny
2024-04-13 13:59 Sam James
2024-03-29 5:16 Michał Górny
2024-03-28 5:55 Michał Górny
2023-09-10 5:27 WANG Xuerui
2023-09-07 20:07 Sam James
2023-09-07 20:07 Sam James
2023-07-10 1:47 Michał Górny
2023-07-09 16:51 Arthur Zamarin
2023-06-09 2:15 Michał Górny
2023-05-31 16:49 Sam James
2023-05-29 7:31 Michał Górny
2023-03-17 15:25 Michał Górny
2022-10-03 8:28 Agostino Sarubbo
2022-10-03 8:24 Agostino Sarubbo
2022-10-03 0:44 Sam James
2022-08-31 18:07 Arthur Zamarin
2022-06-22 11:50 Michał Górny
2022-06-22 10:10 Agostino Sarubbo
2022-05-22 14:52 Andrew Ammerlaan
2022-05-22 14:52 Andrew Ammerlaan
2021-09-02 17:05 Marek Szuba
2021-07-07 22:29 Michał Górny
2021-07-07 2:17 Sam James
2021-07-03 6:29 Michał Górny
2021-07-03 6:17 Agostino Sarubbo
2021-06-05 21:20 Michał Górny
2021-06-05 20:35 Sam James
2021-05-28 7:34 Michał Górny
2021-04-30 12:22 Michał Górny
2021-04-28 10:24 Michał Górny
2021-04-28 8:16 Michał Górny
2020-08-07 1:10 Sam James
2020-07-11 8:22 Michał Górny
2020-07-11 8:22 Michał Górny
2020-07-09 8:59 Agostino Sarubbo
2020-06-09 20:06 Michał Górny
2020-05-18 13:23 Michał Górny
2020-05-04 12:17 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-05-03 7:08 Michał Górny
2020-02-29 0:46 Louis Sautier
2020-02-29 0:46 Louis Sautier
2020-02-25 8:17 Georgy Yakovlev
2020-02-05 21:21 Michał Górny
2018-07-24 23:10 Louis Sautier
2018-07-24 22:59 Louis Sautier
2018-06-27 13:16 Louis Sautier
2018-03-10 14:56 Pacho Ramos
2017-10-04 8:57 Michał Górny
2017-03-26 4:16 Matt Thode
2017-02-27 5:29 Zac Medico
2017-02-27 4:27 Matt Thode
2016-11-06 21:39 Matt Thode
2016-06-29 18:18 Patrick Lauer
2016-02-09 9:33 Justin Lecher
2015-11-03 19:32 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455699431.92dbfa55746fc69b6b1be2c990a1ec316027996e.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox