mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-python/manhole: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/808699 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,7 +3,37 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Debugging manhole for python application"
|
||||||
|
HOMEPAGE="
|
||||||
|
https://github.com/ionelmc/python-manhole
|
||||||
|
https://pypi.org/project/manhole
|
||||||
|
"
|
||||||
|
SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/python-${P}"
|
||||||
|
|
||||||
|
LICENSE="BSD-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
|
|
||||||
|
BDEPEND="test? (
|
||||||
|
dev-python/gevent[${PYTHON_USEDEP}]
|
||||||
|
dev-python/process-tests[${PYTHON_USEDEP}]
|
||||||
|
dev-python/requests[${PYTHON_USEDEP}]
|
||||||
|
$(python_gen_cond_dep \
|
||||||
|
'dev-python/eventlet[${PYTHON_USEDEP}]' \
|
||||||
|
python3.8 python3.9)
|
||||||
|
)
|
||||||
|
"
|
||||||
|
|
||||||
|
DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )
|
||||||
|
|
||||||
|
distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme
|
||||||
|
distutils_enable_tests --install pytest
|
||||||
|
|
||||||
EPYTEST_DESELECT=(
|
EPYTEST_DESELECT=(
|
||||||
"tests/test_manhole.py::test_non_daemon_connection"
|
"tests/test_manhole.py::test_non_daemon_connection"
|
||||||
"tests/test_manhole.py::test_daemon_connection"
|
"tests/test_manhole.py::test_daemon_connection"
|
||||||
@@ -15,32 +45,3 @@ EPYTEST_DESELECT=(
|
|||||||
"tests/test_manhole.py::test_stderr_doesnt_deadlock"
|
"tests/test_manhole.py::test_stderr_doesnt_deadlock"
|
||||||
"tests/test_manhole_cli.py"
|
"tests/test_manhole_cli.py"
|
||||||
)
|
)
|
||||||
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Debugging manhole for python application"
|
|
||||||
HOMEPAGE="
|
|
||||||
https://github.com/ionelmc/python-manhole
|
|
||||||
https://pypi.org/project/manhole
|
|
||||||
"
|
|
||||||
SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/python-${PN}-${PV}"
|
|
||||||
|
|
||||||
LICENSE="BSD-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/gevent[${PYTHON_USEDEP}]
|
|
||||||
dev-python/process-tests[${PYTHON_USEDEP}]
|
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
|
||||||
$(python_gen_cond_dep 'dev-python/eventlet[${PYTHON_USEDEP}]' python3.8 python3.9)
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )
|
|
||||||
|
|
||||||
distutils_enable_tests --install pytest
|
|
||||||
distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme
|
|
||||||
|
|||||||
Reference in New Issue
Block a user