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/nose2/
Date: Sun, 17 Jul 2022 07:22:35 +0000 (UTC)	[thread overview]
Message-ID: <1658042550.ed7777865b9c73f75208371926bd095629357f05.mgorny@gentoo> (raw)

commit:     ed7777865b9c73f75208371926bd095629357f05
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 06:35:33 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 07:22:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed777786

dev-python/nose2: Bump to 0.12.0

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

 dev-python/nose2/Manifest            |  1 +
 dev-python/nose2/nose2-0.12.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/nose2/Manifest b/dev-python/nose2/Manifest
index c3f11170361b..9034b135ccb0 100644
--- a/dev-python/nose2/Manifest
+++ b/dev-python/nose2/Manifest
@@ -1 +1,2 @@
 DIST nose2-0.11.0.tar.gz 159486 BLAKE2B 36167e492a49017e0f1474bfd5fd77782a324f7d884bc11c88cf9226090dce67d47519db00d3b57542dc808fb0db40942184b3c1804ad3923e3cf5fc03cd50bc SHA512 8e6755c0f5a25c4c53a35d93e5c7988523e03e978b0593d49b7917dfcb980553be9af0cc3c67c2db527c304d049d97a8d7f6f53b1a8b2875ab5456cbb7519375
+DIST nose2-0.12.0.gh.tar.gz 168454 BLAKE2B cce76a046c4285d7dbe6ad6a049628e23ddebd36eda4457eecb4f0e14b1559f8bd7be5bc80aa99bf965f530575c3f5e245d1a30b4115d5e8ee0aa4c8d93fb8f0 SHA512 7f1462613b7d38a77cd0764f721be4223b8f4ae4694c49ba416a076c321e07484969ee1a7c2d2f89484c0c3b2a96e74d6a42321981af4930ebe5f63f07df7755

diff --git a/dev-python/nose2/nose2-0.12.0.ebuild b/dev-python/nose2/nose2-0.12.0.ebuild
new file mode 100644
index 000000000000..67a1e62433f1
--- /dev/null
+++ b/dev-python/nose2/nose2-0.12.0.ebuild
@@ -0,0 +1,43 @@
+# 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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Next generation unittest with plugins"
+HOMEPAGE="
+	https://github.com/nose-devs/nose2/
+	https://pypi.org/project/nose2/
+"
+SRC_URI="
+	https://github.com/nose-devs/${PN}/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	>=dev-python/coverage-4.4.1[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs \
+	dev-python/sphinx_rtd_theme
+
+src_prepare() {
+	# seriously? that hard to depend on six?!
+	rm -r nose2/_vendor || die
+	find -name '*.py' -exec \
+		sed -i -e 's:from nose2._vendor ::' {} + || die
+	distutils-r1_src_prepare
+}
+
+python_test() {
+	"${EPYTHON}" -m nose2.__main__ -vv || die "tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2022-07-17  7:22 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-17  7:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10 13:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/nose2/ Michał Górny
2024-06-18 18:45 Michał Górny
2024-06-02  2:35 Michał Górny
2024-05-31  4:22 Michał Górny
2024-05-22  9:10 Michał Górny
2024-05-07 17:45 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-01-29  9:21 Michał Górny
2024-01-29  5:58 Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 19:10 Arthur Zamarin
2023-10-05  2:58 Michał Górny
2023-06-01 17:19 Arthur Zamarin
2023-04-30  3:55 Michał Górny
2023-03-16 18:13 Michał Górny
2022-07-29  8:01 Agostino Sarubbo
2022-07-28 14:14 Sam James
2022-07-28  9:57 Sam James
2022-07-28  7:06 Agostino Sarubbo
2022-07-27 20:09 Sam James
2022-07-27 20:09 Sam James
2022-03-19  9:36 Michał Górny
2022-02-15 18:31 Matt Turner
2022-02-13  9:29 Michał Górny
2021-11-19 17:36 Arthur Zamarin
2021-11-19  7:24 Arthur Zamarin
2021-11-17  8:30 Sam James
2021-11-16 19:10 Arthur Zamarin
2021-09-27  9:29 Arthur Zamarin
2021-04-07  8:06 Michał Górny
2021-04-07  6:22 Sam James
2021-03-04  4:19 Sam James
2021-01-04  3:36 Sam James
2021-01-04  3:31 Sam James
2021-01-04  1:25 Sam James
2020-12-02 23:32 Sam James
2019-12-08 12:04 Andreas Sturmlechner
2019-12-06 20:21 Andreas Sturmlechner
2019-11-23 12:43 Agostino Sarubbo
2019-11-22 10:24 Agostino Sarubbo
2019-10-26 14:33 Andreas Sturmlechner
2019-10-20 14:21 Andreas Sturmlechner
2019-04-14 11:12 Agostino Sarubbo
2017-11-30 20:40 Thomas Deutschmann
2016-07-16 14:28 Alex Brandt
2016-03-27 17:21 Alex Brandt
2016-03-27 14:28 Alex Brandt

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=1658042550.ed7777865b9c73f75208371926bd095629357f05.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