diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:09:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:11:23 +0100 |
commit | abbbfc2d5653c6869cb70f17b546aac5a9a83302 (patch) | |
tree | 948d3df4c89f37a94e2175a01a044e5e7950eb8e /dev-python/nose2 | |
parent | dev-python/matrix-common: Remove old (diff) | |
download | gentoo-abbbfc2d5653c6869cb70f17b546aac5a9a83302.tar.gz gentoo-abbbfc2d5653c6869cb70f17b546aac5a9a83302.tar.bz2 gentoo-abbbfc2d5653c6869cb70f17b546aac5a9a83302.zip |
dev-python/nose2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nose2')
-rw-r--r-- | dev-python/nose2/Manifest | 1 | ||||
-rw-r--r-- | dev-python/nose2/nose2-0.11.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/nose2/Manifest b/dev-python/nose2/Manifest index 9034b135ccb0..6f54fb86834d 100644 --- a/dev-python/nose2/Manifest +++ b/dev-python/nose2/Manifest @@ -1,2 +1 @@ -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.11.0.ebuild b/dev-python/nose2/nose2-0.11.0.ebuild deleted file mode 100644 index 327fa24735df..000000000000 --- a/dev-python/nose2/nose2-0.11.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="Next generation unittest with plugins" -HOMEPAGE="https://github.com/nose-devs/nose2" -SRC_URI="https://github.com/nose-devs/${PN}/archive/${PV}.tar.gz -> ${P}.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 - -python_test() { - "${EPYTHON}" -m nose2.__main__ -vv || die "tests failed under ${EPYTHON}" -} |