Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/
Date: Fri, 30 Dec 2022 17:23:56
Message-Id: 1672421026.7be79ed3c49484b3361f18e0dcecc00f5d78d233.mgorny@gentoo
1 commit: 7be79ed3c49484b3361f18e0dcecc00f5d78d233
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 15:59:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 17:23:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be79ed3
7
8 dev-python/pytables: Strip blosc2 from install_requires
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytables/{pytables-3.8.0.ebuild => pytables-3.8.0-r1.ebuild} | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/pytables/pytables-3.8.0.ebuild b/dev-python/pytables/pytables-3.8.0-r1.ebuild
16 similarity index 97%
17 rename from dev-python/pytables/pytables-3.8.0.ebuild
18 rename to dev-python/pytables/pytables-3.8.0-r1.ebuild
19 index 889a681566ed..af123af3a0fa 100644
20 --- a/dev-python/pytables/pytables-3.8.0.ebuild
21 +++ b/dev-python/pytables/pytables-3.8.0-r1.ebuild
22 @@ -61,6 +61,7 @@ python_prepare_all() {
23
24 rm -r c-blosc/{blosc,internal-complibs} || die
25 rm tables/libblosc2.so || die
26 + sed -i -e '/blosc2/d' requirements.txt || die
27 distutils-r1_python_prepare_all
28 }