From cdaf725a9b8e45ee7b0992a6658130f97b0ff05f Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Mon, 7 Oct 2002 13:43:18 +0000 Subject: Add py-vorbis 1.0, object-oriented Python bindings for the vorbis library. --- audio/py-vorbis/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/py-vorbis/files/patch-setup.py (limited to 'audio/py-vorbis/files/patch-setup.py') diff --git a/audio/py-vorbis/files/patch-setup.py b/audio/py-vorbis/files/patch-setup.py new file mode 100644 index 000000000000..0a9871e385b6 --- /dev/null +++ b/audio/py-vorbis/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig Mon Sep 23 16:29:24 2002 ++++ setup.py Mon Sep 23 16:29:34 2002 +@@ -20,7 +20,7 @@ + + def get_setup(): + data = {} +- r = re.compile(r'(\S+)\s*?=\s*?(.+)') ++ r = re.compile(r'(\S+)\s*?=\s*(.+)') + + if not os.path.isfile('Setup'): + print "No 'Setup' file. Perhaps you need to run the configure script." -- cgit v1.2.3