From c508cd54960a1770e35c74ea29e3737472cb35ca Mon Sep 17 00:00:00 2001 From: fgsch Date: Sat, 2 Apr 2011 01:18:35 +0000 Subject: [PATCH] remove beautifulsoup from RUN_DEPENDS, this works fine without it. fix regress while i'm here. sthen@ ok --- textproc/py-lxml/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index ca6293cf71a..db5fbbaac8e 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2011/01/16 09:27:28 phessler Exp $ +# $OpenBSD: Makefile,v 1.9 2011/04/02 01:18:35 fgsch Exp $ COMMENT= Python binding for the libxml2 and libxslt libraries MODPY_EGG_VERSION= 2.2.8 DISTNAME= lxml-${MODPY_EGG_VERSION} PKGNAME= py-lxml-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES= textproc devel EXTRACT_SUFX= .tgz @@ -23,7 +24,6 @@ WANTLIB= m xml2 z exslt xslt MODULES= lang/python LIB_DEPENDS= textproc/libxslt -RUN_DEPENDS= www/py-beautifulsoup MODPY_SETUPTOOLS=Yes @@ -31,4 +31,8 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-lxml @cp -r ${WRKSRC}/doc/* ${PREFIX}/share/doc/py-lxml/ +do-regress: + cd ${WRKSRC} && cp lib.openbsd-*/lxml/*.so src/lxml; \ + ${MODPY_BIN} test.py + .include