From 70430789b6660b327c7731f5550fb3fe75bac051 Mon Sep 17 00:00:00 2001 From: shell Date: Mon, 5 Nov 2001 17:04:11 +0000 Subject: [PATCH] NO_REGRESS --- databases/py-mysql/Makefile | 3 ++- devel/py-Checker/Makefile | 3 ++- devel/py-unit/Makefile | 10 +++++----- security/py-gnupg/Makefile | 7 ++++--- security/py-sslwrapper/Makefile | 7 ++++--- textproc/py-Chart/Makefile | 8 +++++--- textproc/py-xml/Makefile | 7 ++++--- 7 files changed, 26 insertions(+), 19 deletions(-) diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile index 711e55a3384..23f0d6abc1e 100644 --- a/databases/py-mysql/Makefile +++ b/databases/py-mysql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/10/07 01:19:40 naddy Exp $ +# $OpenBSD: Makefile,v 1.9 2001/11/05 17:04:11 shell Exp $ COMMENT= "python interface to MySQL" @@ -28,6 +28,7 @@ RUN_DEPENDS+= python${PYTHON_VER}::lang/python BUILD_DEPENDS= ${RUN_DEPENDS} SUBST_VARS= PYTHON_VER +NO_REGRESS= Yes PY_CMD= @cd ${WRKSRC}; python${PYTHON_VER} ./setup.py diff --git a/devel/py-Checker/Makefile b/devel/py-Checker/Makefile index 6b620aa03ee..c55c18eb55c 100644 --- a/devel/py-Checker/Makefile +++ b/devel/py-Checker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/10/24 12:53:55 shell Exp $ +# $OpenBSD: Makefile,v 1.9 2001/11/05 17:04:11 shell Exp $ COMMENT= "python codes checker" @@ -28,6 +28,7 @@ RUN_DEPENDS+= python${PYTHON_VER}::lang/python BUILD_DEPENDS= ${RUN_DEPENDS} SUBST_VARS= PYTHON_VER +NO_REGRESS= Yes PY_CMD= @cd ${WRKSRC} && python${PYTHON_VER} ./setup.py diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index 5ff37b0406f..1bb78e0fa0e 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2001/08/31 22:16:50 shell Exp $ +# $OpenBSD: Makefile,v 1.5 2001/11/05 17:04:11 shell Exp $ COMMENT= "unit testing framework for python" @@ -29,14 +29,14 @@ PYTHON_VER= 2.1 .if ${FLAVOR} != "no_x11" PY_MODULE= ${LOCALBASE}/lib/python${PYTHON_VER}/lib-dynload/_tkinter.so -RUN_DEPENDS= ${PY_MODULE}::lang/python,tk +BUILD_DEPENDS= ${PY_MODULE}::lang/python,tk .else -RUN_DEPENDS= python${PYTHON_VER}::lang/python +BUILD_DEPENDS= python${PYTHON_VER}::lang/python .endif -BUILD_DEPENDS= ${RUN_DEPENDS} - +RUN_DEPENDS= ${BUILD_DEPENDS} SUBST_VARS= PYTHON_VER +NO_REGRESS= Yes do-build: cd ${WRKSRC}; python${PYTHON_VER} ./setup.py build \ diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index b7cb1659a68..5d3125ab7d7 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2001/11/04 05:45:14 shell Exp $ +# $OpenBSD: Makefile,v 1.5 2001/11/05 17:04:11 shell Exp $ COMMENT= "python module for GnuPG interface" @@ -23,13 +23,14 @@ MASTER_SITE_SUBDIR= py-gnupg PYTHON_VER= 2.1 -RUN_DEPENDS+= python${PYTHON_VER}::lang/python \ +BUILD_DEPENDS+= python${PYTHON_VER}::lang/python \ gpg::security/gnupg -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PY_CMD= cd ${WRKSRC}; python${PYTHON_VER} ./setup.py SUBST_VARS= PYTHON_VER +NO_REGRESS= Yes do-build: ${PY_CMD} build --build-base=${WRKSRC} diff --git a/security/py-sslwrapper/Makefile b/security/py-sslwrapper/Makefile index 761c4690a88..03fda6afa83 100644 --- a/security/py-sslwrapper/Makefile +++ b/security/py-sslwrapper/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/09/10 06:08:03 shell Exp $ +# $OpenBSD: Makefile,v 1.2 2001/11/05 17:04:11 shell Exp $ COMMENT= "OpenSSL Wrappers for Python" @@ -22,8 +22,9 @@ MASTER_SITE_SUBDIR= pow PYTHON_VER= 2.1 -RUN_DEPENDS+= python${PYTHON_VER}::lang/python -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= python${PYTHON_VER}::lang/python +RUN_DEPENDS= ${BUILD_DEPENDS} +NO_REGRESS= Yes PY_CMD= cd ${WRKSRC}; python${PYTHON_VER} ./setup.py diff --git a/textproc/py-Chart/Makefile b/textproc/py-Chart/Makefile index 488932cbd18..abc396e9a5c 100644 --- a/textproc/py-Chart/Makefile +++ b/textproc/py-Chart/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/10/29 18:23:38 shell Exp $ +# $OpenBSD: Makefile,v 1.6 2001/11/05 17:04:11 shell Exp $ COMMENT= "python library for creating postscript or PDF charts" @@ -22,9 +22,11 @@ MASTER_SITES= ${HOMEPAGE} PYTHON_VER= 2.1 -RUN_DEPENDS+= python${PYTHON_VER}::lang/python -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= python${PYTHON_VER}::lang/python +RUN_DEPENDS= ${BUILD_DEPENDS} SUBST_VARS= PYTHON_VER +NO_REGRESS= Yes + PY_CMD= cd ${WRKSRC}; python${PYTHON_VER} ./setup.py do-build: diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index b3baac18bc6..e9b15877163 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2001/10/29 18:47:39 shell Exp $ +# $OpenBSD: Makefile,v 1.8 2001/11/05 17:04:11 shell Exp $ COMMENT= "python module for writing basic XML applications" @@ -23,10 +23,11 @@ PERMIT_DISTFILES_CDROM= Yes PYTHON_VER= 2.1 LIB_DEPENDS= ::textproc/expat -RUN_DEPENDS= ::lang/python -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ::lang/python +RUN_DEPENDS= ${BUILD_DEPENDS} SUBST_VARS= PYTHON_VER +NO_REGRESS= Yes PY_CMD= cd ${WRKSRC}; python${PYTHON_VER} ./setup.py