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 A57DE15ACFC for ; Tue, 2 May 2023 21:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BD12E08BD; Tue, 2 May 2023 21:52:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 56CF0E08BD for ; Tue, 2 May 2023 21:52: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 541A334170E for ; Tue, 2 May 2023 21:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEF1DA5C for ; Tue, 2 May 2023 21:52:14 +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: <1683064322.41d2f9974a1f1e77dafbed0ecc4aa340dab0c96f.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/probeinterface/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/probeinterface/probeinterface-0.2.11.ebuild X-VCS-Directories: dev-python/probeinterface/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 41d2f9974a1f1e77dafbed0ecc4aa340dab0c96f X-VCS-Branch: master Date: Tue, 2 May 2023 21:52:14 +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: 11e0ec71-823b-45b0-87e4-0a9b7450cf92 X-Archives-Hash: 8e51582d84b5dcb3f8b4629f79287902 commit: 41d2f9974a1f1e77dafbed0ecc4aa340dab0c96f Author: Horea Christian chymera eu> AuthorDate: Tue May 2 21:52:02 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Tue May 2 21:52:02 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=41d2f997 dev-python/probeinterface: drop 0.2.11 Signed-off-by: Horea Christian chymera.eu> .../probeinterface/probeinterface-0.2.11.ebuild | 35 ---------------------- 1 file changed, 35 deletions(-) diff --git a/dev-python/probeinterface/probeinterface-0.2.11.ebuild b/dev-python/probeinterface/probeinterface-0.2.11.ebuild deleted file mode 100644 index c3849284f..000000000 --- a/dev-python/probeinterface/probeinterface-0.2.11.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 - -DESCRIPTION="Python package to handle probe layout, geometry and wiring to device" -HOMEPAGE="https://github.com/SpikeInterface/probeinterface" -SRC_URI="https://github.com/SpikeInterface/probeinterface/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - ) -" - -EPYTEST_DESELECT=( - # Requires network access: - # https://github.com/SpikeInterface/probeinterface/issues/70 - tests/test_library.py::test_download_probeinterface_file - tests/test_library.py::test_get_from_cache - tests/test_library.py::test_get_probe - tests/test_wiring.py::test_wire_probe -) -distutils_enable_tests pytest