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 D848E15817D for ; Wed, 12 Jun 2024 13:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED110E2A76; Wed, 12 Jun 2024 13:03:34 +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 CC006E2A76 for ; Wed, 12 Jun 2024 13:03: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5FEF335C4E for ; Wed, 12 Jun 2024 13:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37D56119 for ; Wed, 12 Jun 2024 13:03:32 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1718197406.5a0ff3a650aeba72927e69c47104a2405cc0bb42.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guidata/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/guidata/guidata-3.5.0-r1.ebuild X-VCS-Directories: dev-python/guidata/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 5a0ff3a650aeba72927e69c47104a2405cc0bb42 X-VCS-Branch: dev Date: Wed, 12 Jun 2024 13:03: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: 97ed4eed-b8e2-4bf1-bbc7-6266b8ba1831 X-Archives-Hash: 0e5222270de690c6228e958a76f06b04 commit: 5a0ff3a650aeba72927e69c47104a2405cc0bb42 Author: David Roman gmail com> AuthorDate: Wed Jun 12 13:00:35 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jun 12 13:03:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a0ff3a6 dev-python/guidata: depends on numpy < 2.0.0 tests didn't pass with numpy 2.0.0 Signed-off-by: David Roman gmail.com> dev-python/guidata/guidata-3.5.0-r1.ebuild | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/dev-python/guidata/guidata-3.5.0-r1.ebuild b/dev-python/guidata/guidata-3.5.0-r1.ebuild new file mode 100644 index 000000000..0052ed37d --- /dev/null +++ b/dev-python/guidata/guidata-3.5.0-r1.ebuild @@ -0,0 +1,39 @@ +# 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_{11,12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Library for user interfaces for easy dataset editing and display" +HOMEPAGE="https://pypi.python.org/pypi/guidata" +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-python/h5py[${PYTHON_USEDEP}] +