Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #12667 (closed defect: fixed)

Opened 15 months ago

Last modified 12 months ago

py-tables 1.4 no longer works - new Portfile for version 2.0

Reported by: oddsimons@… Owned by: mww@…
Priority: Normal Milestone: Port Updates
Component: ports Version: 1.5.0
Keywords: Cc: mww@…
Port:

Description

I have tried to install python/py-tables currently at 1.4. It will not install. The complaints from compilation seems to be related to the fact that dependency hdf5 has moved on, and pytables at sourceforge is abandoned at 1.4 - no further updates can be expected there.

pytables is now at http://www.pytables.org for 2.0 and onwards, and so is their repo and new downloads.

I have made an updated Portfile that works for 2.0 - it is essentially a modified and cleaned version of the 1.4 pointing to the new location. It is attached to this ticket, and installs and works fine as far as I can tell. Note that I do not have previous experience with port files, so please review it well :-)

Attachments

Portfile.20 (1.6 KB) - added by oddsimons@… 15 months ago.
Portfile for py-tables v. 2.0
Portfile.201 (1.6 KB) - added by oddsimons@… 12 months ago.
py-tables 2.0.1 portfile
Portfile.14-201.diff (3.0 KB) - added by oddsimons@… 12 months ago.
Diff from version 1.4 (current) to 2.0.1. Sorry that the diff looks a bit unhelpful - I cleaned it for tabs->spaces etc. as I learned my way around my first Portfile…

Change History

Changed 15 months ago by oddsimons@…

Portfile for py-tables v. 2.0

Changed 12 months ago by css@…

  • milestone set to Port Updates

Changed 12 months ago by mww@…

  • cc mww@… added
  • owner changed from macports-dev@… to mww@…

The new Portfile looks well at first sight; for traceability of ports over time though, we need a 'diff' -- which currently is like "all is different"; I'd happily commit the update if you supply a usable diff

diff -u Portfile Portfile.new

which has a minimum number of lines -- though minimum isn't meant in the strong mathematical way ;)

Changed 12 months ago by oddsimons@…

py-tables 2.0.1 portfile

Changed 12 months ago by oddsimons@…

Diff from version 1.4 (current) to 2.0.1. Sorry that the diff looks a bit unhelpful - I cleaned it for tabs->spaces etc. as I learned my way around my first Portfile...

Changed 12 months ago by mww@…

  • status changed from new to closed
  • resolution set to fixed

Thats the point -- you totally changed the whitespaces so someone reading the diff afterwards has no idea what exactly was changed. Please provide a reasonable diff next time.

I've update py-tables to 2.0.2;

Note: See TracTickets for help on using tickets.