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 81FF8158086 for ; Fri, 19 Nov 2021 13:16:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE7EBE0798; Fri, 19 Nov 2021 13:16:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C530E0798 for ; Fri, 19 Nov 2021 13:16:54 +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 D6AC434308A for ; Fri, 19 Nov 2021 13:16:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 779451BC for ; Fri, 19 Nov 2021 13:16:51 +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: <1637327786.76886ed3b4ebda4fd6b57435ee43a6dd6b58af61.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytables/pytables-3.6.1-r1.ebuild dev-python/pytables/pytables-3.6.1.ebuild X-VCS-Directories: dev-python/pytables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 76886ed3b4ebda4fd6b57435ee43a6dd6b58af61 X-VCS-Branch: master Date: Fri, 19 Nov 2021 13:16:51 +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: 403e8ee0-b4b4-46d1-aed1-cc44b7c48a54 X-Archives-Hash: f55ecc9766e6d23bd16997cb3982d5b6 commit: 76886ed3b4ebda4fd6b57435ee43a6dd6b58af61 Author: Sam James gentoo org> AuthorDate: Fri Nov 19 13:16:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 19 13:16:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76886ed3 dev-python/pytables: depend on older hdf5 Closes: https://bugs.gentoo.org/805995 Reported-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> .../pytables/{pytables-3.6.1.ebuild => pytables-3.6.1-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pytables/pytables-3.6.1.ebuild b/dev-python/pytables/pytables-3.6.1-r1.ebuild similarity index 94% rename from dev-python/pytables/pytables-3.6.1.ebuild rename to dev-python/pytables/pytables-3.6.1-r1.ebuild index 0e9b03b561c5..ffa7d9a37680 100644 --- a/dev-python/pytables/pytables-3.6.1.ebuild +++ b/dev-python/pytables/pytables-3.6.1-r1.ebuild @@ -16,12 +16,13 @@ HOMEPAGE="https://www.pytables.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" -LICENSE="BSD" IUSE="doc examples test" RESTRICT="!test? ( test )" +# See https://github.com/PyTables/PyTables/issues/912 for hdf5 upper bound DEPEND=" app-arch/bzip2:0= app-arch/lz4:0= @@ -29,7 +30,7 @@ DEPEND=" >=dev-libs/c-blosc-1.11.1:0= dev-libs/lzo:2= >=dev-python/numpy-1.8.1[${PYTHON_USEDEP}] - >=sci-libs/hdf5-1.8.15:0= + =dev-python/numexpr-2.5.2[${PYTHON_USEDEP}]