summaryrefslogtreecommitdiff
path: root/databases/py-sqlite
diff options
context:
space:
mode:
authortsarna <tsarna>2003-06-25 21:38:21 +0000
committertsarna <tsarna>2003-06-25 21:38:21 +0000
commitfb62c29068f4613ed01f3e5fd430c49179314778 (patch)
tree97fa41c06692f7ae74964664698e27080b0f0d78 /databases/py-sqlite
parent8e8a3e15f2cfb8918d024e24590608a22b0d1dfd (diff)
downloadpkgsrc-fb62c29068f4613ed01f3e5fd430c49179314778.tar.gz
PySQLite is a Python interace to the SQLite library.
Diffstat (limited to 'databases/py-sqlite')
-rw-r--r--databases/py-sqlite/DESCR2
-rw-r--r--databases/py-sqlite/Makefile20
-rw-r--r--databases/py-sqlite/PLIST7
-rw-r--r--databases/py-sqlite/distinfo4
4 files changed, 33 insertions, 0 deletions
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