From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flexmock/
Date: Sat, 30 Mar 2024 05:53:12 +0000 (UTC) [thread overview]
Message-ID: <1711777461.c3d34e5689620e167f8dd60774a1b908a4b07efd.mgorny@gentoo> (raw)
commit: c3d34e5689620e167f8dd60774a1b908a4b07efd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 05:44:21 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 05:44:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d34e56
dev-python/flexmock: Bump to 0.12.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flexmock/Manifest | 1 +
dev-python/flexmock/flexmock-0.12.1.ebuild | 32 ++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/flexmock/Manifest b/dev-python/flexmock/Manifest
index c5a2768f05b0..f284a92a80a0 100644
--- a/dev-python/flexmock/Manifest
+++ b/dev-python/flexmock/Manifest
@@ -1,2 +1,3 @@
DIST flexmock-0.11.3.tar.gz 52509 BLAKE2B 5246cedb3cae7aeb4ddee9158bc365be13bf81443711456a84abd3dfb30c8ea7cbca8fbce618efe26d33bc8185a9d7a52f1532934f7aad5fa11296ef21731963 SHA512 38387529d8b7e359cf6e578c9be8ae028cd28929567267bce1bb7f44032c00480520335315bb1c510229728e1101aa379b809fb89aeddafd19590e38e7ebdcf2
DIST flexmock-0.12.0.tar.gz 52704 BLAKE2B fdae0ff50971359a9e27bb70173f10ee093d6dd9e5c70c893b7ef4392f6181472b7fbe6f6b277a1267032731cad9387d01af6e20eaddae42aab08ad4464032fb SHA512 2e0e1169b16c7fe6d251014fa7402aa8dfa8bda953d5e973d9f28964085556a8db9a3be84a37271878604f0d1b54f4c1da8af2d03e43cba9d4f2f8df3ba1f410
+DIST flexmock-0.12.1.tar.gz 52765 BLAKE2B 5b1317ff0d9b1a14d58b47d558a88f38ff7aef40fd349d0e70e9d9688a89b0464419aca953ba481afe3f4ccf88217b76c34e8bf1a053c62caaa1f9877ad35183 SHA512 898876695e9eff4fc37a9d3f6b93a34869500a3ce740e7c43cd4c4317ba59f2ea16ec11b4094037e6b56755047584870fa3af27a041003eb6200d79b3a716e63
diff --git a/dev-python/flexmock/flexmock-0.12.1.ebuild b/dev-python/flexmock/flexmock-0.12.1.ebuild
new file mode 100644
index 000000000000..41a96f891538
--- /dev/null
+++ b/dev-python/flexmock/flexmock-0.12.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Testing library to create mocks, stubs and fakes"
+HOMEPAGE="https://flexmock.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_IGNORE=(
+ tests/test_teamcity.py
+ tests/test_testtools.py
+ tests/test_unittest.py
+ )
+ epytest -p no:flaky
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ dodoc -r docs
+}
next reply other threads:[~2024-03-30 5:53 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-30 5:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/flexmock/ Michał Górny
2025-01-18 10:03 Michał Górny
2025-01-18 8:56 Arthur Zamarin
2024-12-28 7:53 Michał Górny
2024-05-17 17:48 Michał Górny
2024-04-13 17:49 Michał Górny
2024-04-13 16:39 Arthur Zamarin
2024-03-17 3:31 Michał Górny
2023-11-24 14:34 Michał Górny
2023-05-28 18:43 Arthur Zamarin
2023-05-02 20:50 Sam James
2023-03-16 3:50 Michał Górny
2023-03-09 8:12 Arthur Zamarin
2022-06-04 19:04 Michał Górny
2022-05-12 19:09 Arthur Zamarin
2022-03-15 14:10 Michał Górny
2022-03-15 14:10 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-02-13 9:39 Michał Górny
2022-02-10 7:58 Michał Górny
2022-01-06 20:14 Arthur Zamarin
2021-12-10 17:12 Arthur Zamarin
2021-12-10 12:02 Jakov Smolić
2021-11-13 9:54 Michał Górny
2021-11-13 9:42 Jakov Smolić
2021-11-10 7:49 Arthur Zamarin
2021-10-11 23:28 Sam James
2021-09-25 19:56 Sam James
2021-09-17 8:31 Michał Górny
2021-09-16 19:04 Marek Szuba
2021-09-15 2:32 Sam James
2021-09-04 22:07 Michał Górny
2021-09-04 22:07 Michał Górny
2021-08-30 8:40 Lars Wendler
2021-08-28 6:53 Michał Górny
2021-08-24 18:17 Arthur Zamarin
2021-07-27 11:36 Marek Szuba
2021-06-05 13:52 Michał Górny
2021-03-04 4:19 Sam James
2021-03-04 4:19 Sam James
2020-06-21 16:54 Agostino Sarubbo
2020-04-23 23:24 Marek Szuba
2020-03-27 9:16 Michał Górny
2019-03-26 8:58 Lars Wendler
2019-02-14 13:38 Lars Wendler
2018-05-02 17:05 Michał Górny
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=1711777461.c3d34e5689620e167f8dd60774a1b908a4b07efd.mgorny@gentoo \
--to=mgorny@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