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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E71015ACFC for ; Mon, 1 May 2023 14:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CE70E086D; Mon, 1 May 2023 14:07:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0080EE086D for ; Mon, 1 May 2023 14:07:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E411F3414C4 for ; Mon, 1 May 2023 14:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F263A4F for ; Mon, 1 May 2023 14:07:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682950037.5bc98e4ce92fee394ffc64a4243155cae6b13211.sam@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.7.ebuild X-VCS-Directories: sci-chemistry/nmrglue/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5bc98e4ce92fee394ffc64a4243155cae6b13211 X-VCS-Branch: master Date: Mon, 1 May 2023 14:07:32 +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: 229ae92a-9e68-421e-ac89-09241e83d7bd X-Archives-Hash: f1c21ba48ea8a2bc9219d85d1c526355 commit: 5bc98e4ce92fee394ffc64a4243155cae6b13211 Author: Sam James gentoo org> AuthorDate: Mon May 1 13:55:11 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 14:07:17 2023 +0000 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..000000000000 --- 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