1
0
Fork 0

dev-python/tridesclous: minor fixes

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2023-01-30 20:42:09 -05:00
parent 1fc0a4069d
commit b75cecd8ae
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 4 additions and 12 deletions

View File

@ -1,9 +1,10 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="offline/online spike sorting"
@ -33,11 +34,6 @@ RDEPEND="
dev-python/PyQt5[${PYTHON_USEDEP}]
)
"
DEPEND="
test? (
${RDEPEND}
)
"
distutils_enable_tests pytest

View File

@ -1,9 +1,10 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="offline/online spike sorting"
@ -33,11 +34,6 @@ RDEPEND="
dev-python/PyQt5[${PYTHON_USEDEP}]
)
"
DEPEND="
test? (
${RDEPEND}
)
"
distutils_enable_tests pytest