public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flexmock/
Date: Thu, 14 Feb 2019 13:38:45 +0000 (UTC)	[thread overview]
Message-ID: <1550151519.38e96b4dd741aa45c272dff9207bb7449c200cdb.polynomial-c@gentoo> (raw)

commit:     38e96b4dd741aa45c272dff9207bb7449c200cdb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 14 13:38:39 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Feb 14 13:38:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e96b4d

dev-python/flexmock: Bump to version 0.10.3

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-python/flexmock/Manifest               |  1 +
 dev-python/flexmock/flexmock-0.10.3.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/flexmock/Manifest b/dev-python/flexmock/Manifest
index 3d1cb4b6979..5733f144853 100644
--- a/dev-python/flexmock/Manifest
+++ b/dev-python/flexmock/Manifest
@@ -1 +1,2 @@
 DIST flexmock-0.10.2.tar.gz 44425 BLAKE2B e49db5b7a4a739f72a2560c52d0493cc284641f7c54d11e67a4c40ae3681ed2ca22fdc17c9f8ffc667bef409e1ecb5e36acdcd73a968984a38992927ff7c416f SHA512 6824da47af260a93ad685b66bcbd2d9a93f98eec218242e0dd9ef885594d9218e4c7170c832a0b3ea3cf201896ec1efc2afacbffe1fc5dab032240369d7b3ac3
+DIST flexmock-0.10.3.tar.gz 45017 BLAKE2B 03e6a709bd6c7889fa91692c27041f3d8109a57aa188a7043d5f45f757dd2bf929f80b9e57375bf7835ec4a88f032ed026c183320098546862f30c6bfedf6e8d SHA512 9c19e7a6765e57789065e6f5940270f5c0395194eddd8fedaf0abe52e0ffaaa33945385e981285caa1b7facb58be92b76dd0f370c242216626a30ab97b926bd1

diff --git a/dev-python/flexmock/flexmock-0.10.3.ebuild b/dev-python/flexmock/flexmock-0.10.3.ebuild
new file mode 100644
index 00000000000..8c999e830bd
--- /dev/null
+++ b/dev-python/flexmock/flexmock-0.10.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Testing library to create mocks, stubs and fakes"
+HOMEPAGE="http://flexmock.readthedocs.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+	)
+	"
+RDEPEND=""
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc -r  docs
+}
+
+python_test() {
+	pytest -vv tests || die "pytest failed"
+}


             reply	other threads:[~2019-02-14 13:38 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-14 13:38 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 17:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/flexmock/ Michał Górny
2024-04-13 17:49 Michał Górny
2024-04-13 16:39 Arthur Zamarin
2024-03-30  5:53 Michał Górny
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
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=1550151519.38e96b4dd741aa45c272dff9207bb7449c200cdb.polynomial-c@gentoo \
    --to=polynomial-c@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