Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30767/10.3/unstable/main/finkinfo/libs

Added Files:
        dtuple-py.info 
Log Message:
New package from trackers (Submissions #1339102)


--- NEW FILE: dtuple-py.info ---
Info2: <<

#=========================================================================
# $Id$
Package: dtuple-py%type_pkg[python]
Version: 0.0.20000418
Revision: 2
Type: python (2.2 2.3 2.4)
Description: Superior wrapper for Python DBI query results
License: OSI-Approved
Homepage: http://www.lyra.org/greg/python/
Maintainer: Matthew Bogosian <[EMAIL PROTECTED]>
#=========================================================================

#---- Dependencies -------------------------------------------------------

Depends: python%type_pkg[python]

#---- Unpack phase -------------------------------------------------------

Source: http://www.lyra.org/greg/python/dtuple.py
Source-MD5: 6cc5879efb6211a6cac0b785111970a6
SourceDirectory: .
SourceRename: dtuple.py-%v

#---- Patch phase --------------------------------------------------------

PatchScript: <<
#!/bin/sh -ex
mv -f dtuple.py-%v dtuple.py
<<

#---- Compile phase ------------------------------------------------------

CompileScript: <<
<<

#---- Install phase ------------------------------------------------------

InstallScript: <<
#!/bin/sh -ex
install -d -m 755 \
    '%i/lib/python%type_raw[python]/site-packages' \
    '%i/share/doc/%n'
(
cat <<EOF
dtuple is offered by Greg Stein <[EMAIL PROTECTED]> under the public domain.
See <http://www.lyra.org/greg/python/> for details. From dtuple.py:

EOF
) >README
head -14 dtuple.py >>README
install -c -m 644 README \
    '%i/share/doc/%n'
install -c -m 644 dtuple.py \
    '%i/lib/python%type_raw[python]/site-packages'
<<

#---- Documentation ------------------------------------------------------

DescDetail: <<
>From http://www.lyra.org/greg/python/:

This module wraps up return tuples from the fetch* methods in the Python
Database API. Using this class, the return tuples can be treated as
tuples, dictionaries, or objects with attributes corresponding to the
column names.

The module is memory efficient -- a "tuple descriptor" is shared across
all result rows, and the result row "wrapper" is very lightweight. The
speed is quite reasonable.
<<

<<



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to