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/testscenarios/
Date: Sat, 21 May 2022 11:22:25 +0000 (UTC)	[thread overview]
Message-ID: <1653132139.3f30bb55c4cf7ebd4311daff680bf066c34a644b.mgorny@gentoo> (raw)

commit:     3f30bb55c4cf7ebd4311daff680bf066c34a644b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 10:32:21 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 21 11:22:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f30bb55

dev-python/testscenarios: Use PEP517 build

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../testscenarios/testscenarios-0.5.0-r2.ebuild    | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild b/dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild
new file mode 100644
index 000000000000..6c7392220389
--- /dev/null
+++ b/dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A pyunit extension for dependency injection"
+HOMEPAGE="
+	https://launchpad.net/testscenarios/
+	https://github.com/testing-cabal/testscenarios/
+	https://pypi.org/project/testscenarios/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+	dev-python/testtools[${PYTHON_USEDEP}]
+"
+
+# using pytest for tests since unittest loader fails with py3.5+
+BDEPEND="
+	>=dev-python/pbr-0.11[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	testscenarios/tests/test_testcase.py
+)


             reply	other threads:[~2022-05-21 11:22 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-21 11:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10 18:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/testscenarios/ Michał Górny
2023-05-31 10:50 Michał Górny
2023-05-31 10:50 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-06-28  8:11 Michał Górny
2022-06-28  6:43 Agostino Sarubbo
2022-06-28  4:03 Michał Górny
2022-06-27 23:32 Sam James
2022-06-27 19:31 Arthur Zamarin
2022-06-27 19:26 Arthur Zamarin
2022-06-27 19:21 Arthur Zamarin
2022-06-27 19:20 Arthur Zamarin
2022-05-28 10:31 Michał Górny
2022-05-21 11:22 Michał Górny
2022-02-02  7:29 Sam James
2021-07-05 10:56 Michał Górny
2021-07-01 14:06 Marek Szuba
2020-12-01 17:27 Sam James
2020-09-20 15:38 Michał Górny
2020-05-31 15:42 Michał Górny
2019-12-30 21:54 Piotr Karbowski
2018-08-17  1:38 Mikle Kolyada
2018-07-12 21:42 Michał Górny
2018-04-20 19:06 Michał Górny
2018-04-20 19:06 Michał Górny
2018-02-18  0:03 Patrice Clement
2017-07-29 20:38 Matt Thode
2015-11-22 19:30 Markus Meier
2015-11-19 12:26 Justin Lecher
2015-11-19 10:25 Agostino Sarubbo
2015-11-18 10:19 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-10-14 13:40 Justin Lecher
2015-10-11 11:25 Justin Lecher
2015-10-10 18:49 Mikle Kolyada
2015-08-24 10:12 Justin Lecher

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=1653132139.3f30bb55c4cf7ebd4311daff680bf066c34a644b.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