From Fedora Project Wiki
No edit summary
No edit summary
Line 83: Line 83:
[http://www.python.org/ Python website] <BR>
[http://www.python.org/ Python website] <BR>
[[Packaging:Python| Building Python packages]] <BR>
[[Packaging:Python| Building Python packages]] <BR>
[[SIGs/Python/PythonPatches| Python Patches]] <BR>
[[TurboGears2| TurboGears]] <BR>
[[TurboGears2| TurboGears]] <BR>
[[PackagingDrafts/TGApps|  Packaging TurboGears Applications]] <BR>
[[PackagingDrafts/TGApps|  Packaging TurboGears Applications]] <BR>

Revision as of 15:11, 9 August 2016


Python Special Interest Group

A SIG for people who are interested in Python on Fedora. This includes:

Contact Info

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

Python SIG FAS group

You can add group::python-sig to your package so the core members of the python-sig get notified on each bug in your python program. This way it is possible to maintain all python packages with the group permissions, which will simplify general python cleanup changes.

If there is interest and shown familiarity with our guidelines and processes (which usually manifests in maintaining at least 5 to 10 Python packages) you can apply for having access to a broader group of packages that is commonly maintained. If you choose to apply for this, please discuss it with a sponsor of the python-sig. (You can find a list of those in FAS.)

The current list of packages maintained by the python-sig can be found at the package database.

Members

Martin Bacovsky
Luis Bazán
Aurelien Bompard
Nick Coghlan
Kushal Das
Christian Dersch
Tejas Dinkar
Tadej Janež
Bohuslav Kabrda
Matej Stuchlik
Andrew Colin Kissa
Toshio Kuratomi
Alex Lancaster
Tim Lauridsen
José Matos
Luke Macken
Abdel Martínez
Dave Malcolm: interested in core Python runtimes and low-level implementation details
Paul Nasrat
Jamie Nguyen
Tomas Radej
Michel Salim
Felix Schwarz
John Dulaney
Thomas Spura
Christos Trochalakis
Ramakrishna Reddy Yekulla
Ignacio Vazquez-Abrams
Praveen Kumar
Raphael Groner
Athmane Madjoudj
Robert Kuska
Miro Hrončok

Python packages awaiting review

Packaging Quickstart

If you're just getting started with packaging python modules for Fedora, here's some hints to get you started:

  • The Fedora Packaging Guidelines must be followed for any package. The Python specific guidelines are a good starting point.
  • You can generate a spec template for your new python package like this. For Fedora 22 and later versions use DNF:
    dnf install rpmdevtools && rpmdev-newspec -t python
    Or in Fedora 21 and earlier versions:
    yum install rpmdevtools && rpmdev-newspec -t python
    That will generate a spec file template that is a good starting point to making your package.
  • When packaging PyPI project you can generate initial SPEC file using pyp2rpm tool.

Package requests

  • Chandler PIM - I don't think it is such hot idea ... upstream is pinning for the fjords, and after couple of years of non-development, it is not that advanced as it used to be.
  • itools - A python library that includes several useful tools, such as an ODF anonymizer that can be used to sanitize confidential documents before attaching them tp bug reports

review request

Links

Python website
Building Python packages
Python Patches
TurboGears
Packaging TurboGears Applications
Packaging Python Eggs
Parallel installable Python26 information (mainly EPEL5).
Unicode in Python, Completely Demystified

Upstream Release Schedules

Python 3.4 Python 3.5 Python 3.6


Python Features

Future work

Under development (Fedora 18)

Added in Fedora 17

Added in Fedora 16

Added in Fedora 15

Added in Fedora 14

Added in Fedora 13

Added in Fedora 11

Added in Fedora 10

Stalled features

Python Runtimes

Within Fedora:

Within EPEL:


Awaiting review:

Awaiting packaging

Python Compilers

Within Fedora:

  • Package-x-generic-16.pngpyjamas - Python-to-JavaScript compiler, implemented in Python
  • Package-x-generic-16.pngshedskin - Python to C++ compiler (for a subset of Python with "implicit types")