aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-03-13 14:01:03 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-03-13 14:01:03 +0100
commit42249668a129d40ecbd6b2dac0325fd75c17f255 (patch)
tree71b9ab8ee118dc7593ec5ce63069919b2bda3f44 /app-misc/ntfy
parentkde-misc/plasma-applet-thermal-monitor: no need to set DOCS (diff)
downloadguru-42249668a129d40ecbd6b2dac0325fd75c17f255.tar.gz
guru-42249668a129d40ecbd6b2dac0325fd75c17f255.tar.bz2
guru-42249668a129d40ecbd6b2dac0325fd75c17f255.zip
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 <andrewammerlaan@riseup.net>
Diffstat (limited to 'app-misc/ntfy')
-rw-r--r--app-misc/ntfy/ntfy-2.7.0.ebuild10
1 files 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