Changeset 450 for tags/pyragua-0.2.5/debian/control
- Timestamp:
- 01/09/10 10:14:12 (2 years ago)
- Files:
-
- 1 modified
-
tags/pyragua-0.2.5/debian/control (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/pyragua-0.2.5/debian/control
r443 r450 3 3 Priority: optional 4 4 Maintainer: Julián Moreno Patiño <darkjunix@gmail.com> 5 Build-Depends: debhelper (>= 7) 6 Build-Depends-Indep: python 5 Build-Depends: debhelper (>= 7), python 6 Build-Depends-Indep: python-support (>= 0.90) 7 7 Standards-Version: 3.8.3 8 8 Homepage: http://pyragua.pyroxdev.org … … 10 10 Package: pyragua 11 11 Architecture: all 12 Depends: ${ misc:Depends}, python, python-wxgtk2.6, libwxbase2.6-0,13 libwx gtk2.6-0, python-wxtools, python-wxversion12 Depends: ${python:Depends}, ${misc:Depends}, python-wxgtk2.6, 13 libwxbase2.6-0, libwxgtk2.6-0, python-wxtools, python-wxversion 14 14 Recommends: python-wxglade, wx2.6-doc, wx2.6-examples 15 Description: Pythonic editor for Python coding15 Description: Very lightweight Python editor 16 16 Pyragua is an Integrated Development Environment to manipulate 17 Python code, written in Python and uses wxPython as graphical 18 toolkit. Pyragua currently has features like syntax highlighting, 19 code completion, auto identation, code browsing and an integrated 20 Python shell. 17 Python code, a lightweight and fast Python editor. Pyragua 18 currently has features like syntax highlighting, code completion, 19 auto identation, code browsing and an integrated Python shell.
