Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196062 - dev-python/pytables-2.0.1 version bump
Summary: dev-python/pytables-2.0.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 198154
  Show dependency tree
 
Reported: 2007-10-16 15:23 UTC by Darren Dale
Modified: 2008-02-23 13:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
pytables-2.0.1.ebuild (pytables-2.0.1.ebuild,899 bytes, text/plain)
2007-10-16 16:10 UTC, Darren Dale
Details
Version bump to 2.0.2 and removed ctypes dependency (pytables-2.0.2.ebuild,864 bytes, text/plain)
2008-01-14 20:31 UTC, Craig Finch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Dale 2007-10-16 15:23:31 UTC
PyTables-2.0.1 was released on 2007-09-18.

Reproducible: Always
Comment 1 Darren Dale 2007-10-16 16:10:54 UTC
Created attachment 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.
Comment 2 Darren Dale 2007-10-17 13:08:06 UTC
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. 
Comment 3 Craig Finch 2008-01-14 20:31:19 UTC
Created attachment 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.
Comment 4 Tiziano Müller (RETIRED) gentoo-dev 2008-02-23 13:21:51 UTC
Done. Thanks.