Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
PySQLite is a Python interface to the SQLite library,
allowing Python programs to access SQLite databases.
This wraps the obsolete sqlite2.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.20 2013/02/22 19:59:06 shattered Exp $
DISTNAME= pysqlite-1.0.1
PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1
PKGREVISION= 2
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysqlite/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pysqlite.org/
COMMENT= SQLite database adapter for Python
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
WRKSRC= ${WRKDIR}/pysqlite
.include "../../databases/sqlite/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../time/py-mxDateTime/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:43:23 joerg Exp $
${PYSITELIB}/_sqlite.so
${PYSITELIB}/sqlite/__init__.py
${PYSITELIB}/sqlite/__init__.pyc
${PYSITELIB}/sqlite/__init__.pyo
${PYSITELIB}/sqlite/main.py
${PYSITELIB}/sqlite/main.pyc
${PYSITELIB}/sqlite/main.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2005/02/24 19:26:37 drochner Exp $
SHA1 (pysqlite-1.0.1.tar.gz) = 720458a0ebb5b4fa145a3048444611a450204122
RMD160 (pysqlite-1.0.1.tar.gz) = b608b81de56d1b549e03cd8d97e8c929fbe598c0
Size (pysqlite-1.0.1.tar.gz) = 41099 bytes