Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/database
In directory vz-cvs-3.sog:/tmp/cvs-serv25842/stable/main/finkinfo/database

Added Files:
        psycopg-py24.info psycopg-py24.patch psycopg2-py.info 
Log Message:
sync psycopg*-pyXX to stable to satisfy dep of django-pyXX and trac-pyXX in 
stable


--- NEW FILE: psycopg-py24.info ---
Package: psycopg-py24
Version: 1.1.18
Revision: 3
Distribution: 10.4, 10.5
Maintainer: Neil Tiffin <[email protected]>
BuildDepends: postgresql81-dev, fink (>= 0.24.12-1)
Depends: python24, python-mx-py24, postgresql81, postgresql81-shlibs
Source: http://initd.org/pub/software/psycopg/PSYCOPG-1-1/psycopg-%v.tar.gz
Source-MD5: 8e5cd2925a25a5aa80cd83418d6a5f09
ConfigureParams: --with-python=%p/bin/python2.4 --with-python-version=2.4 
--with-mxdatetime-includes=%p/lib/python2.4/site-packages/mx/DateTime/mxDateTime/
 --with-python-exec-prefix=%i
PatchFile: %n.patch
PatchFile-MD5: f8eb9a1a8f757f84759d6a129e3b9114
CompileScript: <<
 OPT="-Wno-long-double" ./configure %c
 make
<<
InstallScript: <<
 make install
 mkdir -p %i/share/doc/%n
 cp -R doc %i/share/doc/%n
<<
DocFiles: AUTHORS COPYING CREDITS FAQ INSTALL NEWS README RELEASE-1.0 SUCCESS 
TODO VERSION 
Description: PostgreSQL database adapter for Python 2.4
DescDetail: <<
  psycopg is a PostgreSQL database adapter for the Python programming
  language. It was written from scratch with the aim of being very small
  and fast, and stable as a rock. The main advantages of psycopg are
  that it supports the full Python DBAPI-2.0 and being thread safe at
  level 2.
<<
License: GPL
Homepage: http://initd.org/software/initd/psycopg


--- NEW FILE: psycopg-py24.patch ---
--- psycopg-1.1.18/Makefile.pre.in.orig        Wed Jan  5 14:08:16 2005
+++ psycopg-1.1.18/Makefile.pre.in     Sat Aug  6 13:01:16 2005
@@ -176,6 +176,9 @@
 install: install-shmods 
 install-shmods: $(SHAREDMODS)
        @echo 'Installing shared modules...'
+       mkdir $(exec_prefix)/lib;
+       mkdir $(exec_prefix)/lib/python2.4;
+       mkdir $(PY_MOD_DIR);
        @if [ -n "$(SHAREDMODS)" ]; then \
          for mod in $(SHAREDMODS); do \
            echo "  install -m 555 $$mod $(PY_MOD_DIR)"; \

--- NEW FILE: psycopg2-py.info ---
Info2: <<
# Mac OS X Configuration and Installation
# Fink - http://fink.sourceforge.net/
Package: psycopg2-py%type_pkg[python]
Version: 2.4
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
# Description: PostgreSQL for Python %type_raw[python]
Description: PostgreSQL database adapter for Python
License: LGPL
Maintainer: Kurt Schwehr <[email protected]>
Type: python (2.4 2.5 2.6 2.7)
# Not sure on python 3.1.  Need python-mx-py31 and 2to3-python31 to be run 
before setup.py gets run.

# Dependencies:
BuildDepends: python%type_pkg[python], postgresql83-dev | postgresql84-dev| 
postgresql90-dev

# python-mx-py%type_pkg[python] 
Depends: python%type_pkg[python], postgresql83-shlibs | postgresql84-shlibs | 
postgresql90-shlibs 

Recommends: postgresql84

# Unpack Phase:
Source-MD5: 24f4368e2cfdc1a2b03282ddda814160
Source: http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%v.tar.gz

#Source: http://initd.org/pub/software/psycopg/psycopg2-%v.tar.gz
#Source: mirror:custom:psycopg2-%v.tar.gz
#CustomMirror: <<
#  Primary: http://initd.org/pub/software/psycopg/
#  Secondary: http://initd.org/pub/software/psycopg/PSYCOPG-2-0/
#<<

# Compile Phase:
CompileScript: <<
        %p/bin/python%type_raw[python] setup.py build
<<

# Test Phase:
# Must create role "nobody" or "root" in the database.
# Also note this can only be run after psycopg2
# is installed.  Need more magic to run it before.
# As of September 30, 2006 results are:
#   Ran 35 tests in 2.196s
#   FAILED (failures=2, errors=1)
#   Maintainer Notified.

InfoTest: <<
    TestScript: <<
        PYTHONPATH=`pwd` %p/bin/python%type_raw[python] 
tests/test_psycopg2_dbapi20.py || exit 2
    <<
<<

#Install Phase:
DocFiles: AUTHORS ChangeLog INSTALL README 
InstallScript: <<
        %p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
<<


# Additional Info
DescDetail: <<
 psycopg 2 is an almost complete rewrite of psycopg. It still supports
 all the features of psycopg but adds real adaptation for Python to
 PostgreSQL type conversions, asynchronous queries, support for the
 Python built-in datetime module and the new (Python 2.4) Decimal type.
 
 psycopg2 is a PostgreSQL database adapter for the Python programming
 language. It was written from scratch with the aim of being very small
 and fast, and stable as a rock. The main advantages of psycopg2 are
 that it supports the full Python DBAPI-2.0 and being thread safe at
 level 2.
 <<

DescUsage: <<

<<

Homepage: http://initd.org/pub/software/psycopg2

DescPackaging: <<

In order for the -m maintainer tests to work, you need to
run these two commands first:

  createdb psycopg2_test
  createuser root

Previous maintainer: Neil Tiffin <[email protected]>
<<


<<
                 


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to