update dev-python/norby to support Python 3.13
This commit is contained in:
parent
f85e9d7af5
commit
351eca702f
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..11} )
|
||||
PYTHON_COMPAT=( python3_{7..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
inherit git-r3
|
||||
@ -15,17 +15,17 @@ KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="GNU General Public License v3.0"
|
||||
SLOT="0"
|
||||
DEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/subprocess-tee[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
"
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/subprocess-tee[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user