Derek, The following changes to pytables-py.info aids in the migration of the fink packages to the newer hdf5.9 and fixes the current validation error about "ompiled python module points to fink build dir". The packaging now passes 'fink -m' on 10.10 as well as with 'fink install pytables-py27' and 'fink remove pytables-py27 to confirm the .pyo files created in the PostInstScript are removed in the PreRmScript. Jack
Index: pytables-py.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/pytables-py.info,v retrieving revision 1.11 diff -r1.11 pytables-py.info 5c5 < Revision: 1 --- > Revision: 2 8,9c8,9 < Depends: python%type_pkg[python], numpy-py%type_pkg[python] (>= 1.7.1-1), numexpr-py%type_pkg[python] (>= 2.2.2-1), bzip2-shlibs, lzo2-shlibs, hdf5.8-shlibs < BuildDepends: bzip2-dev, lzo2, cython-py%type_pkg[python] (>= 0.13-1), hdf5.8 --- > Depends: python%type_pkg[python], numpy-py%type_pkg[python] (>= 1.7.1-1), > numexpr-py%type_pkg[python] (>= 2.2.2-1), bzip2-shlibs, lzo2-shlibs, > hdf5.9-shlibs > BuildDepends: bzip2-dev, lzo2, cython-py%type_pkg[python] (>= 0.13-1), hdf5.9 25a26,27 > > /usr/bin/find %i/lib/python%type_raw[python]/site-packages/tables -name > '*.pyc' -delete 36a39,40 > > %p/bin/python%type_raw[python] -O > %p/lib/python%type_raw[python]/compileall.py -q > %p/lib/python%type_raw[python]/site-packages/tables 42a47,48 > > /usr/bin/find %p/lib/python%type_raw[python]/site-packages/tables -name > '*.pyo' -delete ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel