diff options
author | adam <adam@pkgsrc.org> | 2010-09-16 11:31:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-16 11:31:16 +0000 |
commit | 9b2f1dd6f6c3f6beecf09a344b722118b804f19c (patch) | |
tree | b30920bd68bdd1eadee6282f20e2bb4899d642cc /databases/py-sqlite2/Makefile | |
parent | 1e47a3c57a1a8f1abb1876709670acb7cdba5afa (diff) | |
download | pkgsrc-9b2f1dd6f6c3f6beecf09a344b722118b804f19c.tar.gz |
Changes 2.6.0:
No release notes available.
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()" |