Path to this page:
./
math/py-tables,
Database package for large amounts of data
Branch: CURRENT,
Version: 3.10.2nb1,
Package name: py313-tables-3.10.2nb1,
Maintainer: pkgsrc-usersPyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the numarray package. It features an object-oriented
interface that, combined with natural naming and C-code generated from
Pyrex sources, makes it a fast, yet extremely easy-to-use tool for
interactively saving and retrieving very large amounts of data. It also
provides flexible indexed access on disk to anywhere in the data.
Required to run:[
archivers/lzo] [
devel/py-setuptools] [
devel/hdf5] [
math/py-numpy] [
devel/py-cython] [
math/py-numexpr] [
devel/py-mock] [
lang/py-six] [
devel/blosc]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 4667.697 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-09) Updated to version: py313-tables-3.10.2nb1
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-16) Updated to version: py312-tables-3.10.2nb1
CVS history: (Expand)
| 2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442) |
Log message:
*: remove reference to (removed) Python 3.9
|
| 2025-07-03 21:18:12 by Thomas Klausner | Files touched by this commit (92) |
Log message:
*: py-numpy needs Python >= 3.11 now
|
2025-04-15 18:31:40 by Adam Ciarcinski | Files touched by this commit (58) |  |
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
|
2025-01-07 21:01:35 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-tables: updated to 3.10.2
PyTables 3.10.2.
This release of PyTables is mostly intended to make available a
complete set of Python wheel packages.
The source code of the package has been completely reformatted
to be fully PEP-8 compliant and in line with the latest PyQA standards.
Checking of formatting and cod quality is now regularly performed in CI.
Finally some small bug-fixes and enhancements have been implemented.
In case you want to know more in detail what has changed in this
version, please refer to: http://www.pytables.org/release_notes.html
|
| 2024-12-02 14:49:09 by Jason Bacon | Files touched by this commit (2) |
Log message:
math/py-tables: Hack to fix PLIST issue on macOS
setup.py fails to set the runtime dir properly, leading to
the mistaken impression that blosc libraries were not found,
even though it correctly identified headers and libs.
Added a heavily documented temporary patch to override this
error. Upstream is aware of the issue, but I suspect may
take a while to get a handle on it.
https://github.com/PyTables/PyTables/issues/1219
|
| 2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
| 2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
| 2024-06-17 11:14:17 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-tables: use blosc from pkgsrc instead of internal copy.
From matthewd.
Bump PKGREVISION.
|