From fb62c29068f4613ed01f3e5fd430c49179314778 Mon Sep 17 00:00:00 2001 From: tsarna Date: Wed, 25 Jun 2003 21:38:21 +0000 Subject: PySQLite is a Python interace to the SQLite library. --- databases/py-sqlite/DESCR | 2 ++ databases/py-sqlite/Makefile | 20 ++++++++++++++++++++ databases/py-sqlite/PLIST | 7 +++++++ databases/py-sqlite/distinfo | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 databases/py-sqlite/DESCR create mode 100644 databases/py-sqlite/Makefile create mode 100644 databases/py-sqlite/PLIST create mode 100644 databases/py-sqlite/distinfo (limited to 'databases') diff --git a/databases/py-sqlite/DESCR b/databases/py-sqlite/DESCR new file mode 100644 index 00000000000..fd8838f0875 --- /dev/null +++ b/databases/py-sqlite/DESCR @@ -0,0 +1,2 @@ +PySQLite is a Python interace to the SQLite library, +allowing Python programs to access SQLite databases. diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile new file mode 100644 index 00000000000..6e2acbde29c --- /dev/null +++ b/databases/py-sqlite/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/25 21:38:21 tsarna Exp $ +# + +DISTNAME= pysqlite-0.4.3 +PKGNAME= ${PYPKGPREFIX}-sqlite-0.4.3 +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysqlite/} + +MAINTAINER= tsarna@netbsd.org +HOMEPAGE= http://pysqlite.sourceforge.net/ +COMMENT= SQLite database adapter for Python + +USE_BUILDLINK2= yes +PYDISTUTILSPKG= yes +PY_PATCHPLIST= yes + +.include "../../databases/sqlite/buildlink2.mk" +.include "../../lang/python/extension.mk" +.include "../../time/py-mxDateTime/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/py-sqlite/PLIST b/databases/py-sqlite/PLIST new file mode 100644 index 00000000000..af604c84028 --- /dev/null +++ b/databases/py-sqlite/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/25 21:38:21 tsarna Exp $ +${PYSITELIB}/_sqlite.so +${PYSITELIB}/sqlite/__init__.py +${PYSITELIB}/sqlite/__init__.pyc +${PYSITELIB}/sqlite/main.py +${PYSITELIB}/sqlite/main.pyc +@dirrm ${PYSITELIB}/sqlite diff --git a/databases/py-sqlite/distinfo b/databases/py-sqlite/distinfo new file mode 100644 index 00000000000..72528d4bf0c --- /dev/null +++ b/databases/py-sqlite/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/06/25 21:38:21 tsarna Exp $ + +SHA1 (pysqlite-0.4.3.tar.gz) = 2a0ad264f8440aab4a024a6764754e828ebb97de +Size (pysqlite-0.4.3.tar.gz) = 85594 bytes -- cgit v1.2.3