What's new in psycopg 2.5.1 --------------------------- - Fixed build on Solaris 10 and 11 where the round() function is already declared (🎫`#146`). - Fixed comparison of `Range` with non-range objects (🎫`#164`). Thanks to Chris Withers for the patch. - Fixed double-free on connection dealloc (🎫`#166`). Thanks to Gangadharan S.A. for the report and fix suggestion.
20 lines
606 B
Makefile
20 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.24 2013/07/04 13:01:36 wiz Exp $
|
|
|
|
DISTNAME= psycopg2-2.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://initd.org/psycopg/
|
|
COMMENT= PostgreSQL database adapter for Python
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
PYTHON_VERSIONS_INCLUDE_3X= yes
|
|
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"
|