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 D2092158020 for ; Wed, 2 Nov 2022 21:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 022CEE08D3; Wed, 2 Nov 2022 21:10:18 +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 E1A91E08D3 for ; Wed, 2 Nov 2022 21:10:17 +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 D8A9A340F4D for ; Wed, 2 Nov 2022 21:10:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B34361D for ; Wed, 2 Nov 2022 21:10:15 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1667423404.9ab6b069325b69e6833bdb7c517ae5acf3124e38.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pynwb/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pynwb/pynwb-2.0.0.ebuild X-VCS-Directories: dev-python/pynwb/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 9ab6b069325b69e6833bdb7c517ae5acf3124e38 X-VCS-Branch: master Date: Wed, 2 Nov 2022 21:10:15 +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: b1798805-0a02-42c9-bda4-38e54813bb89 X-Archives-Hash: f68a10ef730abdeb150675661d8ff213 commit: 9ab6b069325b69e6833bdb7c517ae5acf3124e38 Author: Horea Christian chymera eu> AuthorDate: Wed Nov 2 21:10:04 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Wed Nov 2 21:10:04 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ab6b069 dev-python/pynwb: drop 2.0.0 Signed-off-by: Horea Christian chymera.eu> dev-python/pynwb/pynwb-2.0.0.ebuild | 46 ------------------------------------- 1 file changed, 46 deletions(-) diff --git a/dev-python/pynwb/pynwb-2.0.0.ebuild b/dev-python/pynwb/pynwb-2.0.0.ebuild deleted file mode 100644 index e133d027b..000000000 --- a/dev-python/pynwb/pynwb-2.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="A Python API for working with Neurodata stored in the NWB Format " -HOMEPAGE="https://github.com/NeurodataWithoutBorders/pynwb" -SRC_URI="https://github.com/NeurodataWithoutBorders/pynwb/releases/download/${PV}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - sci-libs/hdf5[ros3(-)] -