add qspectrumanalyzer and dependencies
This commit is contained in:
1
dev-python/simplesoapy/Manifest
Normal file
1
dev-python/simplesoapy/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD simplesoapy-9999.ebuild 582 SHA256 22dfd758721d49ac8b7a81b34f821c6a3774747d5227fe3c5f8b6bbaff3cc470 SHA512 53a98a1f3ed90e7cc5b1ae3c6420f229589e754e32d3bd283f04f761c6f8e356ad1dc02b34282d0b9ed8b15c42df4a2a810777e3eb8ab2dcc75349508a882850 WHIRLPOOL 8f04c36589d5409ee2dd9f3b2239b7cfe70c042a0239869a58c7882d4699ee5fdda9219e9ff0f6ae99e580f667bf7b6cc723b852d11372c79ec9ac7867b0b9fb
|
||||
26
dev-python/simplesoapy/simplesoapy-9999.ebuild
Normal file
26
dev-python/simplesoapy/simplesoapy-9999.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{4,5,6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Simple pythonic wrapper for SoapySDR library"
|
||||
HOMEPAGE="https://github.com/xmikos/simplesoapy"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
KEYWORDS=""
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/xmikos/simplesoapy.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/xmikos/simplesoapy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
|
||||
net-wireless/soapysdr"
|
||||
Reference in New Issue
Block a user