dev-python/nose - 1.3.7 (ha-bleeding-edge)

Search

Package Information

Description:
nose extends unittest to make testing easier
Homepage:
https://nose.readthedocs.io/en/latest/ https://pypi.org/project/nose/
License:
LGPL

Ebuild Details

Version EAPI Keywords Slot
1.3.7 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="nose extends unittest to make testing easier"
HOMEPAGE="https://nose.readthedocs.io/en/latest/ https://pypi.org/project/nose/"

LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND=""
BDEPEND=""
src_prepare() {
	eapply "${FILESDIR}/nose-wtf.patch"
	eapply_user
}
distutils_enable_tests pytest