diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-19 10:05:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-19 13:47:15 +0200 |
commit | a8d4590fcb388a294fc275dc23df13db11c3c52f (patch) | |
tree | a0e53aafbcf84e8a5d9115796cdd0accc56fd550 /dev-python/uncertainties | |
parent | dev-python/uncertainties: Fix tests with numpy-2 (diff) | |
download | gentoo-a8d4590fcb388a294fc275dc23df13db11c3c52f.tar.gz gentoo-a8d4590fcb388a294fc275dc23df13db11c3c52f.tar.bz2 gentoo-a8d4590fcb388a294fc275dc23df13db11c3c52f.zip |
dev-python/uncertainties: Update homepage
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/uncertainties')
-rw-r--r-- | dev-python/uncertainties/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/uncertainties/metadata.xml b/dev-python/uncertainties/metadata.xml index 86cdd1f286cc..4d1857508b13 100644 --- a/dev-python/uncertainties/metadata.xml +++ b/dev-python/uncertainties/metadata.xml @@ -21,7 +21,7 @@ are what is predicted by error propagation theory. </longdescription> <upstream> - <remote-id type="github">lebigot/uncertainties</remote-id> + <remote-id type="github">lmfit/uncertainties</remote-id> <remote-id type="pypi">uncertainties</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild b/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild index 09df84db552d..d959694cae67 100644 --- a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild +++ b/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 optfeature pypi DESCRIPTION="Python module for calculations with uncertainties" HOMEPAGE=" https://pythonhosted.org/uncertainties/ - https://github.com/lebigot/uncertainties/ + https://github.com/lmfit/uncertainties/ https://pypi.org/project/uncertainties/ " @@ -29,7 +29,7 @@ distutils_enable_tests pytest distutils_enable_sphinx doc --no-autodoc src_prepare() { - # not used in py3, see https://github.com/lebigot/uncertainties/pull/168 + # not used in py3, see https://github.com/lmfit/uncertainties/pull/168 sed -i -e '/future/d' setup.py || die # fix tests with numpy-2 # https://github.com/lmfit/uncertainties/pull/225 |