summaryrefslogtreecommitdiff
path: root/sci-chemistry/relax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-16 16:18:18 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-16 16:18:18 +0000
commit0704956f7256f1f618cc5e03af2c1dbd0e83dbc5 (patch)
tree881671532c0c3c82ebd4523b6d6cbc8ace982aae /sci-chemistry/relax
parent21435953e16cda318a82334ddbadb3b5c36d9ea7 (diff)
gentoo resync : 16.01.2020
Diffstat (limited to 'sci-chemistry/relax')
-rw-r--r--sci-chemistry/relax/Manifest2
-rw-r--r--sci-chemistry/relax/relax-4.0.0-r1.ebuild9
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/relax/Manifest b/sci-chemistry/relax/Manifest
index 7d477d91d72f..c12f1f8a23dc 100644
--- a/sci-chemistry/relax/Manifest
+++ b/sci-chemistry/relax/Manifest
@@ -1,3 +1,3 @@
DIST relax-4.0.0.src.tar.bz2 105659752 BLAKE2B ce5fc9b7f31787f2189e75a543f8ba6fe3cd59ce7382c6c0f79c419b9f71b2d09bd16685e7fed3c9e3205be531efa2a8dc1cce707e77e2386d2a9f7a71b4b0c1 SHA512 28b5ddab2c83f95d7e1a502d05b5d3c93337fece68a1fef95ec8978f61fccf24cb37528cfef27cb20d132033535f4120b23cc76a75f34f52b27df17116351f8e
-EBUILD relax-4.0.0-r1.ebuild 1591 BLAKE2B 58569336b45732cafd601b30e8ef2db0666eceb49c4d5ee5b45aeec1cfec7cf4505f1b77c532bbfc550c2111e439bc8cf5b3fc686bd6216c0627cbad6dd5c0ba SHA512 fbb5be5c93e7dafe75f9c3a13a0d849fbf494a7018a35389b9284251f8231c1174c3cf1469ba24781ca030bc729ecb225edffed9db6305c83b37299fe373bc4c
+EBUILD relax-4.0.0-r1.ebuild 1647 BLAKE2B 47d35d0a658255c16ce7fde5c6afdf1ac80f894e9de57b4a55c7e44c61db164f50511984abbaf1b8ad98bebef132836bcbfcd07d8ddb70f7c5fe17469185df62 SHA512 88d260d222dbd1c25b327aea72e37cacb209d3dd172aefe5c15d5def95905dd7168d75d15cb707ebc4ed3863838e3c6b3a4764679e249f0ad6d689ad7cabe501
MISC metadata.xml 1373 BLAKE2B d5a9e36f0412ef757a23aa4991986bdc394edc035f59b0206b246affc884417eb8446a598b23054972c97dc5d883cd0242e306f9e8d61620c144939845c0bcf1 SHA512 575ccfdae744fc5d97e795a22989b377954edeacb8ec4887d987a59af813f126551743c4b29b9c2b4a26a1840f05d42fb26fd39b7ae9b38e24373fab18c0270e
diff --git a/sci-chemistry/relax/relax-4.0.0-r1.ebuild b/sci-chemistry/relax/relax-4.0.0-r1.ebuild
index 5a99d4554ba7..606c454f1b12 100644
--- a/sci-chemistry/relax/relax-4.0.0-r1.ebuild
+++ b/sci-chemistry/relax/relax-4.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ WX_GTK_VER="3.0"
inherit eutils multiprocessing python-single-r1 scons-utils toolchain-funcs wxwidgets virtualx
DESCRIPTION="Molecular dynamics by NMR data analysis"
-HOMEPAGE="http://www.nmr-relax.com/"
+HOMEPAGE="https://www.nmr-relax.com/"
SRC_URI="http://download.gna.org/relax/${P}.src.tar.bz2"
SLOT="0"
@@ -25,7 +25,10 @@ RDEPEND="
${PYTHON_DEPS}
dev-python/Numdifftools[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )
dev-python/wxpython:${WX_GTK_VER}[${PYTHON_USEDEP}]
sci-chemistry/molmol
sci-chemistry/pymol[${PYTHON_USEDEP}]