Author: neilt Date: 2006-04-08 08:49:44 -0500 (Sat, 08 Apr 2006) New Revision: 8395
Removed: trunk/gnue-common/packaging/fink/psycopg-py24.info trunk/gnue-common/packaging/fink/psycopg-py24.patch Log: Psycopg info files are now in the Fink distribution and more up-to-date. Deleted: trunk/gnue-common/packaging/fink/psycopg-py24.info =================================================================== --- trunk/gnue-common/packaging/fink/psycopg-py24.info 2006-04-08 13:20:21 UTC (rev 8394) +++ trunk/gnue-common/packaging/fink/psycopg-py24.info 2006-04-08 13:49:44 UTC (rev 8395) @@ -1,31 +0,0 @@ -Package: psycopg-py24 -Version: 1.1.18 -Revision: 1 -Maintainer: Neil Tiffin <[EMAIL PROTECTED]> -BuildDepends: postgresql80-dev | postgresql80-ssl-dev | postgresql80-unified-dev -Depends: python24, python-mx-py24, postgresql | postgresql-ssl | postgresql80-unified, postgresql80-ssl-shlibs | postgresql80-shlibs | postgresql80-unified-shlibs -Source: mirror:sourceforge:psycopg/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 -Patch: %n.patch -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 - Deleted: trunk/gnue-common/packaging/fink/psycopg-py24.patch =================================================================== --- trunk/gnue-common/packaging/fink/psycopg-py24.patch 2006-04-08 13:20:21 UTC (rev 8394) +++ trunk/gnue-common/packaging/fink/psycopg-py24.patch 2006-04-08 13:49:44 UTC (rev 8395) @@ -1,12 +0,0 @@ ---- 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)"; \ _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
