summaryrefslogtreecommitdiff
path: root/dev-python/lmfit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-python/lmfit
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-python/lmfit')
-rw-r--r--dev-python/lmfit/Manifest2
-rw-r--r--dev-python/lmfit/lmfit-1.0.1-r1.ebuild (renamed from dev-python/lmfit/lmfit-1.0.1.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest
index a86b65b16db6..fa60d09588e5 100644
--- a/dev-python/lmfit/Manifest
+++ b/dev-python/lmfit/Manifest
@@ -1,5 +1,5 @@
DIST lmfit-1.0.1.tar.gz 258368 BLAKE2B bd2956cb9519f9303d0d2707b0333839ce471f62f53c907870bb6b8ab867cbcd1581d82a1959a6c3c734bd6b8074a769f0587706b3172800cbdef979db3a148d SHA512 1ae3e2cb25625a9b24c261d81c8f1ba0389266724581762f6e0a96140c84e43acd527ab1b83b862bf7b3b4c0b1b9755ee38d0c52e63fe89ea41f2d010b1e5c0d
DIST lmfit-1.0.2.tar.gz 306039 BLAKE2B ab5fcda566f81f00a9d2371f6ae5b3477ed015c70e9b9faf8c5228e3f75f0bf9085d9bd3789042af7b46813d0b6c88f96da37ce295593a5368144d53f5f1799b SHA512 85adeac989117dab3cc9aaf216c37ea5087452351a7978238929216dd9d9be8b6b6790103d4fbbf5211a943c43fb99461750cf58287e2b18c27f66eeacc6ed9a
-EBUILD lmfit-1.0.1.ebuild 678 BLAKE2B 00266788712b2d091ba644bbcaeb473af9efc15ecb5a971c67ea41b064930773aa9cb51a9c75e449c81e89524194581181d17d3b55102482b74046d74b3524f9 SHA512 cbae185cd4b398b124c4f69275f4bd48964b8a4f49d626d62f6ca51a65dd2316138b272f7a15d714184ccb089422d2434409f522e150a133acf365934f4d2662
+EBUILD lmfit-1.0.1-r1.ebuild 679 BLAKE2B dddcb14d1ae2d8b5f3db492a42f0f4a54415e45886a931b0af5ff5b6b4cf098c1f69afb5cc5826998e2e540ec3bb28c265cd08a798c668ffbcd005bc11a6c6d9 SHA512 a0c729b4a020756dfed699394b1c9eacc30942b0eb45932fecdaf3626edbf8cd7a5f2f143d2c751b1915aa8d20df53181ecce78b89abd8cd8448e9259a0b8703
EBUILD lmfit-1.0.2.ebuild 1056 BLAKE2B ed874fe8d63dbf9e1c649770e6247c61869ddd7326af41d5c1366ba1e23072d5d17eb27f91606ece5bf4337b119b33a667db2469945c1ef4c85b4137a7a2810e SHA512 f197479a8b159a215f38ec933cca2018b4f8a2fbda3ad7df5f6239d3566f7c9379bb1b1279ef478e4c9a12324c26c1a44ffae049e3fd51126720c85b64f44bfd
MISC metadata.xml 385 BLAKE2B f0e9be81d998336366945f8ed722ff49a2868ac446b12659241e3d2bc64e3e918a4917b8212ff2a2a7264a92ae460df98295a158ee90c8cd3a6180cdd1f5e9c3 SHA512 c1354b1220795403aa9576da5b30e7c8f2b3836d847c0e05f2e7465927209ec4ff0675d0a1853508dbd3bf41880989fa151520531e5d6612be27a13a99a22bba
diff --git a/dev-python/lmfit/lmfit-1.0.1.ebuild b/dev-python/lmfit/lmfit-1.0.1-r1.ebuild
index a62b5b1c5688..e3d9bc9fd9c6 100644
--- a/dev-python/lmfit/lmfit-1.0.1.ebuild
+++ b/dev-python/lmfit/lmfit-1.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,6 @@ BDEPEND="
>=dev-python/uncertainties-3.0.1[${PYTHON_USEDEP}]
>=dev-python/scipy-1.2[${PYTHON_USEDEP}]
"
-RDEPEND="${DEPEND}"
+RDEPEND="${BDEPEND}"
distutils_enable_tests pytest