diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-14 20:17:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-14 20:17:59 +0000 |
commit | 2370947790db13ad95fe7d7098eb4fd6f810df49 (patch) | |
tree | c5d1dd2c4f613006d4960f1957362a01521d8833 /databases | |
parent | fbe80ad82e3210696e8781333ac364ba0238f0b7 (diff) | |
download | pkgsrc-2370947790db13ad95fe7d7098eb4fd6f810df49.tar.gz |
import pysqlite-2.0.7, an (incompatible) redesign of pysqlite
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-sqlite2/DESCR | 2 | ||||
-rw-r--r-- | databases/py-sqlite2/Makefile | 26 | ||||
-rw-r--r-- | databases/py-sqlite2/PLIST | 2 | ||||
-rw-r--r-- | databases/py-sqlite2/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/databases/py-sqlite2/DESCR b/databases/py-sqlite2/DESCR new file mode 100644 index 00000000000..fd8838f0875 --- /dev/null +++ b/databases/py-sqlite2/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-sqlite2/Makefile b/databases/py-sqlite2/Makefile new file mode 100644 index 00000000000..54c4f26a59e --- /dev/null +++ b/databases/py-sqlite2/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/14 20:17:59 drochner Exp $ + +DISTNAME= pysqlite-2.0.7 +PKGNAME= ${PYPKGPREFIX}-sqlite2-2.0.7 +CATEGORIES= databases python +MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/2.0.7/ + +MAINTAINER= tsarna@NetBSD.org +HOMEPAGE= http://initd.org/tracker/pysqlite +COMMENT= SQLite database adapter for Python + +PYDISTUTILSPKG= yes +# XXX version specific setuptools, should add something to extension.mk +PYTHON_VERSIONS_ACCEPTED= 24 +DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py24-setuptools + +TESTCMD= from lib import test; \ + test.test() + +do-test: + cd ${WRKSRC} && ${PYTHONBIN} -c ${TESTCMD:Q} + +.include "../../databases/sqlite3/buildlink3.mk" +.include "../../lang/python/extension.mk" +.include "../../time/py-mxDateTime/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/py-sqlite2/PLIST b/databases/py-sqlite2/PLIST new file mode 100644 index 00000000000..8759c80b08c --- /dev/null +++ b/databases/py-sqlite2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/14 20:17:59 drochner Exp $ +${PYSITELIB}/pysqlite-${PKGVERSION}-py2.4-${LOWER_OPSYS}-${OS_VERSION}-${MACHINE_ARCH}.egg diff --git a/databases/py-sqlite2/distinfo b/databases/py-sqlite2/distinfo new file mode 100644 index 00000000000..a85032c350c --- /dev/null +++ b/databases/py-sqlite2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/03/14 20:17:59 drochner Exp $ + +SHA1 (pysqlite-2.0.7.tar.gz) = 9ed79839cd0a7cd359d3ccb7c41837422173438f +RMD160 (pysqlite-2.0.7.tar.gz) = c15d222468a204168e1c6899c63d9ea287467978 +Size (pysqlite-2.0.7.tar.gz) = 216605 bytes |