From Fedora Project Wiki
(30 intermediate revisions by 20 users not shown)
Line 13: Line 13:
=== Contact Info ===
=== Contact Info ===


Mailing List: [[http://lists.fedoraproject.org/mailman/listinfo/python-devel python-devel]] <BR>
Mailing List for general discussions: [https://lists.fedoraproject.org/mailman/listinfo/python-devel python-devel] <BR>
IRC: #fedora-python on irc.freenode.net <BR>
IRC: #fedora-python on irc.freenode.net <BR>
=== Python SIG FAS group ===
You can add [https://admin.fedoraproject.org/pkgdb/packager/group::python-sig/ 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.
To apply for the group, please apply:
* at the [https://admin.fedoraproject.org/accounts/group/view/python-sig FAS group]
* for the [https://lists.fedoraproject.org/mailman/listinfo/python-sig python-sig] mailing list.
Unfortunately, this python-sig group is restricted because there are also security sensitive mails send out.
Please introduce yourself at the normal [https://lists.fedoraproject.org/mailman/listinfo/python-devel python-devel] mailing list and apply for the FAS group AND the python-sig mailing list.
The current list of packages maintained by the python-sig can be found at the [https://admin.fedoraproject.org/pkgdb/packager/group::python-sig/ package database].


=== Members ===
=== Members ===


[[User:Ivazquez| Ignacio Vazquez-Abrams]] <BR>
[[MartinBacovsky| Martin Bacovsky]] <BR>
[[User:lbazan | Luis Bazán]] <BR>
[[AurelienBompard| Aurelien Bompard]] <BR>
[[User:Ncoghlan | Nick Coghlan]] <BR>
[[User:Kushal | Kushal Das]] <BR>
[[User:Lupinix | Christian Dersch]] <BR>
[[TejasDinkar| Tejas Dinkar]] <BR>
[[User:Tadej | Tadej Janež]] <BR>
[[User:Bkabrda | Bohuslav Kabrda]] <BR>
[[User:Mstuchli | Matej Stuchlik]] <BR>
[[User:topdog| Andrew Colin Kissa]] <BR>
[[ToshioKuratomi| Toshio Kuratomi]] <BR>
[[AlexLancaster| Alex Lancaster]] <BR>
[[TimLauridsen| Tim Lauridsen]] <BR>
[[TimLauridsen| Tim Lauridsen]] <BR>
[[PaulNasrat| Paul Nasrat]] <BR>
[[ToshioKuratomi| Toshio Kuratomi]] <BR>
[[TejasDinkar| Tejas Dinkar]] <BR>
[[AurelienBompard| Aurelien Bompard]] <BR>
[[JoseMatos| José Matos]] <BR>
[[JoseMatos| José Matos]] <BR>
[[MichelSalim| Michel Salim]] <BR>
[[AlexLancaster| Alex Lancaster]] <BR>
[[LukeMacken| Luke Macken]] <BR>
[[LukeMacken| Luke Macken]] <BR>
[[ChristosTrochalakis| Christos Trochalakis]] <BR>
[[User:potty | Abdel Martínez]] <BR>
[[FelixSchwarz| FelixSchwarz]] <BR>
[[DaveMalcolm| Dave Malcolm]]: interested in core Python runtimes and low-level implementation details <BR>
[[DaveMalcolm| Dave Malcolm]]: interested in core Python runtimes and low-level implementation details <BR>
[[MartinBacovsky| Martin Bacovsky]] <BR>
[[PaulNasrat| Paul Nasrat]] <BR>
[[User:Jamielinux | Jamie Nguyen]] <BR>
[[User:Tradej | Tomas Radej]] <BR>
[[MichelSalim| Michel Salim]] <BR>
[[FelixSchwarz| Felix Schwarz]] <BR>
[[User:Tomspur| Thomas Spura]] <BR>
[[User:Tomspur| Thomas Spura]] <BR>
[[User:topdog| Andrew Colin Kissa]] <BR>
[[ChristosTrochalakis| Christos Trochalakis]] <BR>
[[User:raphgro| Raphael Groner]] <BR>
[[User:Ramkrsna | Ramakrishna Reddy Yekulla]] <BR>
[[User:Ivazquez| Ignacio Vazquez-Abrams]] <BR>
[[User:Kumarpraveen | Praveen Kumar]] <BR>
[[User:raphgro | Raphael Groner]] <BR>
[[User:Athmane | Athmane Madjoudj]] <BR>
[[User:rkuska | Robert Kuska]] <BR>


=== Python packages awaiting review ===
=== Python packages awaiting review ===
Line 40: Line 67:


* [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]
=== Packaging Quickstart ===
If you're just getting started with packaging python modules for Fedora, here's some hints to get you started:
* The [[Packaging:Guidelines|Fedora Packaging Guidelines]] must be followed for any package.  The [[Packaging:Python|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]]: <pre>dnf install rpmdevtools && rpmdev-newspec -t python</pre> Or in Fedora 21 and earlier versions: <pre>yum install rpmdevtools && rpmdev-newspec -t python</pre>  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 [https://apps.fedoraproject.org/packages/pyp2rpm pyp2rpm] tool.


=== Package requests ===
=== Package requests ===
* [http://chandlerproject.org Chandler PIM]
* [http://chandlerproject.org 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.
* [http://www.hforge.org/itools/ 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
* [http://www.hforge.org/itools/ 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
[https://bugzilla.redhat.com/show_bug.cgi?id=1181317 review request]
* [http://code.google.com/p/python-multiprocessing/ python-multiprocessing] - multiprocessing backport useful for EL-5 [https://bugzilla.redhat.com/show_bug.cgi?id=716667 review request]
* [http://code.google.com/p/python-multiprocessing/ python-multiprocessing] - multiprocessing backport useful for EL-5 [https://bugzilla.redhat.com/show_bug.cgi?id=716667 review request]
* [http://pypi.python.org/pypi/repoze.profile repoze.profile] - WSGI profiling middleware
* [http://pypi.python.org/pypi/repoze.profile repoze.profile] - WSGI profiling middleware
Line 63: Line 99:


=== Upstream Release Schedules ===
=== Upstream Release Schedules ===
[http://python.org/dev/peps/pep-0373/ Python 2.7]
[http://www.python.org/dev/peps/pep-0429/ Python 3.4]


=== Python Features ===
=== Python Features ===
==== Future work ====
==== Future work ====
==== Under development (Fedora 17?) ====
* [[Features/Python3ForCriticalComponents|port anaconda and yum to python 3]]
* [[Features/Python3ForCriticalComponents|port anaconda and yum to python 3]]
* [[Features/DebugPythonStacks|debug versions of Python 2 and Python 3 in addition to the traditional optimized builds]]
* [[Features/DebugPythonStacks|debug versions of Python 2 and Python 3 in addition to the traditional optimized builds]]
* [[Features/PyPyStack|add PyPy to Fedora, possibly with a stack of extensions]]
* [[Features/PyPyStack|add PyPy to Fedora, possibly with a stack of extensions]]
* [[Features/JythonStack|add a stack of extensions to Jython, in RPM form]]
* [[Features/JythonStack|add a stack of extensions to Jython, in RPM form]]
* [[Features/PythonNamingDependingOnImplementation | Rename python packages to reflect python implementation in the name]]
==== Under development (Fedora 18) ====
* [[Features/Python_3.3|upgrade of the Python 3 stack to 3.3]]
* [[Features/Python_3.3|upgrade of the Python 3 stack to 3.3]]


==== Under development (Fedora 16?) ====
==== Added in Fedora 17 ====
* [[Features/StaticAnalysisOfPythonRefcounts| further work on static analysis of refcounting]]
 
==== Added in Fedora 16 ====
* [[Features/GccPythonPlugin|GCC plugin embedding Python, for writing GCC extensions in Python]]
* [[Features/GccPythonPlugin|GCC plugin embedding Python, for writing GCC extensions in Python]]
* [[Features/StaticAnalysisOfCPythonExtensions|Static analysis tool to detect common mistakes made in Python extension modules written in C]]
* [[Features/StaticAnalysisOfCPythonExtensions|Static analysis tool to detect common mistakes made in Python extension modules written in C]]

Revision as of 08:25, 8 October 2015


Python Special Interest Group

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

Contact Info

Mailing List for general discussions: 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.

To apply for the group, please apply:

Unfortunately, this python-sig group is restricted because there are also security sensitive mails send out. Please introduce yourself at the normal python-devel mailing list and apply for the FAS group AND the python-sig mailing list.

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
Thomas Spura
Christos Trochalakis
Ramakrishna Reddy Yekulla
Ignacio Vazquez-Abrams
Praveen Kumar
Raphael Groner
Athmane Madjoudj
Robert Kuska

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
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 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")