[packages/python-bottle] - obsoleted

kiesiu kiesiu at pld-linux.org
Thu Dec 6 18:20:01 CET 2012


commit e4a1ad69ee6beabfde3d03d296301749467f637d
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Thu Dec 6 18:19:01 2012 +0100

    - obsoleted

 bottle-encoding.patch | 13 -------------
 1 file changed, 13 deletions(-)
---
diff --git a/bottle-encoding.patch b/bottle-encoding.patch
deleted file mode 100644
index 538dff5..0000000
--- a/bottle-encoding.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -udr bottle-0.9.5.orig/setup.py bottle-0.9.5/setup.py
---- bottle-0.9.5.orig/setup.py	2011-06-05 19:23:01.000000000 +0200
-+++ bottle-0.9.5/setup.py	2011-07-15 19:12:46.582757494 +0200
-@@ -13,7 +13,8 @@
-     from distutils.command.build_py import build_py
- 
- # Ugly, but we can't import bottle with 3.x to read __version__ (throws SyntaxError)
--for line in open(os.path.join(os.path.dirname(sys.argv[0]),'bottle.py')):
-+for line in open(os.path.join(os.path.dirname(sys.argv[0]),'bottle.py'), "rb"):
-+    line = line.decode("utf-8")
-     if line.startswith('__version__'):
-         version = eval(line.split('=')[-1])
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-bottle.git/commitdiff/7e75e34855b850b5f382628eae371be89cbc5334



More information about the pld-cvs-commit mailing list