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 2EAEE158086 for ; Wed, 29 Dec 2021 07:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16C322BC003; Wed, 29 Dec 2021 07:58:30 +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 1A0252BC003 for ; Wed, 29 Dec 2021 07:58:28 +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 164DD342E3A for ; Wed, 29 Dec 2021 07:58:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CB08132 for ; Wed, 29 Dec 2021 07:58:25 +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: <1640764692.e7b8a1b72eecc5ce57c6ff3eaeb83b5b1dd3545d.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.7.0-r1.ebuild dev-python/pytables/pytables-3.7.0.ebuild X-VCS-Directories: dev-python/pytables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7b8a1b72eecc5ce57c6ff3eaeb83b5b1dd3545d X-VCS-Branch: master Date: Wed, 29 Dec 2021 07:58:25 +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: 9c614846-7f55-4bff-8d99-4ef89f9cea2e X-Archives-Hash: 7b07bda176b3e981d930fa75b6fd1715 commit: e7b8a1b72eecc5ce57c6ff3eaeb83b5b1dd3545d Author: Sam James gentoo org> AuthorDate: Wed Dec 29 07:52:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 29 07:58:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b8a1b7 dev-python/pytables: fix installation, hdf5 dep Should work with newer hdf5 now. Closes: https://bugs.gentoo.org/830209 Signed-off-by: Sam James gentoo.org> .../pytables/{pytables-3.7.0.ebuild => pytables-3.7.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pytables/pytables-3.7.0.ebuild b/dev-python/pytables/pytables-3.7.0-r1.ebuild similarity index 93% rename from dev-python/pytables/pytables-3.7.0.ebuild rename to dev-python/pytables/pytables-3.7.0-r1.ebuild index 48edb62f3560..bbd5389892f6 100644 --- a/dev-python/pytables/pytables-3.7.0.ebuild +++ b/dev-python/pytables/pytables-3.7.0-r1.ebuild @@ -22,7 +22,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~a 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= @@ -30,7 +29,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.10:= " RDEPEND="${DEPEND} >=dev-python/numexpr-2.5.2[${PYTHON_USEDEP}] @@ -44,7 +43,7 @@ BDEPEND=" ) " -DOCS=( RELEASE_NOTES.txt THANKS ) +DOCS=( doc/source/release_notes.rst THANKS ) python_prepare_all() { export {BLOSC,BZIP2,LZO,HDF5}_DIR="${ESYSROOT}"/usr @@ -72,6 +71,7 @@ python_install_all() { if use doc; then DOCS+=( doc/scripts ) fi + distutils-r1_python_install_all if use examples; then