From Fedora Project Wiki
m (→‎Python Features: add F15 subheading)
m (→‎Python Runtimes: pyjamas' review is done)
Line 85: Line 85:
* [https://admin.fedoraproject.org/pkgdb/acls/name/python3 python3] - As above, for Python 3
* [https://admin.fedoraproject.org/pkgdb/acls/name/python3 python3] - As above, for Python 3
* [https://admin.fedoraproject.org/pkgdb/acls/name/jython jython] - Python 2 implementation on top of the Java virtual machine
* [https://admin.fedoraproject.org/pkgdb/acls/name/jython jython] - Python 2 implementation on top of the Java virtual machine
* [https://bugzilla.redhat.com/show_bug.cgi?id=591730 pyjamas] - Python-to-JavaScript compiler, implemented in Python
'''Awaiting review:'''
'''Awaiting review:'''
* [https://bugzilla.redhat.com/show_bug.cgi?id=588941 pypy] - An alternate [http://pypy.org/ python interpreter written in a subset of python]
* [https://bugzilla.redhat.com/show_bug.cgi?id=588941 pypy] - An alternate [http://pypy.org/ python interpreter written in a subset of python]
* [https://bugzilla.redhat.com/show_bug.cgi?id=593069 pynie] - Python 3, on top of the [https://admin.fedoraproject.org/pkgdb/acls/name/parrot Parrot virtual machine]
* [https://bugzilla.redhat.com/show_bug.cgi?id=593069 pynie] - Python 3, on top of the [https://admin.fedoraproject.org/pkgdb/acls/name/parrot Parrot virtual machine]
* [https://bugzilla.redhat.com/show_bug.cgi?id=591730 pyjamas] - Python-to-JavaScript compiler, implemented in Python
'''Awaiting packaging'''
'''Awaiting packaging'''
* IronPython
* IronPython


[[Category:Fedora special-interest groups|Python SIG]]
[[Category:Fedora special-interest groups|Python SIG]]

Revision as of 18:29, 30 September 2010


Python Special Interest Group

A SIG for people who are interested in Python on Fedora. This includes packaging and optimizing the various Python 2 and Python 3 runtimes (CPython, Jython), packaging libraries and applications, setting and improving standards for packaging them as RPMs and maintaining Python packages for Fedora.

Contact Info

Mailing List: [python-devel]
IRC: #fedora-python on irc.freenode.net

Members

Ignacio Vazquez-Abrams
Tim Lauridsen
Paul Nasrat
Toshio Kuratomi
Tejas Dinkar
Aurelien Bompard
José Matos
Michel Salim
Alex Lancaster
Luke Macken
Christos Trochalakis
FelixSchwarz
Dave Malcolm: interested in core Python runtimes and low-level implementation details
Martin Bacovsky

Python packages awaiting review

Package requests

Links

Python website
Building Python packages
TurboGears
Packaging TurboGears Applications
Packaging Python Eggs
Unicode in Python, Completely Demystified

Upstream Release Schedules

Python 2.7

Python Features

Under development (Fedora 15?)

Under development (Fedora 14)

Added in Fedora 13

Added in Fedora 11

Added in Fedora 10

Python Runtimes

Within Fedora:

  • python - The standard "CPython" implementation of Python 2
  • python3 - As above, for Python 3
  • jython - Python 2 implementation on top of the Java virtual machine
  • pyjamas - Python-to-JavaScript compiler, implemented in Python

Awaiting review:

Awaiting packaging

  • IronPython