Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.31 2013/05/09 07:39:32 adam Exp $
# $NetBSD: Makefile,v 1.33 2014/01/25 08:45:38 wiz Exp $
DISTNAME= pysqlite-2.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/}
PKGREVISION= 5
PKGREVISION= 6
CATEGORIES= databases python
MASTER_SITES= http://pysqlite.googlecode.com/files/
@@ -11,10 +11,12 @@ HOMEPAGE= http://pysqlite.googlecode.com/
COMMENT= SQLite database adapter for Python
LICENSE= mit
.include "../../lang/python/distutils.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.6.3
do-postinstall-test: .PHONY
.PHONY: do-postinstall-test
do-postinstall-test:
cd ${WRKDIR} && ${PYTHONBIN} -c "from pysqlite2 import test;test.test()"
.include "../../lang/python/distutils.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"