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>
This commit is contained in:
Andrew Ammerlaan
2020-03-13 14:01:03 +01:00
parent 0298f917c2
commit 42249668a1

View File

@@ -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