|
Revision 450, 0.8 KB
(checked in by junix, 2 years ago)
|
|
Actualizados los archivos del paquete debian
|
| Line | |
|---|
| 1 | Source: pyragua |
|---|
| 2 | Section: editors |
|---|
| 3 | Priority: optional |
|---|
| 4 | Maintainer: Julián Moreno Patiño <darkjunix@gmail.com> |
|---|
| 5 | Build-Depends: debhelper (>= 7), python |
|---|
| 6 | Build-Depends-Indep: python-support (>= 0.90) |
|---|
| 7 | Standards-Version: 3.8.3 |
|---|
| 8 | Homepage: http://pyragua.pyroxdev.org |
|---|
| 9 | |
|---|
| 10 | Package: pyragua |
|---|
| 11 | Architecture: all |
|---|
| 12 | Depends: ${python:Depends}, ${misc:Depends}, python-wxgtk2.6, |
|---|
| 13 | libwxbase2.6-0, libwxgtk2.6-0, python-wxtools, python-wxversion |
|---|
| 14 | Recommends: python-wxglade, wx2.6-doc, wx2.6-examples |
|---|
| 15 | Description: Very lightweight Python editor |
|---|
| 16 | Pyragua is an Integrated Development Environment to manipulate |
|---|
| 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. |
|---|