diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-19 11:07:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-19 11:07:41 +0000 |
commit | 3c572ea7bd1a3b3b0c0616d86746c556779f3635 (patch) | |
tree | bae550abc939c0fd8f3da6505728d4834d70c2b3 /www/py-beautifulsoup | |
parent | 9cb6dce6a98205b951d15735612be53ca6cedf2c (diff) | |
download | pkgsrc-3c572ea7bd1a3b3b0c0616d86746c556779f3635.tar.gz |
Add missing patches for beautifulsoup-3.1.0.1
Diffstat (limited to 'www/py-beautifulsoup')
-rw-r--r-- | www/py-beautifulsoup/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
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'], |