summaryrefslogtreecommitdiff
path: root/sci-chemistry
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-29 19:13:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-29 19:13:18 +0000
commit62090949b4fde34bbcbb4bd770a9635c6ac0c55e (patch)
tree2af5001a82f05c858f1e80e2231929c173a8bb55 /sci-chemistry
parent04a447f4f2679e9687093f49d8a9ea911fac9a9b (diff)
gentoo auto-resync : 29:03:2024 - 19:13:18
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/Manifest.gzbin9531 -> 9362 bytes
-rw-r--r--sci-chemistry/nmrglue/Manifest3
-rw-r--r--sci-chemistry/nmrglue/metadata.xml29
-rw-r--r--sci-chemistry/nmrglue/nmrglue-0.9.ebuild31
4 files changed, 0 insertions, 63 deletions
diff --git a/sci-chemistry/Manifest.gz b/sci-chemistry/Manifest.gz
index ed046d48bf96..12b9ae4fc661 100644
--- a/sci-chemistry/Manifest.gz
+++ b/sci-chemistry/Manifest.gz
Binary files differ
diff --git a/sci-chemistry/nmrglue/Manifest b/sci-chemistry/nmrglue/Manifest
deleted file mode 100644
index 0ce336d7bb1e..000000000000
--- a/sci-chemistry/nmrglue/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST nmrglue-0.9.tar.gz 14916942 BLAKE2B febe5c25a05474242654a63617388b4e65310050d07263cf6dd173ac75579c75b8b3238d7a20fe7e535ee43fe53828fe6776f18cc781c24ac571d58a1110314c SHA512 8e20a53cf53df6fb0f0ddba1361b1ead0f03c5cdd34cc7199fb9d6727060596a1f79c5c0139dd978f6b09551216a0042e8858603ce4c9b1f4063f04e06d912e5
-EBUILD nmrglue-0.9.ebuild 806 BLAKE2B 19d15dde6807494f7cd30c6eaf242aece1b7834b68a653f5f1ccdce312df1de977655979049d337c4b11da241048117d94b84238ae006236a81e5f8b008f707a SHA512 779e0a209fc8dc4a40998bb3cb8a8375f782abbbe19d69872f7f86bc616b9608b4ecfadd771e3bcb66b92eb02720429b4143c4c4e4a0feffd94982b630b410d6
-MISC metadata.xml 1359 BLAKE2B 2af5f4f21a0e3a531df1f10709c7830fa23e54d0cadd03f08dcb4f4f44aaccb04078e4908e1503185c5ab5bbb3ad22d6a4f3dc88e7a38ca0866c62dba4b699b4 SHA512 0a139395593cc7162d852be49f3c89d109235da0d667131d0268fbf37ba39933951fe404aac5a71548b8d46cf157b63572f57ad47877bb349a7a42ac762ee4e4
diff --git a/sci-chemistry/nmrglue/metadata.xml b/sci-chemistry/nmrglue/metadata.xml
deleted file mode 100644
index 83de058dacf2..000000000000
--- a/sci-chemistry/nmrglue/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <longdescription>
- 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.
- </longdescription>
- <upstream>
- <remote-id type="github">jjhelmus/nmrglue</remote-id>
- </upstream>
-</pkgmetadata>
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