public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed,  2 May 2018 17:05:06 +0000 (UTC)	[thread overview]
Message-ID: <1525280700.010eb71a62b94e91bae1e08e57103eb7aa03d047.mgorny@gentoo> (raw)

commit:     010eb71a62b94e91bae1e08e57103eb7aa03d047
Author:     Nelo-T. Wallus <nelo <AT> wallus <DOT> de>
AuthorDate: Sun Apr 15 09:21:45 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  2 17:05:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010eb71a

dev-python/flexmock: Initial commit on v0.10.2

Package-Manager: Portage-2.3.26, Repoman-2.3.7

 dev-python/flexmock/Manifest               |  1 +
 dev-python/flexmock/flexmock-0.10.2.ebuild | 33 ++++++++++++++++++++++++++++++
 dev-python/flexmock/metadata.xml           | 20 ++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/dev-python/flexmock/Manifest b/dev-python/flexmock/Manifest
new file mode 100644
index 00000000000..3d1cb4b6979
--- /dev/null
+++ b/dev-python/flexmock/Manifest
@@ -0,0 +1 @@
+DIST flexmock-0.10.2.tar.gz 44425 BLAKE2B e49db5b7a4a739f72a2560c52d0493cc284641f7c54d11e67a4c40ae3681ed2ca22fdc17c9f8ffc667bef409e1ecb5e36acdcd73a968984a38992927ff7c416f SHA512 6824da47af260a93ad685b66bcbd2d9a93f98eec218242e0dd9ef885594d9218e4c7170c832a0b3ea3cf201896ec1efc2afacbffe1fc5dab032240369d7b3ac3

diff --git a/dev-python/flexmock/flexmock-0.10.2.ebuild b/dev-python/flexmock/flexmock-0.10.2.ebuild
new file mode 100644
index 00000000000..21a1616d30e
--- /dev/null
+++ b/dev-python/flexmock/flexmock-0.10.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+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"
+}

diff --git a/dev-python/flexmock/metadata.xml b/dev-python/flexmock/metadata.xml
new file mode 100644
index 00000000000..b15f95a46db
--- /dev/null
+++ b/dev-python/flexmock/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>nelo@wallus.de</email>
+		<name>Nelo-Thara Wallus</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>polynomial-c@gentoo.org</email>
+		<name>Lars Wendler</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">bkabrda/flexmock</remote-id>
+		<remote-id type="pypi">flexmock</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2018-05-02 17:05 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-02 17:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-02-14 13:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/flexmock/ Lars Wendler
2019-03-26  8:58 Lars Wendler
2020-03-27  9:16 Michał Górny
2020-04-23 23:24 Marek Szuba
2020-06-21 16:54 Agostino Sarubbo
2021-03-04  4:19 Sam James
2021-03-04  4:19 Sam James
2021-06-05 13:52 Michał Górny
2021-07-27 11:36 Marek Szuba
2021-08-24 18:17 Arthur Zamarin
2021-08-28  6:53 Michał Górny
2021-08-30  8:40 Lars Wendler
2021-09-04 22:07 Michał Górny
2021-09-04 22:07 Michał Górny
2021-09-15  2:32 Sam James
2021-09-16 19:04 Marek Szuba
2021-09-17  8:31 Michał Górny
2021-09-25 19:56 Sam James
2021-10-11 23:28 Sam James
2021-11-10  7:49 Arthur Zamarin
2021-11-13  9:42 Jakov Smolić
2021-11-13  9:54 Michał Górny
2021-12-10 12:02 Jakov Smolić
2021-12-10 17:12 Arthur Zamarin
2022-01-06 20:14 Arthur Zamarin
2022-02-10  7:58 Michał Górny
2022-02-13  9:39 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-03-15 14:10 Michał Górny
2022-03-15 14:10 Michał Górny
2022-05-12 19:09 Arthur Zamarin
2022-06-04 19:04 Michał Górny
2023-03-09  8:12 Arthur Zamarin
2023-03-16  3:50 Michał Górny
2023-05-02 20:50 Sam James
2023-05-28 18:43 Arthur Zamarin
2023-11-24 14:34 Michał Górny
2024-03-17  3:31 Michał Górny
2024-03-30  5:53 Michał Górny
2024-04-13 16:39 Arthur Zamarin
2024-04-13 17:49 Michał Górny
2024-05-17 17:48 Michał Górny
2024-12-28  7:53 Michał Górny
2025-01-18  8:56 Arthur Zamarin
2025-01-18 10:03 Michał Górny
2025-02-27 20:56 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=1525280700.010eb71a62b94e91bae1e08e57103eb7aa03d047.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