From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BCBE158094 for ; Wed, 5 Oct 2022 14:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2817E0923; Wed, 5 Oct 2022 14:15:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98F5AE0923 for ; Wed, 5 Oct 2022 14:15:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6C64340970 for ; Wed, 5 Oct 2022 14:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCAC65BF for ; Wed, 5 Oct 2022 14:15:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1664979295.6d554df2b89c62b811bf747b45d875037c6a4f7e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrglue/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/nmrglue/Manifest sci-chemistry/nmrglue/nmrglue-0.9.ebuild X-VCS-Directories: sci-chemistry/nmrglue/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6d554df2b89c62b811bf747b45d875037c6a4f7e X-VCS-Branch: master Date: Wed, 5 Oct 2022 14:15:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a1e7a385-3cec-46e2-88da-59a438cab767 X-Archives-Hash: a3d5e3fb0e2d50d564d2a1523fe0f17b commit: 6d554df2b89c62b811bf747b45d875037c6a4f7e Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Oct 5 14:14:55 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Oct 5 14:14:55 2022 +0000 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 000000000000..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