summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authorrecht <recht>2004-07-24 22:48:13 +0000
committerrecht <recht>2004-07-24 22:48:13 +0000
commit2a807bcb9b1b0d5f68a5106a2c2774b6bfef2961 (patch)
tree9e0930ff5b6833301aa97db348272399350e42bc /databases/py-postgresql
parent6dba7134d2d72854734da5e00a30e8096b8ebddd (diff)
downloadpkgsrc-2a807bcb9b1b0d5f68a5106a2c2774b6bfef2961.tar.gz
Delete old postgresql packages now that we have the postgresql73 ones.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/DESCR4
-rw-r--r--databases/py-postgresql/Makefile39
-rw-r--r--databases/py-postgresql/PLIST15
3 files changed, 0 insertions, 58 deletions
diff --git a/databases/py-postgresql/DESCR b/databases/py-postgresql/DESCR
deleted file mode 100644
index 4a9c558b4ab..00000000000
--- a/databases/py-postgresql/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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 --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
deleted file mode 100644
index d4897325e6f..00000000000
--- a/databases/py-postgresql/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2004/07/24 22:45:15 recht Exp $
-
-PKGNAME= ${PYPKGPREFIX}-postgresql-3.3
-PKGREVISION= 3
-CATEGORIES= databases python
-
-MAINTAINER= darcy@NetBSD.org
-COMMENT= Python interface to PostgreSQL
-
-USE_BUILDLINK3= yes
-
-.include "../postgresql/Makefile.common"
-
-CONFIGURE_ARGS+= --with-python
-CONFIGURE_ARGS+= --with-python-compile
-CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
-
-MAKEFILE= GNUmakefile
-MAKE_ENV+= INSTALLED_LIBPQ=1
-MAKEFLAGS+= PYTHON_VERSION=${PYVERSSUFFIX}
-
-PY_PATCHPLIST= yes
-PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
-
-BUILD_DIRS= ${WRKSRC}/src/interfaces/python
-DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql
-
-post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}/tutorial
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
- for file in ${WRKSRC}/src/interfaces/python/tutorial/*.py; do \
- ${INSTALL_DATA} $${file} ${DOCDIR}/tutorial; \
- done
-
-.include "../../time/py-mxDateTime/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-postgresql/PLIST b/databases/py-postgresql/PLIST
deleted file mode 100644
index b71d9c00677..00000000000
--- a/databases/py-postgresql/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2003/08/18 10:09:51 drochner Exp $
-${PYSITELIB}/_pgmodule.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