From 42249668a129d40ecbd6b2dac0325fd75c17f255 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 13 Mar 2020 14:01:03 +0100 Subject: [PATCH] app-misc/ntfy: enable doc use flag also simplified tess using the distutils functions Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan --- app-misc/ntfy/ntfy-2.7.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/ntfy/ntfy-2.7.0.ebuild b/app-misc/ntfy/ntfy-2.7.0.ebuild index 9d9c38865c..771af3d6df 100644 --- a/app-misc/ntfy/ntfy-2.7.0.ebuild +++ b/app-misc/ntfy/ntfy-2.7.0.ebuild @@ -10,11 +10,12 @@ inherit distutils-r1 DESCRIPTION="A utility for sending notifications, on demand and when commands finish." HOMEPAGE="https://github.com/dschep/ntfy" SRC_URI="https://github.com/dschep/ntfy/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="~amd64" LICENSE="GPL-3" SLOT="0" -IUSE="test telegram dbus" + +IUSE="telegram dbus" RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] @@ -40,6 +41,5 @@ DEPEND="${RDEPEND} ) " -python_test() { - esetup.py test || die -} +distutils_enable_tests pytest +distutils_enable_sphinx docs