summaryrefslogtreecommitdiff
path: root/sci-chemistry/nmrglue/nmrglue-0.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/nmrglue/nmrglue-0.9.ebuild')
-rw-r--r--sci-chemistry/nmrglue/nmrglue-0.9.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-chemistry/nmrglue/nmrglue-0.9.ebuild b/sci-chemistry/nmrglue/nmrglue-0.9.ebuild
deleted file mode 100644
index 9323133b7c93..000000000000
--- 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