shedskin-packaging

Changeset

50:5bbca83e00a8
2011-09-06 Paul Boddie raw files shortlog changelog graph Updated the patches for 0.9.
debian/patches/fix-versions.patch (file) debian/patches/setup.py.patch (file) debian/patches/shared.py.patch (file)
     1.1 --- a/debian/patches/fix-versions.patch	Tue Sep 06 23:02:36 2011 +0200
     1.2 +++ b/debian/patches/fix-versions.patch	Tue Sep 06 23:17:38 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4 -Index: shedskin_0.8/setup.py
     1.5 +Index: shedskin-0.9rc1/setup.py
     1.6  ===================================================================
     1.7 ---- shedskin_0.8.orig/setup.py	2011-08-28 22:51:53.000000000 +0200
     1.8 -+++ shedskin_0.8/setup.py	2011-08-28 22:52:01.000000000 +0200
     1.9 +--- shedskin-0.9rc1.orig/setup.py	2011-09-06 23:05:44.000000000 +0200
    1.10 ++++ shedskin-0.9rc1/setup.py	2011-09-06 23:05:59.000000000 +0200
    1.11  @@ -19,7 +19,7 @@
    1.12           os.chdir(self.cwd)
    1.13   
    1.14 @@ -11,10 +11,10 @@
    1.15         description='Shed Skin is an experimental compiler, that can translate pure, but implicitly statically typed Python programs into optimized C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs.',
    1.16         url='http://code.google.com/p/shedskin/',
    1.17         scripts=['scripts/shedskin'],
    1.18 -Index: shedskin_0.8/shedskin/__init__.py
    1.19 +Index: shedskin-0.9rc1/shedskin/__init__.py
    1.20  ===================================================================
    1.21 ---- shedskin_0.8.orig/shedskin/__init__.py	2011-08-28 18:19:19.000000000 +0200
    1.22 -+++ shedskin_0.8/shedskin/__init__.py	2011-08-28 22:52:01.000000000 +0200
    1.23 +--- shedskin-0.9rc1.orig/shedskin/__init__.py	2011-09-03 13:48:49.000000000 +0200
    1.24 ++++ shedskin-0.9rc1/shedskin/__init__.py	2011-09-06 23:05:59.000000000 +0200
    1.25  @@ -63,7 +63,7 @@
    1.26   
    1.27   
    1.28 @@ -24,10 +24,10 @@
    1.29           print 'Copyright 2005-2011 Mark Dufour; License GNU GPL version 3 (See LICENSE)'
    1.30           print
    1.31   
    1.32 -Index: shedskin_0.8/shedskin/lib/sys.cpp
    1.33 +Index: shedskin-0.9rc1/shedskin/lib/sys.cpp
    1.34  ===================================================================
    1.35 ---- shedskin_0.8.orig/shedskin/lib/sys.cpp	2011-08-28 18:19:19.000000000 +0200
    1.36 -+++ shedskin_0.8/shedskin/lib/sys.cpp	2011-08-28 22:52:01.000000000 +0200
    1.37 +--- shedskin-0.9rc1.orig/shedskin/lib/sys.cpp	2011-09-03 13:48:49.000000000 +0200
    1.38 ++++ shedskin-0.9rc1/shedskin/lib/sys.cpp	2011-09-06 23:05:59.000000000 +0200
    1.39  @@ -18,10 +18,10 @@
    1.40       argv = new list<str *>();
    1.41   
    1.42 @@ -41,19 +41,3 @@
    1.43       version = version->__add__(new str(__VERSION__))->__add__(new str("]"));
    1.44   #endif
    1.45       version_info = new tuple2<__ss_int, __ss_int>(5, (__ss_int)2, (__ss_int)6, (__ss_int)6, (__ss_int)0, (__ss_int)0);
    1.46 -Index: shedskin_0.8/doc/shedskin.rst
    1.47 -===================================================================
    1.48 ---- shedskin_0.8.orig/doc/shedskin.rst	2011-08-28 22:54:04.000000000 +0200
    1.49 -+++ shedskin_0.8/doc/shedskin.rst	2011-08-28 22:54:18.000000000 +0200
    1.50 -@@ -7,9 +7,9 @@
    1.51 - ---------------------------------------------------
    1.52 - 
    1.53 - :Author: mark.dufour@gmail.com
    1.54 --:Date:   2010-10-16
    1.55 -+:Date:   2011-08-28
    1.56 - :Copyright: GPL version 3 or later
    1.57 --:Version: 0.6
    1.58 -+:Version: 0.8
    1.59 - :Manual section: 1
    1.60 - 
    1.61 - SYNOPSIS
     2.1 --- a/debian/patches/setup.py.patch	Tue Sep 06 23:02:36 2011 +0200
     2.2 +++ b/debian/patches/setup.py.patch	Tue Sep 06 23:17:38 2011 +0200
     2.3 @@ -1,8 +1,8 @@
     2.4  Moved library files under the control of the Debian packaging infrastructure.
     2.5 -Index: shedskin_0.8/setup.py
     2.6 +Index: shedskin-0.9rc1/setup.py
     2.7  ===================================================================
     2.8 ---- shedskin_0.8.orig/setup.py	2011-08-28 18:19:19.000000000 +0200
     2.9 -+++ shedskin_0.8/setup.py	2011-08-28 22:51:53.000000000 +0200
    2.10 +--- shedskin-0.9rc1.orig/setup.py	2011-09-03 13:48:49.000000000 +0200
    2.11 ++++ shedskin-0.9rc1/setup.py	2011-09-06 23:05:44.000000000 +0200
    2.12  @@ -25,5 +25,5 @@
    2.13         scripts=['scripts/shedskin'],
    2.14         cmdclass={'test':run_tests},
     3.1 --- a/debian/patches/shared.py.patch	Tue Sep 06 23:02:36 2011 +0200
     3.2 +++ b/debian/patches/shared.py.patch	Tue Sep 06 23:17:38 2011 +0200
     3.3 @@ -1,8 +1,8 @@
     3.4  Moved the libraries to a shared location.
     3.5 -Index: shedskin_0.8/shedskin/shared.py
     3.6 +Index: shedskin-0.9rc1/shedskin/shared.py
     3.7  ===================================================================
     3.8 ---- shedskin_0.8.orig/shedskin/shared.py	2011-08-28 18:19:19.000000000 +0200
     3.9 -+++ shedskin_0.8/shedskin/shared.py	2011-08-28 22:51:58.000000000 +0200
    3.10 +--- shedskin-0.9rc1.orig/shedskin/shared.py	2011-09-03 13:48:49.000000000 +0200
    3.11 ++++ shedskin-0.9rc1/shedskin/shared.py	2011-09-06 23:05:51.000000000 +0200
    3.12  @@ -39,7 +39,7 @@
    3.13           self.total_iterations = 0
    3.14           self.lambdawrapper = {}