diff options
Diffstat (limited to 'databases/py-sqlite2/Makefile')
-rw-r--r-- | databases/py-sqlite2/Makefile | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index 0401dbf7bdb..f9bf80bfcb5 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.19 2009/07/09 19:02:58 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2010/09/16 11:31:16 adam Exp $ -DISTNAME= pysqlite-2.5.5 -PKGNAME= ${PYPKGPREFIX}-sqlite2-2.5.5 +DISTNAME= pysqlite-2.6.0 +PKGNAME= ${PYPKGPREFIX}-sqlite2-2.6.0 CATEGORIES= databases python -MASTER_SITES= http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.5/ +MASTER_SITES= http://pysqlite.googlecode.com/files/ MAINTAINER= tsarna@NetBSD.org -HOMEPAGE= http://pysqlite.org/ +HOMEPAGE= http://pysqlite.googlecode.com/ COMMENT= SQLite database adapter for Python PKG_DESTDIR_SUPPORT= user-destdir @@ -15,16 +15,6 @@ PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" -.if defined(PYPACKAGE) && \ - (${PYPACKAGE} == "python23" || ${PYPACKAGE} == "python24") -pre-configure: - rm ${WRKSRC}/pysqlite2/test/py25tests.py -.else -PLIST.python25= yes -.endif - -PLIST_VARS+= python25 - do-postinstall-test: .PHONY cd ${WRKDIR} && ${PYTHONBIN} -c "from pysqlite2 import test;test.test()" |