[gentoo-commits] proj/sci:master commit in: dev-python/MagnetoResistance-tool/

2024-12-13 Thread Nowa Ammerlaan
commit: c25956d5e95357a8e5ebbdc2f8a23ff54d921bfe
Author: Nowa Ammerlaan  gentoo  org>
AuthorDate: Fri Dec 13 11:09:40 2024 +
Commit: Nowa Ammerlaan  gentoo  org>
CommitDate: Fri Dec 13 11:09:40 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c25956d5

dev-python/MagnetoResistance-tool: add 0.0.4, drop 0.0.3

Signed-off-by: Nowa Ammerlaan  gentoo.org>

 ...toResistance-tool-0.0.3.ebuild => MagnetoResistance-tool-0.0.4.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.3.ebuild 
b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.4.ebuild
similarity index 100%
rename from 
dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.3.ebuild
rename to dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.4.ebuild



[gentoo-commits] proj/sci:master commit in: dev-python/MagnetoResistance-tool/

2024-09-26 Thread Andrew Ammerlaan
commit: 230feb766678d9ddc1b04d0557d4a7c84b93caed
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 26 15:17:08 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 26 15:17:08 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=230feb76

dev-python/MagnetoResistance-tool: drop 0.0.2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../MagnetoResistance-tool-0.0.2.ebuild| 22 --
 1 file changed, 22 deletions(-)

diff --git 
a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild 
b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
deleted file mode 100644
index 23e03adcf..0
--- a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-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}]
-"



[gentoo-commits] proj/sci:master commit in: dev-python/MagnetoResistance-tool/

2024-09-26 Thread Andrew Ammerlaan
commit: ebcf25d3e8ce5c2d8a6f37d6f2dc0f2432f6a285
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 26 15:16:39 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 26 15:16:39 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ebcf25d3

dev-python/MagnetoResistance-tool: add 0.0.3

Signed-off-by: Andrew Ammerlaan  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 0..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}]
+"



[gentoo-commits] proj/sci:master commit in: dev-python/MagnetoResistance-tool/

2024-04-11 Thread Andrew Ammerlaan
commit: 042352e58dc0a6e32777c28deeaacae1a0b382b4
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Apr 11 12:49:14 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Apr 11 12:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=042352e5

dev-python/MagnetoResistance-tool: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild 
b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
index cb24f5d19..23e03adcf 100644
--- a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
+++ b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 inherit distutils-r1 pypi



[gentoo-commits] proj/sci:master commit in: dev-python/MagnetoResistance-tool/

2023-05-22 Thread Andrew Ammerlaan
commit: 9547845d4ce361c884b2065402afe755da71869c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 22 12:57:06 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 22 13:12:24 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9547845d

dev-python/MagnetoResistance-tool: update SRC_URI

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild 
b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
index 6f675dc80..cb24f5d19 100644
--- a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
+++ b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
@@ -5,11 +5,11 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Create calibration matrix to correct for magneto-resistance in 
resistive sensors"
 HOMEPAGE="https://gitlab.science.ru.nl/hfml/MRcalib";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"



[gentoo-commits] proj/sci:master commit in: dev-python/MagnetoResistance-tool/

2023-01-02 Thread Andrew Ammerlaan
commit: b572b9d7dc3eda3e03ce5e7521d9d4de625aba55
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Jan  2 15:47:42 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Jan  2 15:47:42 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b572b9d7

dev-python/MagnetoResistance-tool: new package, add 0.0.2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../MagnetoResistance-tool-0.0.2.ebuild| 22 ++
 dev-python/MagnetoResistance-tool/metadata.xml | 11 +++
 2 files changed, 33 insertions(+)

diff --git 
a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild 
b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
new file mode 100644
index 0..78d3d3d78
--- /dev/null
+++ b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.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_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Create calibration matrix to correct for magneto-resistance in 
resistive sensors"
+HOMEPAGE="https://gitlab.science.ru.nl/hfml/MRcalib";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/MagnetoResistance-tool/metadata.xml 
b/dev-python/MagnetoResistance-tool/metadata.xml
new file mode 100644
index 0..aed122741
--- /dev/null
+++ b/dev-python/MagnetoResistance-tool/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   andrewammerl...@gentoo.org
+   Andrew Ammerlaan
+   
+   
+   MagnetoResistance-tool
+   
+