mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-17 05:35:26 +01:00
gr-iio: python3 support
This commit is contained in:
parent
5c1c0d48dc
commit
066a2fdcb6
3 changed files with 52 additions and 0 deletions
1
net-wireless/gr-iio/Manifest
Normal file
1
net-wireless/gr-iio/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST gr-iio-0.3_p20191219.tar.gz 56149 BLAKE2B 9f95d3eadd1e7c87145093571442064d66a9ae72b2d49bdfb8a437757ede3ea7968184686741de45d9d5cadfd95d87c098f6262ff642a37cd5efbd0d14be061b SHA512 9664ce7e45c91389ce9bca0224451c592101a99f2a5ac6122ab822df8e0e8fb595fb8d0f55589237e76e9d3c49534c14902c1d991b75141decfa2e5cf983527c
|
||||
36
net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild
Normal file
36
net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit cmake-utils python-single-r1
|
||||
|
||||
DESCRIPTION="GNU Radio IIO Blocks"
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
HASH_COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb"
|
||||
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
fi
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
REQUIRED_USE=${PYTHON_REQUIRED_USE}
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=net-wireless/gnuradio-3.8.0.0:=
|
||||
dev-libs/boost:=
|
||||
net-libs/libiio:=
|
||||
net-libs/libad9361-iio:="
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/flex:=
|
||||
sys-devel/bison:=
|
||||
dev-util/cppunit:=
|
||||
dev-lang/swig:0"
|
||||
15
net-wireless/gr-iio/metadata.xml
Normal file
15
net-wireless/gr-iio/metadata.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>radio@gentoo.org</email>
|
||||
<name>Radio</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">analogdevicesinc/gr-iio</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue