update to py-psycopg2-2.0.6; ok simon@

fixes amd64 regressions on python2.5, reported by Brandon Mercer
This commit is contained in:
martynas 2008-01-13 17:06:31 +00:00
parent 97f2e1cbc9
commit 65f61247a5
3 changed files with 17 additions and 121 deletions

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2007/12/10 21:07:51 martynas Exp $
# $OpenBSD: Makefile,v 1.6 2008/01/13 17:06:31 martynas Exp $
SHARED_ONLY= Yes
COMMENT= PostgreSQL database adapter for Python
DISTNAME= psycopg2-2.0.5.1
PKGNAME= py-${DISTNAME}p0
VERSION= 2.0.6
DISTNAME= psycopg2-${VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= databases
HOMEPAGE= http://initd.org/projects/psycopg2
@ -17,15 +18,17 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= pq
MASTER_SITES= http://initd.org/pub/software/psycopg/
MODULES= lang/python
LIB_DEPENDS= pq::databases/postgresql
RUN_DEPENDS= :postgresql-client-*:databases/postgresql
NO_REGRESS= Yes
SUBST_VARS= VERSION
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-psycopg2
cd ${WRKSRC}/doc && \

View File

@ -1,5 +1,5 @@
MD5 (psycopg2-2.0.5.1.tar.gz) = BS5Ll9q0dwj9zcNv+yWvZg==
RMD160 (psycopg2-2.0.5.1.tar.gz) = kpcOm0vwVsfVFgLcWgwYz6hDJZo=
SHA1 (psycopg2-2.0.5.1.tar.gz) = AYegZCLpVyqt6qQXndiY76Gz0EU=
SHA256 (psycopg2-2.0.5.1.tar.gz) = qvHnPbxMdYJGFF6OgpHFsi/VvCCerecH5h57cp8n6cw=
SIZE (psycopg2-2.0.5.1.tar.gz) = 280775
MD5 (psycopg2-2.0.6.tar.gz) = 4ipHi46sWvURHOjGl6uqqA==
RMD160 (psycopg2-2.0.6.tar.gz) = S169ix95ekyBTJcd9Wmm/KCB1Hw=
SHA1 (psycopg2-2.0.6.tar.gz) = OZwxWjlcGTAFS+0TYF0FXPYgUng=
SHA256 (psycopg2-2.0.6.tar.gz) = CBDqeaUBPIYg3+WvcJKWO2Nq5j3HK0WKE8bXvF4eVpQ=
SIZE (psycopg2-2.0.6.tar.gz) = 228129

View File

@ -1,8 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/27 14:58:30 martynas Exp $
@comment $OpenBSD: PLIST,v 1.2 2008/01/13 17:06:31 martynas Exp $
lib/python${MODPY_VERSION}/site-packages/psycopg2/
lib/python${MODPY_VERSION}/site-packages/psycopg2-${VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/psycopg2/__init__.py
lib/python${MODPY_VERSION}/site-packages/psycopg2/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/psycopg2/_psycopg.so
lib/python${MODPY_VERSION}/site-packages/psycopg2/errorcodes.py
lib/python${MODPY_VERSION}/site-packages/psycopg2/errorcodes.pyc
lib/python${MODPY_VERSION}/site-packages/psycopg2/extensions.py
lib/python${MODPY_VERSION}/site-packages/psycopg2/extensions.pyc
lib/python${MODPY_VERSION}/site-packages/psycopg2/extras.py
@ -18,119 +21,8 @@ share/doc/py-psycopg2/ChangeLog-1.x
share/doc/py-psycopg2/HACKING
share/doc/py-psycopg2/SUCCESS
share/doc/py-psycopg2/TODO
share/doc/py-psycopg2/api/
share/doc/py-psycopg2/api-screen.css
share/doc/py-psycopg2/api/epydoc.css
share/doc/py-psycopg2/api/index.html
share/doc/py-psycopg2/api/private/
share/doc/py-psycopg2/api/private/__builtin__.list-class.html
share/doc/py-psycopg2/api/private/__builtin__.object-class.html
share/doc/py-psycopg2/api/private/__builtin__.type-class.html
share/doc/py-psycopg2/api/private/datetime.tzinfo-class.html
share/doc/py-psycopg2/api/private/epydoc.css
share/doc/py-psycopg2/api/private/exceptions.Exception-class.html
share/doc/py-psycopg2/api/private/exceptions.StandardError-class.html
share/doc/py-psycopg2/api/private/frames.html
share/doc/py-psycopg2/api/private/help.html
share/doc/py-psycopg2/api/private/index.html
share/doc/py-psycopg2/api/private/indices.html
share/doc/py-psycopg2/api/private/psycopg2-module.html
share/doc/py-psycopg2/api/private/psycopg2.DataError-class.html
share/doc/py-psycopg2/api/private/psycopg2.DatabaseError-class.html
share/doc/py-psycopg2/api/private/psycopg2.Error-class.html
share/doc/py-psycopg2/api/private/psycopg2.IntegrityError-class.html
share/doc/py-psycopg2/api/private/psycopg2.InterfaceError-class.html
share/doc/py-psycopg2/api/private/psycopg2.InternalError-class.html
share/doc/py-psycopg2/api/private/psycopg2.NotSupportedError-class.html
share/doc/py-psycopg2/api/private/psycopg2.OperationalError-class.html
share/doc/py-psycopg2/api/private/psycopg2.ProgrammingError-class.html
share/doc/py-psycopg2/api/private/psycopg2.Warning-class.html
share/doc/py-psycopg2/api/private/psycopg2._psycopg-module.html
share/doc/py-psycopg2/api/private/psycopg2._psycopg.ISQLQuote-class.html
share/doc/py-psycopg2/api/private/psycopg2._psycopg.connection-class.html
share/doc/py-psycopg2/api/private/psycopg2._psycopg.cursor-class.html
share/doc/py-psycopg2/api/private/psycopg2.extensions-module.html
share/doc/py-psycopg2/api/private/psycopg2.extras-module.html
share/doc/py-psycopg2/api/private/psycopg2.extras.DictConnection-class.html
share/doc/py-psycopg2/api/private/psycopg2.extras.DictCursor-class.html
share/doc/py-psycopg2/api/private/psycopg2.extras.DictRow-class.html
share/doc/py-psycopg2/api/private/psycopg2.extras.SQL_IN-class.html
share/doc/py-psycopg2/api/private/psycopg2.pool-module.html
share/doc/py-psycopg2/api/private/psycopg2.pool.AbstractConnectionPool-class.html
share/doc/py-psycopg2/api/private/psycopg2.pool.PersistentConnectionPool-class.html
share/doc/py-psycopg2/api/private/psycopg2.pool.PoolError-class.html
share/doc/py-psycopg2/api/private/psycopg2.pool.SimpleConnectionPool-class.html
share/doc/py-psycopg2/api/private/psycopg2.pool.ThreadedConnectionPool-class.html
share/doc/py-psycopg2/api/private/psycopg2.psycopg1-module.html
share/doc/py-psycopg2/api/private/psycopg2.psycopg1.connection-class.html
share/doc/py-psycopg2/api/private/psycopg2.psycopg1.cursor-class.html
share/doc/py-psycopg2/api/private/psycopg2.tz-module.html
share/doc/py-psycopg2/api/private/psycopg2.tz.FixedOffsetTimezone-class.html
share/doc/py-psycopg2/api/private/psycopg2.tz.LocalTimezone-class.html
share/doc/py-psycopg2/api/private/toc-everything.html
share/doc/py-psycopg2/api/private/toc-psycopg2-module.html
share/doc/py-psycopg2/api/private/toc-psycopg2._psycopg-module.html
share/doc/py-psycopg2/api/private/toc-psycopg2.extensions-module.html
share/doc/py-psycopg2/api/private/toc-psycopg2.extras-module.html
share/doc/py-psycopg2/api/private/toc-psycopg2.pool-module.html
share/doc/py-psycopg2/api/private/toc-psycopg2.psycopg1-module.html
share/doc/py-psycopg2/api/private/toc-psycopg2.tz-module.html
share/doc/py-psycopg2/api/private/toc.html
share/doc/py-psycopg2/api/private/trees.html
share/doc/py-psycopg2/api/public/
share/doc/py-psycopg2/api/public/__builtin__.list-class.html
share/doc/py-psycopg2/api/public/__builtin__.object-class.html
share/doc/py-psycopg2/api/public/__builtin__.type-class.html
share/doc/py-psycopg2/api/public/datetime.tzinfo-class.html
share/doc/py-psycopg2/api/public/epydoc.css
share/doc/py-psycopg2/api/public/exceptions.Exception-class.html
share/doc/py-psycopg2/api/public/exceptions.StandardError-class.html
share/doc/py-psycopg2/api/public/frames.html
share/doc/py-psycopg2/api/public/help.html
share/doc/py-psycopg2/api/public/index.html
share/doc/py-psycopg2/api/public/indices.html
share/doc/py-psycopg2/api/public/psycopg2-module.html
share/doc/py-psycopg2/api/public/psycopg2.DataError-class.html
share/doc/py-psycopg2/api/public/psycopg2.DatabaseError-class.html
share/doc/py-psycopg2/api/public/psycopg2.Error-class.html
share/doc/py-psycopg2/api/public/psycopg2.IntegrityError-class.html
share/doc/py-psycopg2/api/public/psycopg2.InterfaceError-class.html
share/doc/py-psycopg2/api/public/psycopg2.InternalError-class.html
share/doc/py-psycopg2/api/public/psycopg2.NotSupportedError-class.html
share/doc/py-psycopg2/api/public/psycopg2.OperationalError-class.html
share/doc/py-psycopg2/api/public/psycopg2.ProgrammingError-class.html
share/doc/py-psycopg2/api/public/psycopg2.Warning-class.html
share/doc/py-psycopg2/api/public/psycopg2._psycopg-module.html
share/doc/py-psycopg2/api/public/psycopg2.extensions-module.html
share/doc/py-psycopg2/api/public/psycopg2.extras-module.html
share/doc/py-psycopg2/api/public/psycopg2.extras.DictConnection-class.html
share/doc/py-psycopg2/api/public/psycopg2.extras.DictCursor-class.html
share/doc/py-psycopg2/api/public/psycopg2.extras.DictRow-class.html
share/doc/py-psycopg2/api/public/psycopg2.extras.SQL_IN-class.html
share/doc/py-psycopg2/api/public/psycopg2.pool-module.html
share/doc/py-psycopg2/api/public/psycopg2.pool.AbstractConnectionPool-class.html
share/doc/py-psycopg2/api/public/psycopg2.pool.PersistentConnectionPool-class.html
share/doc/py-psycopg2/api/public/psycopg2.pool.PoolError-class.html
share/doc/py-psycopg2/api/public/psycopg2.pool.SimpleConnectionPool-class.html
share/doc/py-psycopg2/api/public/psycopg2.pool.ThreadedConnectionPool-class.html
share/doc/py-psycopg2/api/public/psycopg2.psycopg1-module.html
share/doc/py-psycopg2/api/public/psycopg2.psycopg1.connection-class.html
share/doc/py-psycopg2/api/public/psycopg2.psycopg1.cursor-class.html
share/doc/py-psycopg2/api/public/psycopg2.tz-module.html
share/doc/py-psycopg2/api/public/psycopg2.tz.FixedOffsetTimezone-class.html
share/doc/py-psycopg2/api/public/psycopg2.tz.LocalTimezone-class.html
share/doc/py-psycopg2/api/public/toc-everything.html
share/doc/py-psycopg2/api/public/toc-psycopg2-module.html
share/doc/py-psycopg2/api/public/toc-psycopg2._psycopg-module.html
share/doc/py-psycopg2/api/public/toc-psycopg2.extensions-module.html
share/doc/py-psycopg2/api/public/toc-psycopg2.extras-module.html
share/doc/py-psycopg2/api/public/toc-psycopg2.pool-module.html
share/doc/py-psycopg2/api/public/toc-psycopg2.psycopg1-module.html
share/doc/py-psycopg2/api/public/toc-psycopg2.tz-module.html
share/doc/py-psycopg2/api/public/toc.html
share/doc/py-psycopg2/api/public/trees.html
share/doc/py-psycopg2/async.txt
share/doc/py-psycopg2/extensions.html
share/doc/py-psycopg2/extensions.rst
share/examples/py-psycopg2/
share/examples/py-psycopg2/binary.py
@ -149,6 +41,7 @@ share/examples/py-psycopg2/notify.py
share/examples/py-psycopg2/simple.py
share/examples/py-psycopg2/somehackers.jpg
share/examples/py-psycopg2/threads.py
share/examples/py-psycopg2/typecast.py
share/examples/py-psycopg2/tz.py
share/examples/py-psycopg2/usercast.py
share/examples/py-psycopg2/whereareyou.jpg