summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-18 12:07:08 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-18 12:08:06 +0200
commit51a7be728639841f69b134f8acebeaa0fd3e4fe9 (patch)
tree15ae2cb3b1eb74c172093475792509c0168a6e0b /net-wireless
parentapp-eselect/eselect-python: amd64/arm64/arm/hppa/ppc64/ppc/s390/sparc/x86 sta... (diff)
downloadgentoo-51a7be728639841f69b134f8acebeaa0fd3e4fe9.tar.gz
gentoo-51a7be728639841f69b134f8acebeaa0fd3e4fe9.tar.bz2
gentoo-51a7be728639841f69b134f8acebeaa0fd3e4fe9.zip
Move {sci-libs → dev-python}/scipy
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/gnuradio/gnuradio-3.7.13.5-r3.ebuild4
-rw-r--r--net-wireless/gnuradio/gnuradio-3.7.13.5-r4.ebuild4
-rw-r--r--net-wireless/gnuradio/gnuradio-3.8.1.0-r1.ebuild6
-rw-r--r--net-wireless/gnuradio/gnuradio-3.8.1.0-r2.ebuild6
-rw-r--r--net-wireless/gnuradio/gnuradio-3.8.2.0.ebuild6
-rw-r--r--net-wireless/gnuradio/gnuradio-9999.ebuild6
-rw-r--r--net-wireless/soapy_power/metadata.xml2
-rw-r--r--net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild2
-rw-r--r--net-wireless/soapy_power/soapy_power-9999.ebuild2
9 files changed, 19 insertions, 19 deletions
diff --git a/net-wireless/gnuradio/gnuradio-3.7.13.5-r3.ebuild b/net-wireless/gnuradio/gnuradio-3.7.13.5-r3.ebuild
index a73f9f65dc64..e5e6b1a24c2d 100644
--- a/net-wireless/gnuradio/gnuradio-3.7.13.5-r3.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.7.13.5-r3.ebuild
@@ -77,8 +77,8 @@ RDEPEND="${PYTHON_DEPS}
dev-python/six[${PYTHON_MULTI_USEDEP}]
filter? (
|| (
- sci-libs/scipy-python2[${PYTHON_MULTI_USEDEP}]
- sci-libs/scipy[${PYTHON_MULTI_USEDEP}]
+ dev-python/scipy-python2[${PYTHON_MULTI_USEDEP}]
+ dev-python/scipy[${PYTHON_MULTI_USEDEP}]
)
)
grc? (
diff --git a/net-wireless/gnuradio/gnuradio-3.7.13.5-r4.ebuild b/net-wireless/gnuradio/gnuradio-3.7.13.5-r4.ebuild
index b85c4e578724..4bd0848dbf45 100644
--- a/net-wireless/gnuradio/gnuradio-3.7.13.5-r4.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.7.13.5-r4.ebuild
@@ -78,8 +78,8 @@ RDEPEND="${PYTHON_DEPS}
dev-python/six[${PYTHON_MULTI_USEDEP}]
filter? (
|| (
- sci-libs/scipy-python2[${PYTHON_MULTI_USEDEP}]
- sci-libs/scipy[${PYTHON_MULTI_USEDEP}]
+ dev-python/scipy-python2[${PYTHON_MULTI_USEDEP}]
+ dev-python/scipy[${PYTHON_MULTI_USEDEP}]
)
)
grc? (
diff --git a/net-wireless/gnuradio/gnuradio-3.8.1.0-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.8.1.0-r1.ebuild
index 3fd0a24eac18..ebf97b1bfda9 100644
--- a/net-wireless/gnuradio/gnuradio-3.8.1.0-r1.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.8.1.0-r1.ebuild
@@ -56,9 +56,9 @@ RDEPEND="${PYTHON_DEPS}
alsa? ( media-libs/alsa-lib:= )
fec? (
sci-libs/gsl
- sci-libs/scipy
+ dev-python/scipy
)
- filter? ( sci-libs/scipy )
+ filter? ( dev-python/scipy )
grc? (
$(python_gen_cond_dep 'dev-python/mako[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
@@ -77,7 +77,7 @@ RDEPEND="${PYTHON_DEPS}
dev-qt/qtwidgets:5
)
sdl? ( >=media-libs/libsdl-1.2.0 )
- trellis? ( sci-libs/scipy )
+ trellis? ( dev-python/scipy )
uhd? (
$(python_gen_cond_dep '>=net-wireless/uhd-3.9.6:=[${PYTHON_SINGLE_USEDEP}]')
)
diff --git a/net-wireless/gnuradio/gnuradio-3.8.1.0-r2.ebuild b/net-wireless/gnuradio/gnuradio-3.8.1.0-r2.ebuild
index ed6d89a7a8fa..3ae37a1a92e3 100644
--- a/net-wireless/gnuradio/gnuradio-3.8.1.0-r2.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.8.1.0-r2.ebuild
@@ -57,9 +57,9 @@ RDEPEND="${PYTHON_DEPS}
alsa? ( media-libs/alsa-lib:= )
fec? (
sci-libs/gsl
- sci-libs/scipy
+ dev-python/scipy
)
- filter? ( sci-libs/scipy )
+ filter? ( dev-python/scipy )
grc? (
$(python_gen_cond_dep 'dev-python/mako[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
@@ -78,7 +78,7 @@ RDEPEND="${PYTHON_DEPS}
dev-qt/qtwidgets:5
)
sdl? ( >=media-libs/libsdl-1.2.0 )
- trellis? ( sci-libs/scipy )
+ trellis? ( dev-python/scipy )
uhd? (
$(python_gen_cond_dep '>=net-wireless/uhd-3.9.6:=[${PYTHON_SINGLE_USEDEP}]')
)
diff --git a/net-wireless/gnuradio/gnuradio-3.8.2.0.ebuild b/net-wireless/gnuradio/gnuradio-3.8.2.0.ebuild
index 65be5a358525..43237bbd9cc2 100644
--- a/net-wireless/gnuradio/gnuradio-3.8.2.0.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.8.2.0.ebuild
@@ -56,9 +56,9 @@ RDEPEND="${PYTHON_DEPS}
alsa? ( media-libs/alsa-lib:= )
fec? (
sci-libs/gsl
- sci-libs/scipy
+ dev-python/scipy
)
- filter? ( sci-libs/scipy )
+ filter? ( dev-python/scipy )
grc? (
$(python_gen_cond_dep 'dev-python/mako[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
@@ -77,7 +77,7 @@ RDEPEND="${PYTHON_DEPS}
dev-qt/qtwidgets:5
)
sdl? ( >=media-libs/libsdl-1.2.0 )
- trellis? ( sci-libs/scipy )
+ trellis? ( dev-python/scipy )
uhd? (
$(python_gen_cond_dep '>=net-wireless/uhd-3.9.6:=[${PYTHON_SINGLE_USEDEP}]')
)
diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild
index 65be5a358525..43237bbd9cc2 100644
--- a/net-wireless/gnuradio/gnuradio-9999.ebuild
+++ b/net-wireless/gnuradio/gnuradio-9999.ebuild
@@ -56,9 +56,9 @@ RDEPEND="${PYTHON_DEPS}
alsa? ( media-libs/alsa-lib:= )
fec? (
sci-libs/gsl
- sci-libs/scipy
+ dev-python/scipy
)
- filter? ( sci-libs/scipy )
+ filter? ( dev-python/scipy )
grc? (
$(python_gen_cond_dep 'dev-python/mako[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
@@ -77,7 +77,7 @@ RDEPEND="${PYTHON_DEPS}
dev-qt/qtwidgets:5
)
sdl? ( >=media-libs/libsdl-1.2.0 )
- trellis? ( sci-libs/scipy )
+ trellis? ( dev-python/scipy )
uhd? (
$(python_gen_cond_dep '>=net-wireless/uhd-3.9.6:=[${PYTHON_SINGLE_USEDEP}]')
)
diff --git a/net-wireless/soapy_power/metadata.xml b/net-wireless/soapy_power/metadata.xml
index e93f0c7982e8..5a4e0cc6cf6b 100644
--- a/net-wireless/soapy_power/metadata.xml
+++ b/net-wireless/soapy_power/metadata.xml
@@ -10,7 +10,7 @@
<name>Radio</name>
</maintainer>
<use>
- <flag name="faster">Use <pkg>sci-libs/scipy</pkg> to speed up drawing</flag>
+ <flag name="faster">Use <pkg>dev-python/scipy</pkg> to speed up drawing</flag>
<flag name="fastest">Use <pkg>dev-python/pyFFTW</pkg> to speed up drawing to the max</flag>
</use>
<upstream>
diff --git a/net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild b/net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild
index 6daef0f42e7b..fd1472590b6c 100644
--- a/net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild
+++ b/net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild
@@ -27,5 +27,5 @@ 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}] )
+ faster? ( dev-python/scipy[${PYTHON_USEDEP}] )
fastest? ( dev-python/pyFFTW[${PYTHON_USEDEP}] )"
diff --git a/net-wireless/soapy_power/soapy_power-9999.ebuild b/net-wireless/soapy_power/soapy_power-9999.ebuild
index 6daef0f42e7b..fd1472590b6c 100644
--- a/net-wireless/soapy_power/soapy_power-9999.ebuild
+++ b/net-wireless/soapy_power/soapy_power-9999.ebuild
@@ -27,5 +27,5 @@ 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}] )
+ faster? ( dev-python/scipy[${PYTHON_USEDEP}] )
fastest? ( dev-python/pyFFTW[${PYTHON_USEDEP}] )"