app-misc/ntfy: sleekxmpp removed from ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-09-19 16:23:47 +02:00
parent c3d24bc025
commit 4e65baa2da

View File

@@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -37,9 +38,17 @@ DEPEND="${RDEPEND}
dev-python/emoji[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/sleekxmpp[${PYTHON_USEDEP}]
)
"
python_prepare_all() {
# Sleekxmpp no longer in repo
rm tests/test_xmpp.py || die
sed -i -e 's:test_xmpp:_&:' \
tests/test_integration.py || die
distutils-r1_python_prepare_all
}
distutils_enable_tests pytest
distutils_enable_sphinx docs