9d88249380
Psycopg 2.8.4 The release brings a few assorted bugfixes and adds support for Python 3.8 and PostgreSQL 12. A more detailed changes list is * Fixed building with Python 3.8. * Don't swallow keyboard interrupts on connect when a password is specified in the connection string. * Don't advance replication cursor when the message wasn't confirmed. * Fixed inclusion of time.h on linux. * Fixed int overflow for large values in Column.table_oid and Column.type_code. * errorcodes map and errors classes updated to PostgreSQL 12. * Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4.
16 lines
495 B
Makefile
16 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.49 2019/10/21 11:31:22 adam Exp $
|
|
|
|
DISTNAME= psycopg2-2.8.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-8/
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://initd.org/psycopg/
|
|
COMMENT= PostgreSQL database adapter for Python
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|