Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv18737

Modified Files:
        pytables-py.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1840557&group_id=17203&atid=414256

Index: pytables-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pytables-py.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pytables-py.info    23 Feb 2008 21:27:34 -0000      1.10
+++ pytables-py.info    20 Apr 2008 18:58:34 -0000      1.11
@@ -1,82 +1,55 @@
 Info2: <<
 
 Package: pytables-py%type_pkg[python]
-Version: 1.3.3
-Revision: 2
-#Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
-Distribution: 10.4
-Maintainer: None <[EMAIL PROTECTED]>
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], hdf5-shlibs (>= 1.6.5-1002), 
numarray-py%type_pkg[python] (>= 1.5.2-1), lzo-shlibs, bzip2-shlibs
-BuildDepends: hdf5 (>= 1.6.5-1002), lzo, bzip2-dev
-Source: mirror:sourceforge:pytables/pytables-%v.tar.gz
-Source-MD5: 0ee17bdd13b73c5839c6d60a721d8751
+Version: 2.0.3
+Revision: 1
+Maintainer: Lev Givon <[EMAIL PROTECTED]>
+Type: python (2.4 2.5)
+Depends: python%type_pkg[python] | python%type_pkg[python]-nox, 
scipy-core-py%type_pkg[python] (>= 1.0.3-1), bzip2-shlibs, lzo2-shlibs, 
hdf5-shlibs (>= 1.6.5-1000)
+BuildDepends: bzip2-dev, lzo2, hdf5 (>= 1.6.5-1000)
+Source: http://www.pytables.org/download/stable/pytables-%v.tar.gz
+Source-MD5: 0afe29dd420bfdfbd2a4380b4ac7fbee
 CompileScript: <<
- #!/bin/sh -ev
- export HDF5_DIR=%p
- export LZO_DIR=%p
- export BZIP2_DIR=%p
- %p/bin/python%type_raw[python] setup.py build
+ %p/bin/python%type_raw[python] setup.py build --cflags='-I%p/include' 
--lflags='-L%p/lib' --hdf5=%p/ --lzo=%p/ --bzip2=%p/
 <<
 InstallScript: <<
