Bug 196062 - dev-python/pytables-2.0.1 version bump
|
Bug#:
196062
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: python@gentoo.org
|
Reported By: dsdale24@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: dev-python/pytables-2.0.1 version bump
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-10-16 15:23 0000
|
PyTables-2.0.1 was released on 2007-09-18.
Reproducible: Always
Created an attachment (id=133635) [details]
pytables-2.0.1.ebuild
Here's an ebuild I used for pytables-2.0.1. Note that this ebuild includes new
prerequisites (pytables now requires numpy instead of numarray), and an
additional USE flag (lzo).
One failure was reported for pytables.test(), 661 were reported for
pytables.test(heavy=True), all of which appeared related to ctypes. I added
ctypes to the prereqs, remerged, and that cleared up all but the one test
failure related to netcdf, which I reported upstream.
I tried unmerging the external ctypes, remerging python and pytables, and have
not been able to reproduce the ctypes errors I reported in Comment #2. I guess
the ctypes dependency should not have been included in the ebuild after all.
Created an attachment (id=140942) [details]
Version bump to 2.0.2 and removed ctypes dependency
I bumped the version to 2.0.2 and removed the ctypes dependency. I haven't
tried all the examples/test cases, but it works fine in normal usage.