Bug#457826: stgit installation gives compile error

2007-12-26 Thread Junichi Uekawa

Package: stgit 
Version: 0.14.1-3

I don't quite grok it but it gives an error when installing: 

Compiling /var/lib/python-support/python2.3/stgit/commands/common.py ...
  File /var/lib/python-support/python2.3/stgit/commands/common.py, line 513
@readonly_constant_property
^
SyntaxError: invalid syntax

Compiling /var/lib/python-support/python2.3/stgit/commands/mail.py ...
  File /var/lib/python-support/python2.3/stgit/commands/mail.py, line 363
for p in patches),
  ^
SyntaxError: invalid syntax

Compiling /var/lib/python-support/python2.3/stgit/commands/repair.py ...
  File /var/lib/python-support/python2.3/stgit/commands/repair.py, line 162
names = set(p.patch for p in patches)
  ^
SyntaxError: invalid syntax

Compiling /var/lib/python-support/python2.3/stgit/stack.py ...
  File /var/lib/python-support/python2.3/stgit/stack.py, line 375
for p in patches)
  ^
SyntaxError: invalid syntax

Compiling /var/lib/python-support/python2.3/stgit/utils.py ...
  File /var/lib/python-support/python2.3/stgit/utils.py, line 256
if not any(s in desc for s in ['\nSigned-off-by:', '\nAcked-by:']):
   ^
SyntaxError: invalid syntax



regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#457826: stgit installation gives compile error

2007-12-26 Thread Catalin Marinas
On 26/12/2007, Junichi Uekawa [EMAIL PROTECTED] wrote:
 Package: stgit
 Version: 0.14.1-3

 I don't quite grok it but it gives an error when installing:

 Compiling /var/lib/python-support/python2.3/stgit/commands/common.py ...
  File /var/lib/python-support/python2.3/stgit/commands/common.py, line 513
@readonly_constant_property
^
 SyntaxError: invalid syntax

At least Python 2.4 is required for StGIT 0.14. Python 2.3 is not supported.

-- 
Catalin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#457826: stgit installation gives compile error

2007-12-26 Thread Junichi Uekawa
Hi,

  I don't quite grok it but it gives an error when installing:
 
  Compiling /var/lib/python-support/python2.3/stgit/commands/common.py ...
   File /var/lib/python-support/python2.3/stgit/commands/common.py, line 513
 @readonly_constant_property
 ^
  SyntaxError: invalid syntax
 
 At least Python 2.4 is required for StGIT 0.14. Python 2.3 is not supported.

Humph, so, it probably needs a '.version' file:

/usr/share/doc/python-support/README.gz:

How does it work?
=
Python-support looks for modules in /usr/share/python-support.
 * Public modules (.py files that should be installed in the default 
   sys.path) are handled through a foo/ subdirectory, containing a 
   hierarchy as normally found in /usr/lib/pythonX.Y/site-packages/. 
   They will be installed and bytecompiled in each python specific 
   directory: /var/lib/python-support/pythonX.Y/. If a .version file is
   found in /usr/share/python-support/foo/, it will be parsed for the 
   list of python versions the module supports. It should look like 
   e.g.:
2.2,2.4-
   for a package supporting python2.2, and all versions starting from 
   python2.4.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]