mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/hunter: add 3.3.8, drop 3.3.4
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hunter-3.3.4.tar.gz 535981 BLAKE2B c3d9f3a6cd77c830d3430a1bf55bfd89c4bf69402d6e17489116a13d483afd1e9fe7ba396a200385d27a5c76557f5856ec468a23735a526283d2db0d160cfcae SHA512 d51b55207118a26a48d12b97fc164c9b4a14e9d590bf3d85c0677ddf4354dbf800fec4757186a575e5062e297cfb86ee9185e6beff7ad45695e6dc5cba4ac324
|
||||
DIST hunter-3.3.5.tar.gz 536004 BLAKE2B 2851449ab6c9e3b71a546f5464eda272053060bdc6fb2d75f3e746c4d103b25c2ecfbfd0449521a98fe12851d62044bb0f3bc9d083e1496f861679eff827eafc SHA512 7c8700ae010bc58c4fefb1f6a343ee4bb375e55c2ddf3ab6a7d9f94102f1bafa50d3723985031a7633be2928a8b47a2bad2c3a7676df6d6a1dee2e38dbf6c02d
|
||||
DIST hunter-3.3.8.tar.gz 536260 BLAKE2B cdb048798dd831229f3c3ff784b16f94ee45c54bc35eb29e9b228f2736c103dbc39357df82476a2b25310501d33be67474f85c2f5a97a61baca20c8dfc5a725f SHA512 4d715893c805afb5ca709f8c8ce20fbf5ec8540a06c7536862d941a5a4f45b0721f8cd3aa2eeb79c072152d243f4d0ce949431defbdc8c17831f744c3f7ff58a
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -51,13 +51,14 @@ python_compile() {
|
||||
|
||||
python_test() {
|
||||
local -x PYTHONPATH="${S}/tests:${BUILD_DIR}/lib:${PYTHONPATH}"
|
||||
epytest -vv \
|
||||
--deselect tests/test_integration.py::test_pid_prefix[True-CodePrinter] \
|
||||
--deselect tests/test_integration.py::test_pid_prefix[False-CodePrinter] \
|
||||
--deselect tests/test_integration.py::test_pid_prefix[True-CallPrinter] \
|
||||
--deselect tests/test_integration.py::test_pid_prefix[False-CallPrinter] \
|
||||
--deselect tests/test_remote.py::test_manhole \
|
||||
--deselect tests/test_remote.py::test_manhole_clean_exit \
|
||||
--deselect tests/test_tracer.py::test_perf_stdlib[cython] \
|
||||
|| die
|
||||
# epytest -vv \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[True-CodePrinter] \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[False-CodePrinter] \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[True-CallPrinter] \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[False-CallPrinter] \
|
||||
# --deselect tests/test_remote.py::test_manhole \
|
||||
# --deselect tests/test_remote.py::test_manhole_clean_exit \
|
||||
# --deselect tests/test_tracer.py::test_perf_stdlib[cython] \
|
||||
# || die
|
||||
epytest -vv || die
|
||||
}
|
||||
Reference in New Issue
Block a user