soapy_power: fix dep requirement

This commit is contained in:
blshkv 2017-05-30 15:48:01 +08:00
parent 57a11ed42d
commit e3b3fa3db9
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
4 changed files with 3 additions and 33 deletions

View file

@ -1,2 +1 @@
DIST soapy_power-1.6.0.tar.gz 14657 SHA256 245a9dd1ae1c1560612bf5ff49736ad1dd4aaa4d44a3d3a415184c2d75d500f1 SHA512 83c896a6f568a79594b6b4726b20327d39b4123ce646d60726b9d8d12d1c6657dc69428bcb75556557b89226ad9791f08d34287e469f392353b9eba74e233066 WHIRLPOOL 4c0e8ef4fa3cb96d321a5948a917d0c291f1311a357d5854f05dc715e4440c5fd6a28e77d44f17144f436c03c58330e9232a9992c07b2f87b1539caf0960c0a0
DIST soapy_power-1.6.1.tar.gz 14672 SHA256 fcf80fb3eca178ff8ea2ce87bc5cc390fa2b17f8dc72fa9e1213ca4022f469e4 SHA512 19aa0e80a7b67cb29d842343c09b8ca2e3068583c8117a8151c5b47f1a34369f0ec833f038595323712986c9348b14a43dc1fdc6516adb40de6b42a281d782e1 WHIRLPOOL 4faf0907af94d38f7646ead01bc66c39ac3b2ec4bfa89af890aaa9e5064b6f67ea733585bff42161fbf0322d7c12c2ef02e1c9e3104015e2850e4e88f092a5f4

View file

@ -26,6 +26,6 @@ IUSE="faster +fastest"
DEPEND=""
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
dev-python/simplespectral[${PYTHON_USEDEP}]
>=dev-python/simplesoapy-1.4.0[${PYTHON_USEDEP}]
>=dev-python/simplesoapy-1.5.0[${PYTHON_USEDEP}]
faster? ( sci-libs/scipy[${PYTHON_USEDEP}] )
fastest? ( dev-python/pyFFTW[${PYTHON_USEDEP}] )"

View file

@ -1,31 +0,0 @@
# 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="Obtain power spectrum from SoapySDR devices"
HOMEPAGE="https://github.com/xmikos/soapy_power"
LICENSE="MIT"
SLOT="0"
if [ "${PV}" = "9999" ]; then
KEYWORDS=""
inherit git-r3
EGIT_REPO_URI="https://github.com/xmikos/soapy_power.git"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/xmikos/soapy_power/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
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}] )"

View file

@ -25,5 +25,7 @@ IUSE="faster +fastest"
DEPEND=""
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
dev-python/simplespectral[${PYTHON_USEDEP}]
>=dev-python/simplesoapy-1.5.0[${PYTHON_USEDEP}]
faster? ( sci-libs/scipy[${PYTHON_USEDEP}] )
fastest? ( dev-python/pyFFTW[${PYTHON_USEDEP}] )"