mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
soapy_power: update deps to make it work
This commit is contained in:
parent
493cd88971
commit
f5f60cbd2e
3 changed files with 30 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST simplesoapy-1.4.0.tar.gz 6049 SHA256 5a582d7f20c45d431dd2a6e7822c094d16e66b288425d7adbbfefce21c4024cc SHA512 ad18e4dccfd967d06c858ceb190fb0fb45464e70d62a4350fb3559ff3a70ea8bf4262ecc03d83af6a2960244010a6e582a9b24441bda4d72f160eeccabb6afdd WHIRLPOOL a19b52eb256a76ef28f5fcec952ed3d83040fc26235fa5527be1730c25b90752d6435a638b3423b1f383f14289c8cad1f72ff62d3ceee28dfc696b20a427d9e5
|
||||
DIST simplesoapy-1.4.1.tar.gz 6050 SHA256 79577c1de8e5c58ad666d160e077134829ba7da8c54914d008059e5339446cc3 SHA512 d77587efc7180d5c9d23f9e943f33c93dbacf44c5f537ebcda1ca815a4ba5bcb26925fa5a620ebe9982ba533d149b3ee11cccc5ba08ce06cb49820a9b4a02551 WHIRLPOOL ddeb3db44438e4dd8412e926219a0ba200353359200fb2cea522875f8113307734d4ea36ed4fbdcf18915909669afa121f9af86a7e8727368a0fdc1d572fc326
|
||||
|
|
|
|||
27
dev-python/simplesoapy/simplesoapy-1.4.1.ebuild
Normal file
27
dev-python/simplesoapy/simplesoapy-1.4.1.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# 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"
|
||||
|
|
@ -25,5 +25,7 @@ IUSE="faster +fastest"
|
|||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/simplespectral[${PYTHON_USEDEP}]
|
||||
>=dev-python/simplesoapy-1.4.0[${PYTHON_USEDEP}]
|
||||
faster? ( sci-libs/scipy[${PYTHON_USEDEP}] )
|
||||
fastest? ( dev-python/pyFFTW[${PYTHON_USEDEP}] )"
|
||||
Loading…
Reference in a new issue