Commit graph

28 commits

Author SHA1 Message Date
Drew Risinger f64a78e3a3 python3Packages.tables: add tests, cleanup
* add myself as maintainer
* update homepage
* incorporate minor patches
* add working tests
2021-04-28 10:43:03 -04:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Orivej Desh d71f948f03 python: tables: support Python 2
tables/3.5.nix is supposed to be frozen at 3.5.
2019-11-23 07:34:43 +00:00
Frederik Rietdijk 2cbf167679 python: tables: 3.6.0 -> 3.6.1 2019-11-12 14:57:21 +01:00
merijnb f3288a2b8d pythonPackages.tables: 3.6.0 -> 3.6.1 (#72930)
The package has vanished from pypi, and only this new version is now
available. The release notes for the new version state:

```
Release 3.6.1
Maintenance release to fix packaging issues.
No new features or bug fixes.
```

so I can only assume that the 3.6.0 release was not working correctly.
2019-11-06 19:31:56 -05:00
Frederik Rietdijk 8607aa5c39 python38Packages.tables: fix build for 3.8
We need to regenerate the C code with Cython.
2019-10-27 17:18:24 +01:00
Frederik Rietdijk ad6f130404 python: tables: 3.5.2 -> 3.6.0 2019-10-27 16:26:54 +01:00
Jonathan Ringer 36119423e2 python37Packages.tables: 3.5.2 -> 3.6.0 2019-10-18 09:54:03 +02:00
Jonathan Ringer 14f78c36d0 pythonPackages.tables: freeze at 3.5.2 2019-10-18 09:54:03 +02:00
Frederik Rietdijk 12441bdf9f Merge staging-next into staging 2019-10-16 11:17:12 +02:00
Jörg Thalheim d94f92c816
python3.pkgs.tables: fix build against hdf5
In 6cbf0b4bd2 the package splitted
of header files, which broke this build as a result.

cc @ttuegel
2019-10-14 08:58:02 +01:00
Thomas Tuegel 7f01d9b913 tables: Fix build with multiple hdf5 outputs 2019-09-29 11:23:58 +02:00
Jaakko Luttinen affd8056e7 pythonPackages.tables: 3.4.4 -> 3.5.2 2019-06-15 09:26:07 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk ffa1afd005 python: tables: 3.4.3 -> 3.4.4 2018-06-22 13:09:46 +02:00
Frederik Rietdijk 74a5c32dbe python: tables: 3.4.2 -> 3.4.3 2018-05-10 10:09:14 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk 959842a9c7 Python: add pname attributes to libraries
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Josef Kemetmueller facf9a6d22 pytables: Fix build on darwin by using external c-blosc
Using the pytables internal c-blosc lead to a compilation error on
darwin, as the installer uses cpuinfo.get_cpu_info(), which
(unexpectedly for pytables) returns None in the current darwin-python.
2017-05-06 10:45:34 +02:00
Tom Hunger 5e31a7cca6 pytables: 3.2.2 -> 3.3.0 2017-03-15 12:28:18 +00:00
Tuomas Tynkkynen c22f86a853 treewide: Make explicit that 'dev' output of bzip2 is used 2016-05-19 10:00:28 +02:00
Frederik Rietdijk d5e6a4494a Python: use PyPI mirror (#15001)
* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Domen Kožar a912c45ee2 buildPythonPackage: get rid of setupPyInstallFlags since there is no such thing 2015-11-21 21:44:12 +01:00
Frederik Rietdijk 631e7af698 python tables: 3.1.1 -> 3.2.2 2015-10-22 16:51:53 +02:00
Andreas Herrmann ddfdd85171 tables: Define license 2014-07-05 21:41:04 +02:00
Andreas Herrmann 52762ed416 tables: add new package, version 3.1.1
From the project page [1]:
> PyTables is a package for managing hierarchical datasets and designed to
> efficiently and easily cope with extremely large amounts of data.

It offers read/write access to hdf5 archives through a hierarchical interface.

I am adding it, because pandas depends on tables for hdf5 read/write
functionality.

Note: The name is a bit of an issue. The project is called pytables, whereas
the python module is simply called tables. I chose to name the nix-expression
tables for consistency with the source-tarball and the module name.

[1]: http://www.pytables.org/moin
2014-06-22 20:05:21 +02:00