From 3c572ea7bd1a3b3b0c0616d86746c556779f3635 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 19 Oct 2009 11:07:41 +0000 Subject: Add missing patches for beautifulsoup-3.1.0.1 --- www/py-beautifulsoup/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www/py-beautifulsoup/patches/patch-aa (limited to 'www/py-beautifulsoup') diff --git a/www/py-beautifulsoup/patches/patch-aa b/www/py-beautifulsoup/patches/patch-aa new file mode 100644 index 00000000000..1463abfbe5e --- /dev/null +++ b/www/py-beautifulsoup/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2009/10/19 11:07:41 joerg Exp $ + +--- setup.py.orig 2009-10-12 14:48:56.000000000 +0200 ++++ setup.py +@@ -37,7 +37,7 @@ if not result.wasSuccessful(): + setup(name="BeautifulSoup", + version=__version__, + py_modules=['BeautifulSoup', 'BeautifulSoupTests'], +- scripts=['testall.sh', 'to3.sh', ++ scripts=[ + ## Whatever, I'll fix this later. + #'README', 'CHANGELOG', + # 'BeautifulSoup.py.3.diff', 'BeautifulSoupTests.py.3.diff'], -- cgit v1.2.3