commit:     0998e73960ddcc289f8c0a8d48bd7e6bfe02f2ae
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 15:09:48 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 15:16:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0998e739

dev-python/orjson: ignore qa flags

Closes: https://bugs.gentoo.org/835894
Closes: https://bugs.gentoo.org/835893
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/orjson/orjson-3.6.7.ebuild | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/dev-python/orjson/orjson-3.6.7.ebuild 
b/dev-python/orjson/orjson-3.6.7.ebuild
index a8a8a4358..9ad656031 100644
--- a/dev-python/orjson/orjson-3.6.7.ebuild
+++ b/dev-python/orjson/orjson-3.6.7.ebuild
@@ -76,7 +76,7 @@ KEYWORDS="~amd64"
 SLOT="0"
 IUSE="debug"
 
-DEPEND="
+BDEPEND="
        test? (
                $(python_gen_cond_dep '
                        dev-python/arrow[${PYTHON_USEDEP}]
@@ -89,19 +89,14 @@ DEPEND="
                $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' 
python3_{8,9})
                $(python_gen_cond_dep 
'>=dev-python/xxhash-1.4.3[${PYTHON_USEDEP}]' python3_8)
        )
-"
-BDEPEND="
        app-arch/unzip
        dev-lang/rust[nightly]
        dev-util/maturin
 "
 
-distutils_enable_tests pytest
+QA_FLAGS_IGNORED=".*"
 
-pkg_setup() {
-       python_setup
-       export QA_FLAGS_IGNORED="$(python_get_sitedir)/${PN}*.so"
-}
+distutils_enable_tests pytest
 
 src_compile() {
        maturin build --no-sdist --manylinux off --interpreter ${EPYTHON} 
$(usex debug "" --release) || die

Reply via email to