[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: b630c765490f9b7d554cc566ec42a83d18cdc8f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:26:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b630c765

sci-chemistry/nmrglue: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 49d670980a0..5b878a0faa8 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: bff287c58026660efee351eea84f988ea559ddab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:34:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff287c5

sci-chemistry/nmrglue: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 5b878a0faa8..78539bfaf77 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
+HOMEPAGE="https://nmrglue.com/";
 
SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-06-13 Thread Pacho Ramos
commit: bbbfd695e48dfe4e7f8a042942e659bd25e5159f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 13 16:12:57 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 13 16:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd695

sci-chemistry/nmrglue: Bump to 0.7

Closes: https://bugs.gentoo.org/718480
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 +
 sci-chemistry/nmrglue/nmrglue-0.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 0e0f4543c6e..b1414f469d9 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1 +1,2 @@
 DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
+DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
new file mode 100644
index 000..7772d64fc7d
--- /dev/null
+++ b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for working with NMR data in Python"
+HOMEPAGE="https://nmrglue.com/";
+SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2017-05-29 Thread Pacho Ramos
commit: 8716fed97e4006475c712066b7613de2053c5d3b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon May 29 14:59:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon May 29 16:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716fed9

sci-chemistry/nmrglue: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index f83d33f916d..9f1cae764af 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2015-09-01 Thread Justin Lecher
commit: 309a3fd4c5e69f756e138ff3c147fb70e616d6ad
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep  1 13:11:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep  1 13:11:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309a3fd4

sci-chemistry/nmrglue: Drop unnecessary dependency and old version

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 sci-chemistry/nmrglue/Manifest  |  1 -
 sci-chemistry/nmrglue/nmrglue-0.4.ebuild| 25 -
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild |  1 -
 3 files changed, 27 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 4eb824a..57145e4 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.4-corrected.tar.gz 128298 SHA256 
85c45750aef431f2c1326a9f4856eeac4da8aedbc94c6255de6e08e3ea35f316 SHA512 
c2376ba8e8f993e6e4b536d67d4a780087ac8f811b2d5a846ff8b4785b02c0a4e86956c4205f90a17c5c0a2dc620d75fb7886fbad9cca314b548e3368137eda0
 WHIRLPOOL 
eb8a2a5064b5fa5b60d16a70cf51667daa55f1584ed9d0ca3092af4672ed2c5cef56d135e82b35c107856d338fb0893248a1719b673a4e96c1edb2fb75243d08
 DIST nmrglue-0.5.tar.gz 142604 SHA256 
a05c880bd0d5f0b388156409e18a5618742f829f2532d19970d05b11bfcc6103 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 WHIRLPOOL 
78f9d094a2ab1ebc01f452717fdc1cdeccc27951195c9dd6e97069a575722acf25442009b4ccede03ad728b0767fced4a2220a8072ccc1d604a9f62e9c45af4a

diff --git a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
deleted file mode 100644
index d39fd44..000
--- a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
-SRC_URI="https://nmrglue.googlecode.com/files/${P}-corrected.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND=""

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 08dd91a..b4ce8aa 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2015-09-01 Thread Justin Lecher
commit: 309a3fd4c5e69f756e138ff3c147fb70e616d6ad
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep  1 13:11:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep  1 13:11:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309a3fd4

sci-chemistry/nmrglue: Drop unnecessary dependency and old version

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 sci-chemistry/nmrglue/Manifest  |  1 -
 sci-chemistry/nmrglue/nmrglue-0.4.ebuild| 25 -
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild |  1 -
 3 files changed, 27 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 4eb824a..57145e4 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.4-corrected.tar.gz 128298 SHA256 
85c45750aef431f2c1326a9f4856eeac4da8aedbc94c6255de6e08e3ea35f316 SHA512 
c2376ba8e8f993e6e4b536d67d4a780087ac8f811b2d5a846ff8b4785b02c0a4e86956c4205f90a17c5c0a2dc620d75fb7886fbad9cca314b548e3368137eda0
 WHIRLPOOL 
eb8a2a5064b5fa5b60d16a70cf51667daa55f1584ed9d0ca3092af4672ed2c5cef56d135e82b35c107856d338fb0893248a1719b673a4e96c1edb2fb75243d08
 DIST nmrglue-0.5.tar.gz 142604 SHA256 
a05c880bd0d5f0b388156409e18a5618742f829f2532d19970d05b11bfcc6103 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 WHIRLPOOL 
78f9d094a2ab1ebc01f452717fdc1cdeccc27951195c9dd6e97069a575722acf25442009b4ccede03ad728b0767fced4a2220a8072ccc1d604a9f62e9c45af4a

diff --git a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
deleted file mode 100644
index d39fd44..000
--- a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
-SRC_URI="https://nmrglue.googlecode.com/files/${P}-corrected.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND=""

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 08dd91a..b4ce8aa 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2017-05-29 Thread Pacho Ramos
commit: 8716fed97e4006475c712066b7613de2053c5d3b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon May 29 14:59:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon May 29 16:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716fed9

sci-chemistry/nmrglue: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index f83d33f916d..9f1cae764af 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2015-09-01 Thread Justin Lecher
commit: 309a3fd4c5e69f756e138ff3c147fb70e616d6ad
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep  1 13:11:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep  1 13:11:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309a3fd4

sci-chemistry/nmrglue: Drop unnecessary dependency and old version

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 sci-chemistry/nmrglue/Manifest  |  1 -
 sci-chemistry/nmrglue/nmrglue-0.4.ebuild| 25 -
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild |  1 -
 3 files changed, 27 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 4eb824a..57145e4 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.4-corrected.tar.gz 128298 SHA256 
85c45750aef431f2c1326a9f4856eeac4da8aedbc94c6255de6e08e3ea35f316 SHA512 
c2376ba8e8f993e6e4b536d67d4a780087ac8f811b2d5a846ff8b4785b02c0a4e86956c4205f90a17c5c0a2dc620d75fb7886fbad9cca314b548e3368137eda0
 WHIRLPOOL 
eb8a2a5064b5fa5b60d16a70cf51667daa55f1584ed9d0ca3092af4672ed2c5cef56d135e82b35c107856d338fb0893248a1719b673a4e96c1edb2fb75243d08
 DIST nmrglue-0.5.tar.gz 142604 SHA256 
a05c880bd0d5f0b388156409e18a5618742f829f2532d19970d05b11bfcc6103 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 WHIRLPOOL 
78f9d094a2ab1ebc01f452717fdc1cdeccc27951195c9dd6e97069a575722acf25442009b4ccede03ad728b0767fced4a2220a8072ccc1d604a9f62e9c45af4a

diff --git a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
deleted file mode 100644
index d39fd44..000
--- a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
-SRC_URI="https://nmrglue.googlecode.com/files/${P}-corrected.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND=""

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 08dd91a..b4ce8aa 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2017-05-29 Thread Pacho Ramos
commit: 8716fed97e4006475c712066b7613de2053c5d3b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon May 29 14:59:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon May 29 16:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716fed9

sci-chemistry/nmrglue: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index f83d33f916d..9f1cae764af 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: b630c765490f9b7d554cc566ec42a83d18cdc8f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:26:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b630c765

sci-chemistry/nmrglue: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 49d670980a0..5b878a0faa8 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: bff287c58026660efee351eea84f988ea559ddab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:34:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff287c5

sci-chemistry/nmrglue: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 5b878a0faa8..78539bfaf77 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
+HOMEPAGE="https://nmrglue.com/";
 
SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-06-13 Thread Pacho Ramos
commit: bbbfd695e48dfe4e7f8a042942e659bd25e5159f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 13 16:12:57 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 13 16:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd695

sci-chemistry/nmrglue: Bump to 0.7

Closes: https://bugs.gentoo.org/718480
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 +
 sci-chemistry/nmrglue/nmrglue-0.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 0e0f4543c6e..b1414f469d9 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1 +1,2 @@
 DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
+DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
new file mode 100644
index 000..7772d64fc7d
--- /dev/null
+++ b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for working with NMR data in Python"
+HOMEPAGE="https://nmrglue.com/";
+SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-06-13 Thread Pacho Ramos
commit: bbbfd695e48dfe4e7f8a042942e659bd25e5159f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 13 16:12:57 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 13 16:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd695

sci-chemistry/nmrglue: Bump to 0.7

Closes: https://bugs.gentoo.org/718480
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 +
 sci-chemistry/nmrglue/nmrglue-0.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 0e0f4543c6e..b1414f469d9 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1 +1,2 @@
 DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
+DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
new file mode 100644
index 000..7772d64fc7d
--- /dev/null
+++ b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for working with NMR data in Python"
+HOMEPAGE="https://nmrglue.com/";
+SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: b630c765490f9b7d554cc566ec42a83d18cdc8f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:26:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b630c765

sci-chemistry/nmrglue: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 49d670980a0..5b878a0faa8 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: bff287c58026660efee351eea84f988ea559ddab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:34:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff287c5

sci-chemistry/nmrglue: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 5b878a0faa8..78539bfaf77 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
+HOMEPAGE="https://nmrglue.com/";
 
SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: b630c765490f9b7d554cc566ec42a83d18cdc8f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:26:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b630c765

sci-chemistry/nmrglue: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 49d670980a0..5b878a0faa8 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: bff287c58026660efee351eea84f988ea559ddab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:34:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff287c5

sci-chemistry/nmrglue: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 5b878a0faa8..78539bfaf77 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
+HOMEPAGE="https://nmrglue.com/";
 
SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-06-13 Thread Pacho Ramos
commit: bbbfd695e48dfe4e7f8a042942e659bd25e5159f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 13 16:12:57 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 13 16:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd695

sci-chemistry/nmrglue: Bump to 0.7

Closes: https://bugs.gentoo.org/718480
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 +
 sci-chemistry/nmrglue/nmrglue-0.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 0e0f4543c6e..b1414f469d9 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1 +1,2 @@
 DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
+DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
new file mode 100644
index 000..7772d64fc7d
--- /dev/null
+++ b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for working with NMR data in Python"
+HOMEPAGE="https://nmrglue.com/";
+SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2017-05-29 Thread Pacho Ramos
commit: 8716fed97e4006475c712066b7613de2053c5d3b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon May 29 14:59:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon May 29 16:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716fed9

sci-chemistry/nmrglue: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index f83d33f916d..9f1cae764af 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2017-05-29 Thread Pacho Ramos
commit: 8716fed97e4006475c712066b7613de2053c5d3b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon May 29 14:59:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon May 29 16:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716fed9

sci-chemistry/nmrglue: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index f83d33f916d..9f1cae764af 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: b630c765490f9b7d554cc566ec42a83d18cdc8f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:26:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b630c765

sci-chemistry/nmrglue: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 49d670980a0..5b878a0faa8 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: bff287c58026660efee351eea84f988ea559ddab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:34:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff287c5

sci-chemistry/nmrglue: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 5b878a0faa8..78539bfaf77 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
+HOMEPAGE="https://nmrglue.com/";
 
SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-06-13 Thread Pacho Ramos
commit: bbbfd695e48dfe4e7f8a042942e659bd25e5159f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 13 16:12:57 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 13 16:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd695

sci-chemistry/nmrglue: Bump to 0.7

Closes: https://bugs.gentoo.org/718480
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 +
 sci-chemistry/nmrglue/nmrglue-0.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 0e0f4543c6e..b1414f469d9 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1 +1,2 @@
 DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
+DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
new file mode 100644
index 000..7772d64fc7d
--- /dev/null
+++ b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for working with NMR data in Python"
+HOMEPAGE="https://nmrglue.com/";
+SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2015-09-01 Thread Justin Lecher
commit: 309a3fd4c5e69f756e138ff3c147fb70e616d6ad
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep  1 13:11:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep  1 13:11:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309a3fd4

sci-chemistry/nmrglue: Drop unnecessary dependency and old version

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 sci-chemistry/nmrglue/Manifest  |  1 -
 sci-chemistry/nmrglue/nmrglue-0.4.ebuild| 25 -
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild |  1 -
 3 files changed, 27 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 4eb824a..57145e4 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.4-corrected.tar.gz 128298 SHA256 
85c45750aef431f2c1326a9f4856eeac4da8aedbc94c6255de6e08e3ea35f316 SHA512 
c2376ba8e8f993e6e4b536d67d4a780087ac8f811b2d5a846ff8b4785b02c0a4e86956c4205f90a17c5c0a2dc620d75fb7886fbad9cca314b548e3368137eda0
 WHIRLPOOL 
eb8a2a5064b5fa5b60d16a70cf51667daa55f1584ed9d0ca3092af4672ed2c5cef56d135e82b35c107856d338fb0893248a1719b673a4e96c1edb2fb75243d08
 DIST nmrglue-0.5.tar.gz 142604 SHA256 
a05c880bd0d5f0b388156409e18a5618742f829f2532d19970d05b11bfcc6103 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 WHIRLPOOL 
78f9d094a2ab1ebc01f452717fdc1cdeccc27951195c9dd6e97069a575722acf25442009b4ccede03ad728b0767fced4a2220a8072ccc1d604a9f62e9c45af4a

diff --git a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
deleted file mode 100644
index d39fd44..000
--- a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
-SRC_URI="https://nmrglue.googlecode.com/files/${P}-corrected.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND=""

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 08dd91a..b4ce8aa 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2015-09-01 Thread Justin Lecher
commit: 309a3fd4c5e69f756e138ff3c147fb70e616d6ad
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep  1 13:11:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep  1 13:11:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309a3fd4

sci-chemistry/nmrglue: Drop unnecessary dependency and old version

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 sci-chemistry/nmrglue/Manifest  |  1 -
 sci-chemistry/nmrglue/nmrglue-0.4.ebuild| 25 -
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild |  1 -
 3 files changed, 27 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 4eb824a..57145e4 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.4-corrected.tar.gz 128298 SHA256 
85c45750aef431f2c1326a9f4856eeac4da8aedbc94c6255de6e08e3ea35f316 SHA512 
c2376ba8e8f993e6e4b536d67d4a780087ac8f811b2d5a846ff8b4785b02c0a4e86956c4205f90a17c5c0a2dc620d75fb7886fbad9cca314b548e3368137eda0
 WHIRLPOOL 
eb8a2a5064b5fa5b60d16a70cf51667daa55f1584ed9d0ca3092af4672ed2c5cef56d135e82b35c107856d338fb0893248a1719b673a4e96c1edb2fb75243d08
 DIST nmrglue-0.5.tar.gz 142604 SHA256 
a05c880bd0d5f0b388156409e18a5618742f829f2532d19970d05b11bfcc6103 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 WHIRLPOOL 
78f9d094a2ab1ebc01f452717fdc1cdeccc27951195c9dd6e97069a575722acf25442009b4ccede03ad728b0767fced4a2220a8072ccc1d604a9f62e9c45af4a

diff --git a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
deleted file mode 100644
index d39fd44..000
--- a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
-SRC_URI="https://nmrglue.googlecode.com/files/${P}-corrected.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND=""

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 08dd91a..b4ce8aa 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: b630c765490f9b7d554cc566ec42a83d18cdc8f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:26:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b630c765

sci-chemistry/nmrglue: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 49d670980a0..5b878a0faa8 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: bff287c58026660efee351eea84f988ea559ddab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:34:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff287c5

sci-chemistry/nmrglue: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 5b878a0faa8..78539bfaf77 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
+HOMEPAGE="https://nmrglue.com/";
 
SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-06-13 Thread Pacho Ramos
commit: bbbfd695e48dfe4e7f8a042942e659bd25e5159f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 13 16:12:57 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 13 16:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd695

sci-chemistry/nmrglue: Bump to 0.7

Closes: https://bugs.gentoo.org/718480
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 +
 sci-chemistry/nmrglue/nmrglue-0.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 0e0f4543c6e..b1414f469d9 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1 +1,2 @@
 DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
+DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
new file mode 100644
index 000..7772d64fc7d
--- /dev/null
+++ b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for working with NMR data in Python"
+HOMEPAGE="https://nmrglue.com/";
+SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2017-05-29 Thread Pacho Ramos
commit: 8716fed97e4006475c712066b7613de2053c5d3b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon May 29 14:59:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon May 29 16:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716fed9

sci-chemistry/nmrglue: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index f83d33f916d..9f1cae764af 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2015-09-01 Thread Justin Lecher
commit: 309a3fd4c5e69f756e138ff3c147fb70e616d6ad
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep  1 13:11:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep  1 13:11:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309a3fd4

sci-chemistry/nmrglue: Drop unnecessary dependency and old version

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 sci-chemistry/nmrglue/Manifest  |  1 -
 sci-chemistry/nmrglue/nmrglue-0.4.ebuild| 25 -
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild |  1 -
 3 files changed, 27 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 4eb824a..57145e4 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.4-corrected.tar.gz 128298 SHA256 
85c45750aef431f2c1326a9f4856eeac4da8aedbc94c6255de6e08e3ea35f316 SHA512 
c2376ba8e8f993e6e4b536d67d4a780087ac8f811b2d5a846ff8b4785b02c0a4e86956c4205f90a17c5c0a2dc620d75fb7886fbad9cca314b548e3368137eda0
 WHIRLPOOL 
eb8a2a5064b5fa5b60d16a70cf51667daa55f1584ed9d0ca3092af4672ed2c5cef56d135e82b35c107856d338fb0893248a1719b673a4e96c1edb2fb75243d08
 DIST nmrglue-0.5.tar.gz 142604 SHA256 
a05c880bd0d5f0b388156409e18a5618742f829f2532d19970d05b11bfcc6103 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 WHIRLPOOL 
78f9d094a2ab1ebc01f452717fdc1cdeccc27951195c9dd6e97069a575722acf25442009b4ccede03ad728b0767fced4a2220a8072ccc1d604a9f62e9c45af4a

diff --git a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
deleted file mode 100644
index d39fd44..000
--- a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
-SRC_URI="https://nmrglue.googlecode.com/files/${P}-corrected.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND=""

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 08dd91a..b4ce8aa 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: b630c765490f9b7d554cc566ec42a83d18cdc8f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:26:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b630c765

sci-chemistry/nmrglue: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 49d670980a0..5b878a0faa8 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: bff287c58026660efee351eea84f988ea559ddab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:34:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff287c5

sci-chemistry/nmrglue: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 5b878a0faa8..78539bfaf77 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
+HOMEPAGE="https://nmrglue.com/";
 
SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-06-13 Thread Pacho Ramos
commit: bbbfd695e48dfe4e7f8a042942e659bd25e5159f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 13 16:12:57 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 13 16:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd695

sci-chemistry/nmrglue: Bump to 0.7

Closes: https://bugs.gentoo.org/718480
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 +
 sci-chemistry/nmrglue/nmrglue-0.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 0e0f4543c6e..b1414f469d9 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1 +1,2 @@
 DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
+DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
new file mode 100644
index 000..7772d64fc7d
--- /dev/null
+++ b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for working with NMR data in Python"
+HOMEPAGE="https://nmrglue.com/";
+SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-06-13 Thread Pacho Ramos
commit: bbbfd695e48dfe4e7f8a042942e659bd25e5159f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 13 16:12:57 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 13 16:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd695

sci-chemistry/nmrglue: Bump to 0.7

Closes: https://bugs.gentoo.org/718480
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 +
 sci-chemistry/nmrglue/nmrglue-0.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 0e0f4543c6e..b1414f469d9 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1 +1,2 @@
 DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
+DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
new file mode 100644
index 000..7772d64fc7d
--- /dev/null
+++ b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for working with NMR data in Python"
+HOMEPAGE="https://nmrglue.com/";
+SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: b630c765490f9b7d554cc566ec42a83d18cdc8f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:26:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b630c765

sci-chemistry/nmrglue: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 49d670980a0..5b878a0faa8 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2020-01-15 Thread Michał Górny
commit: bff287c58026660efee351eea84f988ea559ddab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:34:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:38:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff287c5

sci-chemistry/nmrglue: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index 5b878a0faa8..78539bfaf77 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/";
+HOMEPAGE="https://nmrglue.com/";
 
SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2017-05-29 Thread Pacho Ramos
commit: 8716fed97e4006475c712066b7613de2053c5d3b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon May 29 14:59:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon May 29 16:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716fed9

sci-chemistry/nmrglue: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index f83d33f916d..9f1cae764af 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2017-05-29 Thread Pacho Ramos
commit: 8716fed97e4006475c712066b7613de2053c5d3b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon May 29 14:59:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon May 29 16:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716fed9

sci-chemistry/nmrglue: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
index f83d33f916d..9f1cae764af 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2022-10-05 Thread Andrew Ammerlaan
commit: 6d554df2b89c62b811bf747b45d875037c6a4f7e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Oct  5 14:14:55 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Oct  5 14:14:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d554df2

sci-chemistry/nmrglue: add 0.9

Closes: https://bugs.gentoo.org/846230
Closes: https://bugs.gentoo.org/836861
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 +
 sci-chemistry/nmrglue/nmrglue-0.9.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index a887763be6c1..8d319fcb1e4d 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1 +1,2 @@
 DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5
+DIST nmrglue-0.9.tar.gz 14916942 BLAKE2B 
febe5c25a05474242654a63617388b4e65310050d07263cf6dd173ac75579c75b8b3238d7a20fe7e535ee43fe53828fe6776f18cc781c24ac571d58a1110314c
 SHA512 
8e20a53cf53df6fb0f0ddba1361b1ead0f03c5cdd34cc7199fb9d6727060596a1f79c5c0139dd978f6b09551216a0042e8858603ce4c9b1f4063f04e06d912e5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.9.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.9.ebuild
new file mode 100644
index ..a5a4b69f57cf
--- /dev/null
+++ b/sci-chemistry/nmrglue/nmrglue-0.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for working with NMR data in Python"
+HOMEPAGE="https://nmrglue.com/";
+SRC_URI="https://github.com/jjhelmus/nmrglue/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+# Requires sci-chemistry/nmrpipe from ::sci
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( app-shells/tcsh )"
+
+distutils_enable_tests nose
+distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme 
dev-python/numpydoc



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2023-02-24 Thread Andrew Ammerlaan
commit: 9ca4e4725e94aef869ed8f29f2f2714c1c123d94
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb 24 08:07:17 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb 24 08:08:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca4e472

sci-chemistry/nmrglue: enable py3.11

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

 sci-chemistry/nmrglue/nmrglue-0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/nmrglue/nmrglue-0.9.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.9.ebuild
index 7b28a0a8d2a5..9323133b7c93 100644
--- a/sci-chemistry/nmrglue/nmrglue-0.9.ebuild
+++ b/sci-chemistry/nmrglue/nmrglue-0.9.ebuild
@@ -4,12 +4,12 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
+HOMEPAGE="https://www.nmrglue.com/";
 SRC_URI="https://github.com/jjhelmus/nmrglue/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/

2023-05-01 Thread Sam James
commit: 5bc98e4ce92fee394ffc64a4243155cae6b13211
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 13:55:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 14:07:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc98e4c

sci-chemistry/nmrglue: drop 0.7

Signed-off-by: Sam James  gentoo.org>

 sci-chemistry/nmrglue/Manifest   |  1 -
 sci-chemistry/nmrglue/nmrglue-0.7.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index 8d319fcb1e4d..fa5208607065 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5
 DIST nmrglue-0.9.tar.gz 14916942 BLAKE2B 
febe5c25a05474242654a63617388b4e65310050d07263cf6dd173ac75579c75b8b3238d7a20fe7e535ee43fe53828fe6776f18cc781c24ac571d58a1110314c
 SHA512 
8e20a53cf53df6fb0f0ddba1361b1ead0f03c5cdd34cc7199fb9d6727060596a1f79c5c0139dd978f6b09551216a0042e8858603ce4c9b1f4063f04e06d912e5

diff --git a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
deleted file mode 100644
index 3362c8fd80d8..
--- a/sci-chemistry/nmrglue/nmrglue-0.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_9 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/, profiles/

2024-03-29 Thread Michał Górny
commit: 23fcd16fcbd8c3a278a91a86997de234ecf8d70f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 29 14:49:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 29 14:49:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23fcd16f

sci-chemistry/nmrglue: Remove last-rited pkg

Closes: https://bugs.gentoo.org/878725
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask|  7 ---
 sci-chemistry/nmrglue/Manifest   |  1 -
 sci-chemistry/nmrglue/metadata.xml   | 29 -
 sci-chemistry/nmrglue/nmrglue-0.9.ebuild | 31 ---
 4 files changed, 68 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c637316540db..ec95a0d20d64 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -721,13 +721,6 @@ dev-python/boto
 # Removal on 2024-03-28.  Bug #878721.
 sci-biology/biopandas
 
-# Michał Górny  (2024-02-27)
-# Effectively unmaintained in Gentoo.  Still depends on dev-python/nose,
-# on top of that tests are restricted, so we don't even know if it
-# works at all.  No reverse dependencies.
-# Removal on 2024-03-28.  Bug #878725.
-sci-chemistry/nmrglue
-
 # Sam James  (2024-02-18)
 # Lots of changes, including a port to a new build system. Needs lots of 
testing.
 =sys-apps/gentoo-functions-1*

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
deleted file mode 100644
index fa5208607065..
--- a/sci-chemistry/nmrglue/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nmrglue-0.9.tar.gz 14916942 BLAKE2B 
febe5c25a05474242654a63617388b4e65310050d07263cf6dd173ac75579c75b8b3238d7a20fe7e535ee43fe53828fe6776f18cc781c24ac571d58a1110314c
 SHA512 
8e20a53cf53df6fb0f0ddba1361b1ead0f03c5cdd34cc7199fb9d6727060596a1f79c5c0139dd978f6b09551216a0042e8858603ce4c9b1f4063f04e06d912e5

diff --git a/sci-chemistry/nmrglue/metadata.xml 
b/sci-chemistry/nmrglue/metadata.xml
deleted file mode 100644
index 83de058dacf2..
--- a/sci-chemistry/nmrglue/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-sci-chemis...@gentoo.org
-Gentoo Chemistry Project
-  
-  
-  Nmrglue has the ability to read, write and convert between a number of NMR 
file
-  formats including Agilent/Varian, Bruker, NMRPipe, Sparky, SIMPSON, Rowland 
NMR
-  Toolkit files. The files, which are represented in Python as dictionaries of
-  spectral parameters and NumPy ndarray objects, can be easily examined, 
modified
-  and processed as desired.
-
-  Nmrglue provides a number of functions for processing NMR data such as
-  apodization, spectral shifting, Fourier and other transformations, baseline
-  smoothing and flattening, and linear prediction modeling and extrapolation.
-  In addition new processing schemes can be implemented easily using the 
nmrglue
-  provided functions and the multitude of numerical routines provided by the 
NumPy
-  and SciPy packages.
-
-  When used in conjunction with the matplotlib (or other) python plotting 
library
-  nmrglue can be used to create publication quality figures of NMR spectrum or
-  examine data interactively.
-  
-  
-jjhelmus/nmrglue
-  
-

diff --git a/sci-chemistry/nmrglue/nmrglue-0.9.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.9.ebuild
deleted file mode 100644
index 9323133b7c93..
--- a/sci-chemistry/nmrglue/nmrglue-0.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://www.nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# Requires sci-chemistry/nmrpipe from ::sci
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="test? ( app-shells/tcsh )"
-
-distutils_enable_tests nose
-distutils_enable_sphinx doc/source dev-python/sphinx-rtd-theme 
dev-python/numpydoc



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/files/, sci-chemistry/nmrglue/

2020-12-31 Thread Michał Górny
commit: 8929cccdec39a6b8c5ac04972f2d7ef3e93f55e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 01:49:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 01:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8929cccd

sci-chemistry/nmrglue: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/Manifest |  1 -
 .../nmrglue/files/nmrglue-0.5-nohyper.patch| 33 
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild| 35 --
 3 files changed, 69 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index b1414f469d9..a887763be6c 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch 
b/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
deleted file mode 100644
index 103f5b154d0..000
--- a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ba1eee9e71623110511545c058afe2a92e139aa5 Mon Sep 17 00:00:00 2001
-From: Jonathan Helmus 
-Date: Tue, 3 Mar 2015 19:47:05 -0600
-Subject: [PATCH] pipe_proc.py tp function correctly sets FDSIZE.
-
-Fixes issue #27

- nmrglue/process/pipe_proc.py | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/nmrglue/process/pipe_proc.py b/nmrglue/process/pipe_proc.py
-index 79b6303..8c1271c 100644
 a/nmrglue/process/pipe_proc.py
-+++ b/nmrglue/process/pipe_proc.py
-@@ -1527,13 +1527,16 @@ def tp(dic, data, hyper=False, nohyper=False, 
auto=False, nohdr=False):
- data = np.array(p.tp_hyper(data), dtype="complex64")
- else:
- data = p.tp(data)
--if dic[fn2 + "QUADFLAG"] != 1 and nohyper is not True:
-+if dic[fn2 + "QUADFLAG"] != 1 and nohyper is False:
- # unpack complex as needed
- data = np.array(p.c2ri(data), dtype="complex64")
- 
- # update the dimentionality and order
- dic["FDSLICECOUNT"] = data.shape[0]
--if data.dtype == 'float32':
-+if (data.dtype == 'float32') and (nohyper is True):
-+# when nohyper is True and the new last dimension was complex
-+# prior to transposing then FDSIZE is set as if the dimension was
-+# converted to complex data, that is half the actual size.
- dic["FDSIZE"] = data.shape[1] / 2
- else:
- dic["FDSIZE"] = data.shape[1]

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
deleted file mode 100644
index 3a767944a13..000
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-nohyper.patch )
-
-python_test() {
-   nosetests --verbosity=3 || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/files/, sci-chemistry/nmrglue/

2020-12-31 Thread Michał Górny
commit: 8929cccdec39a6b8c5ac04972f2d7ef3e93f55e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 01:49:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 01:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8929cccd

sci-chemistry/nmrglue: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/Manifest |  1 -
 .../nmrglue/files/nmrglue-0.5-nohyper.patch| 33 
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild| 35 --
 3 files changed, 69 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index b1414f469d9..a887763be6c 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch 
b/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
deleted file mode 100644
index 103f5b154d0..000
--- a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ba1eee9e71623110511545c058afe2a92e139aa5 Mon Sep 17 00:00:00 2001
-From: Jonathan Helmus 
-Date: Tue, 3 Mar 2015 19:47:05 -0600
-Subject: [PATCH] pipe_proc.py tp function correctly sets FDSIZE.
-
-Fixes issue #27

- nmrglue/process/pipe_proc.py | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/nmrglue/process/pipe_proc.py b/nmrglue/process/pipe_proc.py
-index 79b6303..8c1271c 100644
 a/nmrglue/process/pipe_proc.py
-+++ b/nmrglue/process/pipe_proc.py
-@@ -1527,13 +1527,16 @@ def tp(dic, data, hyper=False, nohyper=False, 
auto=False, nohdr=False):
- data = np.array(p.tp_hyper(data), dtype="complex64")
- else:
- data = p.tp(data)
--if dic[fn2 + "QUADFLAG"] != 1 and nohyper is not True:
-+if dic[fn2 + "QUADFLAG"] != 1 and nohyper is False:
- # unpack complex as needed
- data = np.array(p.c2ri(data), dtype="complex64")
- 
- # update the dimentionality and order
- dic["FDSLICECOUNT"] = data.shape[0]
--if data.dtype == 'float32':
-+if (data.dtype == 'float32') and (nohyper is True):
-+# when nohyper is True and the new last dimension was complex
-+# prior to transposing then FDSIZE is set as if the dimension was
-+# converted to complex data, that is half the actual size.
- dic["FDSIZE"] = data.shape[1] / 2
- else:
- dic["FDSIZE"] = data.shape[1]

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
deleted file mode 100644
index 3a767944a13..000
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-nohyper.patch )
-
-python_test() {
-   nosetests --verbosity=3 || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/files/, sci-chemistry/nmrglue/

2020-12-31 Thread Michał Górny
commit: 8929cccdec39a6b8c5ac04972f2d7ef3e93f55e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 01:49:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 01:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8929cccd

sci-chemistry/nmrglue: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/Manifest |  1 -
 .../nmrglue/files/nmrglue-0.5-nohyper.patch| 33 
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild| 35 --
 3 files changed, 69 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index b1414f469d9..a887763be6c 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch 
b/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
deleted file mode 100644
index 103f5b154d0..000
--- a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ba1eee9e71623110511545c058afe2a92e139aa5 Mon Sep 17 00:00:00 2001
-From: Jonathan Helmus 
-Date: Tue, 3 Mar 2015 19:47:05 -0600
-Subject: [PATCH] pipe_proc.py tp function correctly sets FDSIZE.
-
-Fixes issue #27

- nmrglue/process/pipe_proc.py | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/nmrglue/process/pipe_proc.py b/nmrglue/process/pipe_proc.py
-index 79b6303..8c1271c 100644
 a/nmrglue/process/pipe_proc.py
-+++ b/nmrglue/process/pipe_proc.py
-@@ -1527,13 +1527,16 @@ def tp(dic, data, hyper=False, nohyper=False, 
auto=False, nohdr=False):
- data = np.array(p.tp_hyper(data), dtype="complex64")
- else:
- data = p.tp(data)
--if dic[fn2 + "QUADFLAG"] != 1 and nohyper is not True:
-+if dic[fn2 + "QUADFLAG"] != 1 and nohyper is False:
- # unpack complex as needed
- data = np.array(p.c2ri(data), dtype="complex64")
- 
- # update the dimentionality and order
- dic["FDSLICECOUNT"] = data.shape[0]
--if data.dtype == 'float32':
-+if (data.dtype == 'float32') and (nohyper is True):
-+# when nohyper is True and the new last dimension was complex
-+# prior to transposing then FDSIZE is set as if the dimension was
-+# converted to complex data, that is half the actual size.
- dic["FDSIZE"] = data.shape[1] / 2
- else:
- dic["FDSIZE"] = data.shape[1]

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
deleted file mode 100644
index 3a767944a13..000
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-nohyper.patch )
-
-python_test() {
-   nosetests --verbosity=3 || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/files/, sci-chemistry/nmrglue/

2020-12-31 Thread Michał Górny
commit: 8929cccdec39a6b8c5ac04972f2d7ef3e93f55e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 01:49:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 01:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8929cccd

sci-chemistry/nmrglue: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/Manifest |  1 -
 .../nmrglue/files/nmrglue-0.5-nohyper.patch| 33 
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild| 35 --
 3 files changed, 69 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index b1414f469d9..a887763be6c 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch 
b/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
deleted file mode 100644
index 103f5b154d0..000
--- a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ba1eee9e71623110511545c058afe2a92e139aa5 Mon Sep 17 00:00:00 2001
-From: Jonathan Helmus 
-Date: Tue, 3 Mar 2015 19:47:05 -0600
-Subject: [PATCH] pipe_proc.py tp function correctly sets FDSIZE.
-
-Fixes issue #27

- nmrglue/process/pipe_proc.py | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/nmrglue/process/pipe_proc.py b/nmrglue/process/pipe_proc.py
-index 79b6303..8c1271c 100644
 a/nmrglue/process/pipe_proc.py
-+++ b/nmrglue/process/pipe_proc.py
-@@ -1527,13 +1527,16 @@ def tp(dic, data, hyper=False, nohyper=False, 
auto=False, nohdr=False):
- data = np.array(p.tp_hyper(data), dtype="complex64")
- else:
- data = p.tp(data)
--if dic[fn2 + "QUADFLAG"] != 1 and nohyper is not True:
-+if dic[fn2 + "QUADFLAG"] != 1 and nohyper is False:
- # unpack complex as needed
- data = np.array(p.c2ri(data), dtype="complex64")
- 
- # update the dimentionality and order
- dic["FDSLICECOUNT"] = data.shape[0]
--if data.dtype == 'float32':
-+if (data.dtype == 'float32') and (nohyper is True):
-+# when nohyper is True and the new last dimension was complex
-+# prior to transposing then FDSIZE is set as if the dimension was
-+# converted to complex data, that is half the actual size.
- dic["FDSIZE"] = data.shape[1] / 2
- else:
- dic["FDSIZE"] = data.shape[1]

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
deleted file mode 100644
index 3a767944a13..000
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-nohyper.patch )
-
-python_test() {
-   nosetests --verbosity=3 || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/files/, sci-chemistry/nmrglue/

2020-12-31 Thread Michał Górny
commit: 8929cccdec39a6b8c5ac04972f2d7ef3e93f55e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 01:49:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 01:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8929cccd

sci-chemistry/nmrglue: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/Manifest |  1 -
 .../nmrglue/files/nmrglue-0.5-nohyper.patch| 33 
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild| 35 --
 3 files changed, 69 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index b1414f469d9..a887763be6c 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch 
b/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
deleted file mode 100644
index 103f5b154d0..000
--- a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ba1eee9e71623110511545c058afe2a92e139aa5 Mon Sep 17 00:00:00 2001
-From: Jonathan Helmus 
-Date: Tue, 3 Mar 2015 19:47:05 -0600
-Subject: [PATCH] pipe_proc.py tp function correctly sets FDSIZE.
-
-Fixes issue #27

- nmrglue/process/pipe_proc.py | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/nmrglue/process/pipe_proc.py b/nmrglue/process/pipe_proc.py
-index 79b6303..8c1271c 100644
 a/nmrglue/process/pipe_proc.py
-+++ b/nmrglue/process/pipe_proc.py
-@@ -1527,13 +1527,16 @@ def tp(dic, data, hyper=False, nohyper=False, 
auto=False, nohdr=False):
- data = np.array(p.tp_hyper(data), dtype="complex64")
- else:
- data = p.tp(data)
--if dic[fn2 + "QUADFLAG"] != 1 and nohyper is not True:
-+if dic[fn2 + "QUADFLAG"] != 1 and nohyper is False:
- # unpack complex as needed
- data = np.array(p.c2ri(data), dtype="complex64")
- 
- # update the dimentionality and order
- dic["FDSLICECOUNT"] = data.shape[0]
--if data.dtype == 'float32':
-+if (data.dtype == 'float32') and (nohyper is True):
-+# when nohyper is True and the new last dimension was complex
-+# prior to transposing then FDSIZE is set as if the dimension was
-+# converted to complex data, that is half the actual size.
- dic["FDSIZE"] = data.shape[1] / 2
- else:
- dic["FDSIZE"] = data.shape[1]

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
deleted file mode 100644
index 3a767944a13..000
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-nohyper.patch )
-
-python_test() {
-   nosetests --verbosity=3 || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/files/, sci-chemistry/nmrglue/

2020-12-31 Thread Michał Górny
commit: 8929cccdec39a6b8c5ac04972f2d7ef3e93f55e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 01:49:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 01:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8929cccd

sci-chemistry/nmrglue: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/Manifest |  1 -
 .../nmrglue/files/nmrglue-0.5-nohyper.patch| 33 
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild| 35 --
 3 files changed, 69 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index b1414f469d9..a887763be6c 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch 
b/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
deleted file mode 100644
index 103f5b154d0..000
--- a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ba1eee9e71623110511545c058afe2a92e139aa5 Mon Sep 17 00:00:00 2001
-From: Jonathan Helmus 
-Date: Tue, 3 Mar 2015 19:47:05 -0600
-Subject: [PATCH] pipe_proc.py tp function correctly sets FDSIZE.
-
-Fixes issue #27

- nmrglue/process/pipe_proc.py | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/nmrglue/process/pipe_proc.py b/nmrglue/process/pipe_proc.py
-index 79b6303..8c1271c 100644
 a/nmrglue/process/pipe_proc.py
-+++ b/nmrglue/process/pipe_proc.py
-@@ -1527,13 +1527,16 @@ def tp(dic, data, hyper=False, nohyper=False, 
auto=False, nohdr=False):
- data = np.array(p.tp_hyper(data), dtype="complex64")
- else:
- data = p.tp(data)
--if dic[fn2 + "QUADFLAG"] != 1 and nohyper is not True:
-+if dic[fn2 + "QUADFLAG"] != 1 and nohyper is False:
- # unpack complex as needed
- data = np.array(p.c2ri(data), dtype="complex64")
- 
- # update the dimentionality and order
- dic["FDSLICECOUNT"] = data.shape[0]
--if data.dtype == 'float32':
-+if (data.dtype == 'float32') and (nohyper is True):
-+# when nohyper is True and the new last dimension was complex
-+# prior to transposing then FDSIZE is set as if the dimension was
-+# converted to complex data, that is half the actual size.
- dic["FDSIZE"] = data.shape[1] / 2
- else:
- dic["FDSIZE"] = data.shape[1]

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
deleted file mode 100644
index 3a767944a13..000
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-nohyper.patch )
-
-python_test() {
-   nosetests --verbosity=3 || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/files/, sci-chemistry/nmrglue/

2020-12-31 Thread Michał Górny
commit: 8929cccdec39a6b8c5ac04972f2d7ef3e93f55e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 01:49:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 01:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8929cccd

sci-chemistry/nmrglue: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/Manifest |  1 -
 .../nmrglue/files/nmrglue-0.5-nohyper.patch| 33 
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild| 35 --
 3 files changed, 69 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index b1414f469d9..a887763be6c 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch 
b/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
deleted file mode 100644
index 103f5b154d0..000
--- a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ba1eee9e71623110511545c058afe2a92e139aa5 Mon Sep 17 00:00:00 2001
-From: Jonathan Helmus 
-Date: Tue, 3 Mar 2015 19:47:05 -0600
-Subject: [PATCH] pipe_proc.py tp function correctly sets FDSIZE.
-
-Fixes issue #27

- nmrglue/process/pipe_proc.py | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/nmrglue/process/pipe_proc.py b/nmrglue/process/pipe_proc.py
-index 79b6303..8c1271c 100644
 a/nmrglue/process/pipe_proc.py
-+++ b/nmrglue/process/pipe_proc.py
-@@ -1527,13 +1527,16 @@ def tp(dic, data, hyper=False, nohyper=False, 
auto=False, nohdr=False):
- data = np.array(p.tp_hyper(data), dtype="complex64")
- else:
- data = p.tp(data)
--if dic[fn2 + "QUADFLAG"] != 1 and nohyper is not True:
-+if dic[fn2 + "QUADFLAG"] != 1 and nohyper is False:
- # unpack complex as needed
- data = np.array(p.c2ri(data), dtype="complex64")
- 
- # update the dimentionality and order
- dic["FDSLICECOUNT"] = data.shape[0]
--if data.dtype == 'float32':
-+if (data.dtype == 'float32') and (nohyper is True):
-+# when nohyper is True and the new last dimension was complex
-+# prior to transposing then FDSIZE is set as if the dimension was
-+# converted to complex data, that is half the actual size.
- dic["FDSIZE"] = data.shape[1] / 2
- else:
- dic["FDSIZE"] = data.shape[1]

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
deleted file mode 100644
index 3a767944a13..000
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-nohyper.patch )
-
-python_test() {
-   nosetests --verbosity=3 || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/files/, sci-chemistry/nmrglue/

2020-12-31 Thread Michał Górny
commit: 8929cccdec39a6b8c5ac04972f2d7ef3e93f55e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 01:49:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 01:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8929cccd

sci-chemistry/nmrglue: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/nmrglue/Manifest |  1 -
 .../nmrglue/files/nmrglue-0.5-nohyper.patch| 33 
 sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild| 35 --
 3 files changed, 69 deletions(-)

diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
index b1414f469d9..a887763be6c 100644
--- a/sci-chemistry/nmrglue/Manifest
+++ b/sci-chemistry/nmrglue/Manifest
@@ -1,2 +1 @@
-DIST nmrglue-0.5.tar.gz 142604 BLAKE2B 
9a018a73bea46176fc06042013cb23b3eeb962df8a595388da536d17f1d2d4d550065c5492df28de860ea1290314d2fa1110af349be0c2a8b1b31677b3e4afbc
 SHA512 
2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2
 DIST nmrglue-0.7.tar.gz 166596 BLAKE2B 
769dbe1330a2b610393cea07edcb7c997d219038ead0330e442b491b84a51f3d1ac0dd22a9399b1af2f97fbfbf0d24316bd834d71804b4607209c5d11f24939e
 SHA512 
4d9959d151954f38efc7ea4f93539970bc75098403b0b5575f0c4ff6c2c25c1f08e207d2dee281109ffb2bdea53f2e7beb04e251cec1f638712dfe38430c23d5

diff --git a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch 
b/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
deleted file mode 100644
index 103f5b154d0..000
--- a/sci-chemistry/nmrglue/files/nmrglue-0.5-nohyper.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ba1eee9e71623110511545c058afe2a92e139aa5 Mon Sep 17 00:00:00 2001
-From: Jonathan Helmus 
-Date: Tue, 3 Mar 2015 19:47:05 -0600
-Subject: [PATCH] pipe_proc.py tp function correctly sets FDSIZE.
-
-Fixes issue #27

- nmrglue/process/pipe_proc.py | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/nmrglue/process/pipe_proc.py b/nmrglue/process/pipe_proc.py
-index 79b6303..8c1271c 100644
 a/nmrglue/process/pipe_proc.py
-+++ b/nmrglue/process/pipe_proc.py
-@@ -1527,13 +1527,16 @@ def tp(dic, data, hyper=False, nohyper=False, 
auto=False, nohdr=False):
- data = np.array(p.tp_hyper(data), dtype="complex64")
- else:
- data = p.tp(data)
--if dic[fn2 + "QUADFLAG"] != 1 and nohyper is not True:
-+if dic[fn2 + "QUADFLAG"] != 1 and nohyper is False:
- # unpack complex as needed
- data = np.array(p.c2ri(data), dtype="complex64")
- 
- # update the dimentionality and order
- dic["FDSLICECOUNT"] = data.shape[0]
--if data.dtype == 'float32':
-+if (data.dtype == 'float32') and (nohyper is True):
-+# when nohyper is True and the new last dimension was complex
-+# prior to transposing then FDSIZE is set as if the dimension was
-+# converted to complex data, that is half the actual size.
- dic["FDSIZE"] = data.shape[1] / 2
- else:
- dic["FDSIZE"] = data.shape[1]

diff --git a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild 
b/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
deleted file mode 100644
index 3a767944a13..000
--- a/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for working with NMR data in Python"
-HOMEPAGE="https://nmrglue.com/";
-SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-nohyper.patch )
-
-python_test() {
-   nosetests --verbosity=3 || die
-}