aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 11:09:45 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 11:09:45 +0200
commita6da897dd959421eca4a78deee4f55faff97c77b (patch)
tree6a0a4b869eb19905c96ddbf4d4abe37b655f76f7 /sci-chemistry/smmp
parentdev-python/matplotlib2tikz: Version bump to 0.2.4 (diff)
downloadsci-a6da897dd959421eca4a78deee4f55faff97c77b.tar.gz
sci-a6da897dd959421eca4a78deee4f55faff97c77b.tar.bz2
sci-a6da897dd959421eca4a78deee4f55faff97c77b.zip
Drop deprecated python eclass function
Parallel support has been removed from pyhton eclasses python_parallel_foreach_impl -> python_foreach_impl Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/smmp')
-rw-r--r--sci-chemistry/smmp/smmp-3.0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/smmp/smmp-3.0.5.ebuild b/sci-chemistry/smmp/smmp-3.0.5.ebuild
index 2ab9f0063..9914ab5fe 100644
--- a/sci-chemistry/smmp/smmp-3.0.5.ebuild
+++ b/sci-chemistry/smmp/smmp-3.0.5.ebuild
@@ -54,7 +54,7 @@ src_test() {
src_install() {
dobin ${PN}
python_moduleinto ${PN}
- python_parallel_foreach_impl python_domodule *.py
- python_parallel_foreach_impl python_optimize
+ python_foreach_impl python_domodule *.py
+ python_foreach_impl python_optimize
dodoc README
}