- #!/bin/sh -ev
- export HDF5_DIR=%p
- export LZO_DIR=%p
- export BZIP2_DIR=%p
- %p/bin/python%type_raw[python] setup.py install --root %d
- mkdir -p %i/share/man/man1
- cp debian/*.1 %i/share/man/man1
- mkdir -p %i/share/doc/%n/examples
- cp examples/*py %i/share/doc/%n/examples
- cp doc/usersguide.pdf %i/share/doc/%n
- mv %i/bin/nctoh5 %i/bin/nctoh5%type_raw[python]
- ln -s %p/bin/nctoh5%type_raw[python] %i/bin/nctoh5
- mv %i/share/man/man1/nctoh5.1 %i/share/man/man1/nctoh5%type_raw[python].1
- ln -s %p/share/man/man1/nctoh5%type_raw[python].1 %i/share/man/man1/nctoh5.1
- mv %i/bin/ptdump %i/bin/ptdump%type_raw[python]
- ln -s %p/bin/ptdump%type_raw[python] %i/bin/ptdump
- mv %i/share/man/man1/ptdump.1 %i/share/man/man1/ptdump%type_raw[python].1
- ln -s %p/share/man/man1/ptdump%type_raw[python].1 %i/share/man/man1/ptdump.1
- mv %i/bin/ptrepack %i/bin/ptrepack%type_raw[python]
- ln -s %p/bin/ptrepack%type_raw[python] %i/bin/ptrepack
- mv %i/share/man/man1/ptrepack.1 %i/share/man/man1/ptrepack%type_raw[python].1
- ln -s %p/share/man/man1/ptrepack%type_raw[python].1 
%i/share/man/man1/ptrepack.1
-<<
-SplitOff: <<
-Package: pytables-py%type_pkg[python]-bin
-Conflicts: pytables-py22-bin, pytables-py23-bin, pytables-py24-bin
-  Replaces: pytables-py22-bin, pytables-py23-bin, pytables-py24-bin
-  Depends: pytables-py%type_pkg[python] (= %v-%r)
-  Files: bin/nctoh5 bin/ptrepack bin/ptdump share/man/man1/nctoh5.1 
share/man/man1/ptdump.1 share/man/man1/ptrepack.1
-  DocFiles: *.txt 
+ %p/bin/python%type_raw[python] setup.py install --cflags='-I%p/include' 
--lflags='-L%p/lib' --hdf5=%p/ --lzo=%p/ --bzip2=%p/ --root=%d 
+
+ mv %i/bin/nctoh5 %i/bin/nctoh5-py%type_pkg[python]
+ mv %i/bin/ptdump %i/bin/ptdump-py%type_pkg[python]
+ mv %i/bin/ptrepack %i/bin/ptrepack-py%type_pkg[python]
 <<
-DocFiles: *.txt 
-Description: Hierarchical database for Python based on HDF5
-DescDetail: <<
- PyTables is a hierarchical database package designed to efficently
- manage very large amounts of data. PyTables is built on top of the
- HDF5 library and the numarray package. It features an object-oriented
- interface that, combined with natural naming and C-code generated
- from Pyrex sources, makes it a fast, yet extremely easy to use tool
- for interactively save and retrieve large amounts of data.
- .
- This differs from PyHL interface to HDF5 in that PyTables has a
- completely object-oriented interface, rather that the more
- function-oriented approach of PyHL. In addition, PyTables has these
- other distinctive features:
- .
-  - Compound types (records) can be used entirely from Python (i.e. it
-    is not necessary to use C for taking advantage of them).
-  - The tables are both enlargeable and compressible.
-  - I/O is buffered, so you can get very fast I/O, specially with
-    tables.
-  - Very easy to select data through the use of iterators over the
-    rows in tables. Extended slicing is supported as well.
-  - It supports both Numeric and numarray objects.
+PostInstScript: <<
+ update-alternatives --install %p/bin/nctoh5 nctoh5 
%p/bin/nctoh5-py%type_pkg[python] %type_pkg[python] --slave %p/bin/ptdump 
ptdump %p/bin/ptdump-py%type_pkg[python] --slave %p/bin/ptrepack ptrepack 
%p/bin/ptrepack-py%type_pkg[python]
 
- UCL supported not included, it causes segfaults on OS X.
+ echo ""
+ echo "The scripts 'nctoh5','ptdump', and 'ptrepack' installed in" 
+ echo "%p/bin/ are symlinks automatically updated by the" 
+ echo "update-alternatives utility. If you install multiple flavors"
+ echo "of the pytables package the symlinks will point to the"
+ echo "higher flavor by default."
+<<
+PreRmScript:<<
+ if [ $1 != "upgrade" ]; then
+   update-alternatives --remove nctoh5 %p/bin/nctoh5-py%type_pkg[python]
+ fi
 <<
 License: BSD
-Homepage: http://pytables.sf.net
-
+HomePage: http://www.pytables.org
+DocFiles: *.txt doc/*.pdf LICENSES examples/
+Description: Hierarchical datasets in Python
+DescDetail: <<
+PyTables is a Python package for managing hierarchical datasets
+designed to efficiently and easily cope with extremely large amounts
+of data. It is built on top of the HDF5 library and the NumPy package
+(numarray and Numeric are also supported). PyTables features an
+object-oriented interface and performance-critical extensions coded in
+C (generated using Pyrex) that make it a fast yet extremely
+easy-to-use tool for interactively processing and searching through
+very large amounts of data. PyTables also optimizes memory and disk
+resources so that data occupies much less space than with other
+solutions such as relational or object-oriented databases (especially
+when compression is used).
 <<
+
+<<
\ No newline at end of file


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to