032b9e2d81
What's new in psycopg 2.6 ------------------------- New features: - Added support for large objects larger than 2GB. Many thanks to Blake Rouse and the MAAS Team for the feature development. - Python `time` objects with a tzinfo specified and PostgreSQL :sql:`timetz` data are converted into each other (🎫`#272`). Bug fixes: - Json apapter's `!str()` returns the adapted content instead of the `!repr()` (🎫`#191`).
19 lines
572 B
Makefile
19 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.29 2015/02/17 14:01:56 wiz Exp $
|
|
|
|
DISTNAME= psycopg2-2.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-6/
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://initd.org/psycopg/
|
|
COMMENT= PostgreSQL database adapter for Python
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
REPLACE_PYTHON+= tests/*.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|