mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-12 18:01:14 +02:00
gr-air-modes: python 3.9
This commit is contained in:
parent
fd66cb15d5
commit
0e455a110e
2 changed files with 4 additions and 5 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST gr-air-modes-20191016.tar.gz 186450 BLAKE2B 04b982ae1557f43ebe57a1146380e490ad2bad60332aeddf46590dfa5dffb0d9a59c26b4e65c17f96e7d2e96a293229968ffafcf844ce098e4f36f4a8094966c SHA512 995889ca79254ca2138da21e844931bd3e3b9a711f0ae2880a955862761f7ecc69f2068e2b801753fdf02532be11ca78dbe817218d9ee18a36a3fde03a075ee3
|
||||
DIST gr-air-modes-20200507.tar.gz 186463 BLAKE2B a164f71269035960377fbd80f90b0996155fce890c1e317cbfe4d8f5b9ec873be89dd934c4c71e8e0e3a16f3603488218005885f9cbe843b72c80e1a0532bc11 SHA512 38868d1f7258c289d8b525b752b1651bf65a1ffc19215f4543be0f804e87dc140e4176e3c4d5afbbb794b07910097820fbb9068e280921b394517a05aae97c97
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit cmake python-single-r1
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ else
|
|||
#snapshot
|
||||
HASH_COMMIT="9e2515a56609658f168f0c833a14ca4d2332713e"
|
||||
SRC_URI="https://github.com/bistromath/gr-air-modes/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
fi
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ DEPEND="${PYTHON_DEPS}
|
|||
dev-db/sqlite
|
||||
fgfs? (
|
||||
games-simulation/flightgear
|
||||
sci-libs/scipy
|
||||
dev-python/scipy
|
||||
)
|
||||
rtlsdr? ( net-wireless/rtl-sdr )
|
||||
uhd? ( >=net-wireless/uhd-3.4.0 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue