summaryrefslogtreecommitdiff
path: root/databases/py-PySQLite2
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:16:04 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:16:04 +0000
commitbbd8389146f81d931e1d89ad2335d33589912a48 (patch)
treed58f602a8449ad111874763603a08b6e7c7c417d /databases/py-PySQLite2
parent- Remove entries of ports which were removed and restored (diff)
* MOVED
Add entry about databases/py-PySQLite2 -> databases/py-pysqlite20 * databases/Makefile Remove py-PySQLite2 Add entry to py-pysqlite20 and py-pysqlite21 * databases/py-PySQLite10, databases/py-PySQLite11 Mark NO_LATEST_LINK portlint(1) * databases/py-PySQLite2 Removed * databases/py-pysqlite20 [1] Update CONFLICTS Mark NO_LATEST_LINK portlint(1) * databases/py-pysqlite21 [1] Update to 2.1.2 Update CONFLICTS portlint(1) Repocopy by: marcus [1]
Diffstat (limited to 'databases/py-PySQLite2')
-rw-r--r--databases/py-PySQLite2/Makefile49
-rw-r--r--databases/py-PySQLite2/distinfo3
-rw-r--r--databases/py-PySQLite2/pkg-descr9
-rw-r--r--databases/py-PySQLite2/pkg-plist28
4 files changed, 0 insertions, 89 deletions
diff --git a/databases/py-PySQLite2/Makefile b/databases/py-PySQLite2/Makefile
deleted file mode 100644
index 38d026760eb1..000000000000
--- a/databases/py-PySQLite2/Makefile
+++ /dev/null
@@ -1,49 +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= 2.0.5
-CATEGORIES= databases python
-MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ \
- ${MASTER_SITE_GENTOO}
-MASTER_SITE_SUBDIR= distfiles
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-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
-
-LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}2
-
-USE_REINPLACE= yes
-USE_PYTHON= 2.3+
-USE_PYDISTUTILS= yes
-PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib
-DOCSBASE= share/doc/py-${PORTNAME}2
-DOCSDIR= ${PREFIX}/${DOCSBASE}
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
-
-pre-configure:
- @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/setup.cfg
-.if !defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e "s|pysqlite2-doc|${DOCSBASE}|" ${WRKSRC}/setup.py
-.else
- @${REINPLACE_CMD} -e "s|data_files = data_files,||" ${WRKSRC}/setup.py
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${MKDIR} ${DOCSDIR}/code
- @${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/databases/py-PySQLite2/distinfo b/databases/py-PySQLite2/distinfo
deleted file mode 100644
index bd063333d19e..000000000000
--- a/databases/py-PySQLite2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (pysqlite-2.0.5.tar.gz) = 574bbb4f7b3a077506689cbab0d9bf7f
-SHA256 (pysqlite-2.0.5.tar.gz) = c1369d26310988260aca172b189bbafb3baa8bee2c8eef0c972b209d668b4da5
-SIZE (pysqlite-2.0.5.tar.gz) = 57526
diff --git a/databases/py-PySQLite2/pkg-descr b/databases/py-PySQLite2/pkg-descr
deleted file mode 100644
index 5aaec324c4e9..000000000000
--- a/databases/py-PySQLite2/pkg-descr
+++ /dev/null
@@ -1,9 +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
-
-Marcus Alves Grando <mnag@FreeBSD.org>
diff --git a/databases/py-PySQLite2/pkg-plist b/databases/py-PySQLite2/pkg-plist
deleted file mode 100644
index f20edff0ce0e..000000000000
--- a/databases/py-PySQLite2/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-bin/test-pysqlite
-%%PYTHON_SITELIBDIR%%/pysqlite2/__init__.py
-%%PYTHON_SITELIBDIR%%/pysqlite2/__init__.pyc
-%%PYTHON_SITELIBDIR%%/pysqlite2/__init__.pyo
-%%PYTHON_SITELIBDIR%%/pysqlite2/_sqlite.so
-%%PYTHON_SITELIBDIR%%/pysqlite2/dbapi2.py
-%%PYTHON_SITELIBDIR%%/pysqlite2/dbapi2.pyc
-%%PYTHON_SITELIBDIR%%/pysqlite2/dbapi2.pyo
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/__init__.py
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/__init__.pyc
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/__init__.pyo
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/dbapi.py
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/dbapi.pyc
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/dbapi.pyo
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/factory.py
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/factory.pyc
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/factory.pyo
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/transactions.py
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/transactions.pyc
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/transactions.pyo
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/types.py
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/types.pyc
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/types.pyo
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/userfunctions.py
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/userfunctions.pyc
-%%PYTHON_SITELIBDIR%%/pysqlite2/test/userfunctions.pyo
-@dirrm %%PYTHON_SITELIBDIR%%/pysqlite2/test
-@dirrm %%PYTHON_SITELIBDIR%%/pysqlite2