pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-postgresql Recreate files for py-postgres...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b703a18437b9
branches:  trunk
changeset: 480093:b703a18437b9
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Mon Aug 30 08:33:34 2004 +0000

description:
Recreate files for py-postgresql.  PyGreSQL has been moved back out of the
PostgreSQL tree and I have released this version that is no longer tied
to a specific version of PostgreSQL.

diffstat:

 databases/py-postgresql/DESCR    |   4 ++++
 databases/py-postgresql/Makefile |  39 +++++++++++++++++++++++++++++++++++++++
 databases/py-postgresql/PLIST    |  15 +++++++++++++++
 databases/py-postgresql/distinfo |   4 ++++
 4 files changed, 62 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r 7a32e80ff36b -r b703a18437b9 databases/py-postgresql/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-postgresql/DESCR     Mon Aug 30 08:33:34 2004 +0000
@@ -0,0 +1,4 @@
+PyGreSQL is a python module that interfaces to a PostgreSQL database. It
+embeds the PostgreSQL query library to allow easy use of the powerful
+PostgreSQL features from a Python script.  This also includes support for
+the Python DB-API.
diff -r 7a32e80ff36b -r b703a18437b9 databases/py-postgresql/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-postgresql/Makefile  Mon Aug 30 08:33:34 2004 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.36 2004/08/30 08:33:34 darcy Exp $
+
+DISTNAME=              PyGreSQL-3.5
+PKGNAME=               ${PYPKGPREFIX}-postgresql-3.5
+CATEGORIES=            databases python
+MASTER_SITES=  ftp://ftp.druid.net/pub/distrib/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=            darcy%NetBSD.org@localhost
+HOMEPAGE=              http://www.PyGreSQL.org/
+COMMENT=               Python interface to PostgreSQL
+
+MAKE_ENV+=             MANDIR=${LOCALBASE}/man
+MAKE_ENV+=             BINDIR=${LOCALBASE}/bin
+USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        make
+
+MAKEFILE=              GNUmakefile
+MAKE_ENV+=             INSTALLED_LIBPQ=1
+#MAKEFLAGS+=           PYTHON_VERSION=${PYVERSSUFFIX}
+
+PY_PATCHPLIST= yes
+PLIST_SUBST+=  PYPKGPREFIX=${PYPKGPREFIX}
+
+PYDISTUTILSPKG=        yes
+PYBINMODULE=   yes
+DOCDIR=                        ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql
+
+post-install:
+       ${INSTALL_DATA_DIR} ${DOCDIR}/tutorial
+       ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
+       for inst_file in ${WRKSRC}/tutorial/*.py; do   \
+               ${INSTALL_DATA} $${inst_file} ${DOCDIR}/tutorial;        \
+       done
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/pgsql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
+
diff -r 7a32e80ff36b -r b703a18437b9 databases/py-postgresql/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-postgresql/PLIST     Mon Aug 30 08:33:34 2004 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.6 2004/08/30 08:33:34 darcy Exp $
+${PYSITELIB}/_pg.so
+${PYSITELIB}/pg.py
+${PYSITELIB}/pg.pyc
+${PYSITELIB}/pg.pyo
+${PYSITELIB}/pgdb.py
+${PYSITELIB}/pgdb.pyc
+${PYSITELIB}/pgdb.pyo
+share/doc/${PYPKGPREFIX}-postgresql/README
+share/doc/${PYPKGPREFIX}-postgresql/tutorial/advanced.py
+share/doc/${PYPKGPREFIX}-postgresql/tutorial/basics.py
+share/doc/${PYPKGPREFIX}-postgresql/tutorial/func.py
+share/doc/${PYPKGPREFIX}-postgresql/tutorial/syscat.py
+@dirrm share/doc/${PYPKGPREFIX}-postgresql/tutorial
+@dirrm share/doc/${PYPKGPREFIX}-postgresql
diff -r 7a32e80ff36b -r b703a18437b9 databases/py-postgresql/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-postgresql/distinfo  Mon Aug 30 08:33:34 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.6 2004/08/30 08:33:34 darcy Exp $
+
+SHA1 (PyGreSQL-3.5.tgz) = b55e448540ec7a360720dfaf11d1f7d4c119a4d4
+Size (PyGreSQL-3.5.tgz) = 44884 bytes



Home | Main Index | Thread Index | Old Index