dev-python/tridesclous: minor fixes
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
1fc0a4069d
commit
b75cecd8ae
@ -1,9 +1,10 @@
|
|||||||
# Copyright 2021 Gentoo Authors
|
# Copyright 2021-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="offline/online spike sorting"
|
DESCRIPTION="offline/online spike sorting"
|
||||||
@ -33,11 +34,6 @@ RDEPEND="
|
|||||||
dev-python/PyQt5[${PYTHON_USEDEP}]
|
dev-python/PyQt5[${PYTHON_USEDEP}]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
DEPEND="
|
|
||||||
test? (
|
|
||||||
${RDEPEND}
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Copyright 2021 Gentoo Authors
|
# Copyright 2021-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="offline/online spike sorting"
|
DESCRIPTION="offline/online spike sorting"
|
||||||
@ -33,11 +34,6 @@ RDEPEND="
|
|||||||
dev-python/PyQt5[${PYTHON_USEDEP}]
|
dev-python/PyQt5[${PYTHON_USEDEP}]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
DEPEND="
|
|
||||||
test? (
|
|
||||||
${RDEPEND}
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user