diff options
author | tsarna <tsarna> | 2003-06-25 21:38:21 +0000 |
---|---|---|
committer | tsarna <tsarna> | 2003-06-25 21:38:21 +0000 |
commit | f6a22b8d46cecfe6254b665e1003674f8090683e (patch) | |
tree | 97fa41c06692f7ae74964664698e27080b0f0d78 /databases/py-sqlite | |
parent | 5065bbeee974c0c2bc16e7604422b478c0567c31 (diff) | |
download | pkgsrc-f6a22b8d46cecfe6254b665e1003674f8090683e.tar.gz |
PySQLite is a Python interace to the SQLite library.
Diffstat (limited to 'databases/py-sqlite')
-rw-r--r-- | databases/py-sqlite/DESCR | 2 | ||||
-rw-r--r-- | databases/py-sqlite/Makefile | 20 | ||||
-rw-r--r-- | databases/py-sqlite/PLIST | 7 | ||||
-rw-r--r-- | databases/py-sqlite/distinfo | 4 |
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 |