Changeset 31708
- Timestamp:
- Dec 3, 2007, 9:03:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-tables/Portfile
r30249 r31708 5 5 6 6 name py-tables 7 version 1.47 version 2.0.2 8 8 categories python science 9 9 platforms darwin … … 17 17 excellent HDF5 library. 18 18 19 homepage http:// pytables.sourceforge.com/20 master_sites sourceforge:pytables19 homepage http://www.pytables.org/ 20 master_sites ${homepage}/download/stable/ 21 21 distname pytables-${version} 22 checksums md5 f6c50a9c2c18286a284e3a50d111ed3d22 checksums md5 9a11b0a453b6dde9ccfeb77dfa497625 23 23 24 depends_lib-append port:hdf5 \ 25 port:py-numarray 24 depends_lib-append port:hdf5 port:py-numpy port:bzip2 26 25 27 26 build.target build_ext … … 38 37 post-destroot { 39 38 xinstall -m 644 -W ${worksrcpath} ANNOUNCE.txt LICENSE.txt README.txt \ 40 RELEASE-NOTES.txt THANKS TODO.txt \39 MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS TODO.txt \ 41 40 ${destroot}${prefix}/share/doc/${name} 42 41 }
Note: See TracChangeset
for help on using the changeset viewer.