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: Tue, 18 Jun 2024 18:45:39 +0000 (UTC)	[thread overview]
Message-ID: <1718736009.32e2e0d197d8b7d3b913bc44ac7364aaddb4c695.mgorny@gentoo> (raw)

commit:     32e2e0d197d8b7d3b913bc44ac7364aaddb4c695
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 18:40:09 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 18:40:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e2e0d1

dev-python/nose2: Remove old

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

 dev-python/nose2/Manifest            |  2 --
 dev-python/nose2/nose2-0.14.2.ebuild | 31 -------------------------------
 dev-python/nose2/nose2-0.15.0.ebuild | 31 -------------------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-python/nose2/Manifest b/dev-python/nose2/Manifest
index 0c87660f126f..5e9f3effe597 100644
--- a/dev-python/nose2/Manifest
+++ b/dev-python/nose2/Manifest
@@ -1,3 +1 @@
-DIST nose2-0.14.2.tar.gz 167874 BLAKE2B b2d1d1d026de10e9d73a312205b0562c377775016b8adea0b64213cb32930e9a58823021fa970f23e8acd79d2ea2a3df1f294732fcb2f96c454a2345f65091db SHA512 728d6c3f1c037630b6b3a4fc3012a488d91dfdcef5fe1d1f6473b317f71ac6ba16a33d33721de7422caec019eac00137e95190eb2c98edd67c4c5f7f8ee09440
-DIST nose2-0.15.0.tar.gz 168825 BLAKE2B fc61b1be549cc725a05825cc801b23fa3055b13f745f63c5a1929b87724691001cf743248cb9606b6ae11b32090b99de0e583dac175141a6a6c9e5efb5a16099 SHA512 e0c1287aec4092fba55814bca8f5ac867d2ac0f9c9da15d6eb955007050b7e4beb2f211d049acc4dce9fa9990bc42468d01f2945cc358127295b60f9a5f998a6
 DIST nose2-0.15.1.tar.gz 169809 BLAKE2B a3ae7c3036fc50851f8cc47df3c5677a1d2333a664802aa03af16c2f600366b5b51b2f6ad6c0953977edf3d63b7e5ac593f2f1ce26382256a6b81680cba7e39b SHA512 118b1144369b72c6af4153b866d19253b31cb019407f8c4b9f80461b105be8851be7b6524a822da8ddca039f733510b5e5d7871608195d0fb8d7be9de1938762

diff --git a/dev-python/nose2/nose2-0.14.2.ebuild b/dev-python/nose2/nose2-0.14.2.ebuild
deleted file mode 100644
index 2df85b36cd3b..000000000000
--- a/dev-python/nose2/nose2-0.14.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unittest with plugins"
-HOMEPAGE="
-	https://github.com/nose-devs/nose2/
-	https://pypi.org/project/nose2/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86"
-
-RDEPEND="
-	>=dev-python/coverage-4.4.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-	dev-python/sphinx-rtd-theme \
-	dev-python/sphinx-issues
-
-python_test() {
-	"${EPYTHON}" -m nose2.__main__ -vv || die "tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/nose2/nose2-0.15.0.ebuild b/dev-python/nose2/nose2-0.15.0.ebuild
deleted file mode 100644
index 5aa2066d832e..000000000000
--- a/dev-python/nose2/nose2-0.15.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unittest with plugins"
-HOMEPAGE="
-	https://github.com/nose-devs/nose2/
-	https://pypi.org/project/nose2/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-	>=dev-python/coverage-4.4.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-	dev-python/sphinx-rtd-theme \
-	dev-python/sphinx-issues
-
-python_test() {
-	"${EPYTHON}" -m nose2.__main__ -vv || die "tests failed under ${EPYTHON}"
-}


             reply	other threads:[~2024-06-18 18:45 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-18 18:45 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-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-07-17  7:22 Michał Górny
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=1718736009.32e2e0d197d8b7d3b913bc44ac7364aaddb4c695.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