2017-01-01 15:43:22 +01:00
|
|
|
# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:27 wiz Exp $
|
Initial import of pyPgSQL 2.4
from pkgsrc-wip
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
interface to PostgreSQL databases. The first module, libpq, exports the
PostgreSQL C API to Python. This module is written in C and can be compiled
into Python or can be dynamically loaded on demand. The second module, PgSQL,
provides the DB-API 2.0 compliant interface and support for various PostgreSQL
data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
written in Python.
2003-09-09 15:46:24 +02:00
|
|
|
|
|
|
|
DISTNAME= pyPgSQL-2.4
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
2016-10-09 23:41:55 +02:00
|
|
|
PKGREVISION= 9
|
2004-07-22 11:15:59 +02:00
|
|
|
CATEGORIES= databases python
|
Initial import of pyPgSQL 2.4
from pkgsrc-wip
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
interface to PostgreSQL databases. The first module, libpq, exports the
PostgreSQL C API to Python. This module is written in C and can be compiled
into Python or can be dynamically loaded on demand. The second module, PgSQL,
provides the DB-API 2.0 compliant interface and support for various PostgreSQL
data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
written in Python.
2003-09-09 15:46:24 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pypgsql/}
|
|
|
|
|
2011-02-28 15:52:37 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
Initial import of pyPgSQL 2.4
from pkgsrc-wip
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
interface to PostgreSQL databases. The first module, libpq, exports the
PostgreSQL C API to Python. This module is written in C and can be compiled
into Python or can be dynamically loaded on demand. The second module, PgSQL,
provides the DB-API 2.0 compliant interface and support for various PostgreSQL
data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
written in Python.
2003-09-09 15:46:24 +02:00
|
|
|
HOMEPAGE= http://pypgsql.sourceforge.net/
|
|
|
|
COMMENT= Python DB-API 2.0 compliant interface to PostgreSQL
|
|
|
|
|
2004-01-20 13:07:06 +01:00
|
|
|
WRKSRC= ${WRKDIR}/pypgsql
|
2017-01-01 15:43:22 +01:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mxDateTime
|
Initial import of pyPgSQL 2.4
from pkgsrc-wip
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
interface to PostgreSQL databases. The first module, libpq, exports the
PostgreSQL C API to Python. This module is written in C and can be compiled
into Python or can be dynamically loaded on demand. The second module, PgSQL,
provides the DB-API 2.0 compliant interface and support for various PostgreSQL
data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
written in Python.
2003-09-09 15:46:24 +02:00
|
|
|
|
|
|
|
.include "../../lang/python/application.mk"
|
2014-01-20 21:45:41 +01:00
|
|
|
.include "../../lang/python/distutils.mk"
|
2004-04-25 15:09:07 +02:00
|
|
|
.include "../../time/py-mxDateTime/buildlink3.mk"
|
2004-07-25 00:45:14 +02:00
|
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
Initial import of pyPgSQL 2.4
from pkgsrc-wip
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
interface to PostgreSQL databases. The first module, libpq, exports the
PostgreSQL C API to Python. This module is written in C and can be compiled
into Python or can be dynamically loaded on demand. The second module, PgSQL,
provides the DB-API 2.0 compliant interface and support for various PostgreSQL
data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
written in Python.
2003-09-09 15:46:24 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|