pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/py-sqlite2 The self-test requires the packag...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cfd2c49e2dc7
branches: trunk
changeset: 535499:cfd2c49e2dc7
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Nov 19 23:10:18 2007 +0000
description:
The self-test requires the package to be installed, and this is not the
case with the standard do-test target.
diffstat:
databases/py-sqlite2/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2906c504a2dd -r cfd2c49e2dc7 databases/py-sqlite2/Makefile
--- a/databases/py-sqlite2/Makefile Mon Nov 19 20:28:57 2007 +0000
+++ b/databases/py-sqlite2/Makefile Mon Nov 19 23:10:18 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/08/13 17:37:58 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2007/11/19 23:10:18 rillig Exp $
DISTNAME= pysqlite-2.3.5
PKGNAME= ${PYPKGPREFIX}-sqlite2-2.3.5
@@ -12,7 +12,7 @@
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 24 23
-do-test:
+do-postinstall-test: .PHONY
${PYTHONBIN} -c "from pysqlite2 import test;test.test()"
.include "../../databases/sqlite3/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index