summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-03 02:27:48 +0100
committerSam James <sam@gentoo.org>2023-04-03 02:30:33 +0100
commit17b7393607ac3b08735d76bce6287d31d4d5f27f (patch)
tree81f6876454f20ef21d84d9cd3e785ad7bb3feb1e /dev-python/pytables/metadata.xml
parentdev-ruby/shoulda-matchers: forward ~loong ~s390 (diff)
downloadgentoo-17b7393607ac3b08735d76bce6287d31d4d5f27f.tar.gz
gentoo-17b7393607ac3b08735d76bce6287d31d4d5f27f.tar.bz2
gentoo-17b7393607ac3b08735d76bce6287d31d4d5f27f.zip
dev-python/pytables: make cpuinfo optional
py-cpuinfo needs explicit porting to a platform and it's only lightly used in pytables. Apply a patch which I've sent upstream to make it optional and restore keywords accordingly. We add a USE=cpudetection for arches where pytables is known to work. Closes: https://bugs.gentoo.org/894078 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytables/metadata.xml')
-rw-r--r--dev-python/pytables/metadata.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/pytables/metadata.xml b/dev-python/pytables/metadata.xml
index 75a6770d99e4..2fea045e5982 100644
--- a/dev-python/pytables/metadata.xml
+++ b/dev-python/pytables/metadata.xml
@@ -17,6 +17,9 @@
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
</longdescription>
+ <use>
+ <flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)</flag>
+ </use>
<upstream>
<remote-id type="github">PyTables/PyTables</remote-id>
<remote-id type="pypi">tables</remote-id>