commit: ebcf25d3e8ce5c2d8a6f37d6f2dc0f2432f6a285
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 15:16:39 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 15:16:39 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ebcf25d3
dev-python/MagnetoResistance-tool: add 0.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../MagnetoResistance-tool-0.0.3.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git
a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.3.ebuild
b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.3.ebuild
new file mode 100644
index 000000000..9316ed64e
--- /dev/null
+++ b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Create calibration matrix to correct for magneto-resistance in
resistive sensors"
+HOMEPAGE="https://gitlab.science.ru.nl/hfml/MRcalib"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+"