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 | 1cd89706e1882fb76b3d3cbd6bfb7e0742c00c12 (patch) | |
tree | bae550abc939c0fd8f3da6505728d4834d70c2b3 /www | |
parent | a502270ddcdf30ce3872f807ae88c1b5e218cf10 (diff) | |
download | pkgsrc-1cd89706e1882fb76b3d3cbd6bfb7e0742c00c12.tar.gz |
Add missing patches for beautifulsoup-3.1.0.1
Diffstat (limited to 'www')
-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'], |