dev-python/uncertainties: Update homepage

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-19 10:05:04 +02:00
parent a603a7c799
commit a8d4590fcb
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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