# automatically generated by g-sorcery # please do not edit this file EAPI=8 REALNAME="${PN}" LITERALNAME="${PN}" REALVERSION="${PV}" DIGEST_SOURCES="yes" PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} ) DISTUTILS_USE_PEP517=standalone inherit python-r1 gs-pypi DESCRIPTION="An automatic test runner. Supports nose out of the box." HOMEPAGE="http://github.com/jeffh/sniffer/" LICENSE="MIT" SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz" SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz" RESTRICT="test" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="growl libnotify linux osx" DEPENDENCIES="dev-python/colorama[${PYTHON_USEDEP}] dev-python/python-termstyle[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] growl? ( dev-python/gntp[${PYTHON_USEDEP}] ) libnotify? ( dev-python/py-notify[${PYTHON_USEDEP}] ) linux? ( ~dev-python/pyinotify-0.9.0[${PYTHON_USEDEP}] ) osx? ( dev-python/MacFSEvents[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"