summaryrefslogtreecommitdiff
path: root/databases/py-PySQLite11
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-PySQLite11')
-rw-r--r--databases/py-PySQLite11/Makefile45
-rw-r--r--databases/py-PySQLite11/distinfo2
-rw-r--r--databases/py-PySQLite11/pkg-descr7
-rw-r--r--databases/py-PySQLite11/pkg-plist8
4 files changed, 0 insertions, 62 deletions
diff --git a/databases/py-PySQLite11/Makefile b/databases/py-PySQLite11/Makefile
deleted file mode 100644
index aa1e68389778..000000000000
--- a/databases/py-PySQLite11/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: py-PySQLite
-# Date created: 02 Oct 2002
-# Whom: Gerhard Haering <gerhard.haering@gmx.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= PySQLite
-PORTVERSION= 1.1.8
-CATEGORIES= databases python
-MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysqlite-${PORTVERSION}
-
-MAINTAINER= mnag@FreeBSD.org
-COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine
-
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-
-CONFLICTS= py*-PySQLite-1.0.*
-
-DEPRECATED= unmaintained upstream, only useful for python2.4 or less, no consumers in the ports tree
-EXPIRATION_DATE= 2011-12-11
-
-NO_LATEST_LINK= yes
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= pysqlite
-
-PORTDOCS= *
-
-post-patch:
- @${REINPLACE_CMD} -e 's|"freebsd5",|"freebsd5", "freebsd6", "freebsd7",|' \
- ${WRKSRC}/setup.py
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-# fix lib shared permission
- @${CHMOD} ${BINMODE} ${PYTHON_SITELIBDIR}/_sqlite.so
-
-.include <bsd.port.mk>
diff --git a/databases/py-PySQLite11/distinfo b/databases/py-PySQLite11/distinfo
deleted file mode 100644
index 3cc0856f56b5..000000000000
--- a/databases/py-PySQLite11/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pysqlite-1.1.8.tar.gz) = 6c5afe3c3fc09427dfef06c654a97e48ffe5cd473b4cd1fc0e0307341d2b82bf
-SIZE (pysqlite-1.1.8.tar.gz) = 22851
diff --git a/databases/py-PySQLite11/pkg-descr b/databases/py-PySQLite11/pkg-descr
deleted file mode 100644
index afdf2db33d1d..000000000000
--- a/databases/py-PySQLite11/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The goal of the PySQLite project is to develop a Python extension for SQLite 3
-that conforms to the Python Database API Specification 2.0. SQLite is a
-powerful embedded relational database management system in a compact C library.
-It offers support for a large subset of SQL92, multiple tables, indices,
-transactions and triggers.
-
-WWW: http://pysqlite.org
diff --git a/databases/py-PySQLite11/pkg-plist b/databases/py-PySQLite11/pkg-plist
deleted file mode 100644
index 1d8050312770..000000000000
--- a/databases/py-PySQLite11/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-%%PYTHON_SITELIBDIR%%/sqlite/__init__.py
-%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sqlite/main.py
-%%PYTHON_SITELIBDIR%%/sqlite/main.pyc
-%%PYTHON_SITELIBDIR%%/sqlite/main.pyo
-%%PYTHON_SITELIBDIR%%/_sqlite.so
-@dirrm %%PYTHON_SITELIBDIR%%/sqlite