Differences between revisions 44 and 81 (spanning 37 versions)
Revision 44 as of 2010-10-21 15:57:55
Size: 2832
Editor: ?techtonik
Comment: fix SVN root
Revision 81 as of 2021-10-09 02:17:24
Size: 3897
Editor: ?EmmanuelArias
Comment: Add important link about python packaging policy
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Debian Python Modules Team (DPMT) = ## page was renamed from Teams/PythonModulesTeam
= Debian Python Team (DPT) =
Line 3: Line 4:
Official webpage for the DPMT team. Official webpage for the DPT team.
Line 7: Line 8:
Python Modules Packaging Team aims to improve the Python modules situation in Debian, by packaging available modules that may be useful and providing a central location for packages maintained by a team, hence improving responsiveness, integration and standardization. The Python Team aims to improve the Python libraries and applications situation in Debian, by packaging available modules and applications that may be useful and providing a central location for packages maintained by a team, hence improving responsiveness, integration and standardization.
Line 9: Line 10:
We are not about packaging the Python interpreter or Python applications (check the [[Teams/PythonAppsPackagingTeam| Python Applications Packaging Team]] for that). We are not about packaging the Python interpreter.
Line 13: Line 14:
 * '''Alioth website''': http://python-modules.alioth.debian.org/  * '''Salsa website''': https://salsa.debian.org/groups/python-team/packages/-/group_members
Line 16: Line 17:
   * '''python-modules-team''' (automated messages from bots) https://alioth.debian.org/mail/?group_id=30714
   * '''python-modules-commits''' (commit notifications) https://alioth.debian.org/mail/?group_id=30714
 * '''Documentation''': http://python-modules.alioth.debian.org/python-modules-policy.html
 * '''Documentation''':
   * '''Debian Python Team Policy''': https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst
   * '''Policy requirements for packaged Python programs and modules''': https://www.debian.org/doc/packaging-manuals/python-policy/
Line 20: Line 21:
 * '''More info''': https://wiki.ubuntu.com/Debian/PythonModulesTeam
Line 22: Line 22:
 * '''[[https://alioth.debian.org/scm/?group_id=30714|SVN root]]''': svn://cvs.alioth.debian.org/svn/python-modules/
 * '''SVN browsers''': [[http://svn.debian.org/wsvn/python-modules/|WebSVN]] or [[http://svn.debian.org/viewsvn/python-modules/|ViewVC]]
 * ''' Packages overview ''' : http://qa.debian.org/developer.php?login=python-modules-team@lists.alioth.debian.org
 * ''' Entropy Tracker ''' : http://python-modules.alioth.debian.org/cgi-bin/pet.cgi
 * '''[[Teams/PythonModulesTeam/TODO| TODO]]'''
 * '''Git repository''':
   * Browse on salsa: https://salsa.debian.org/python-team
 * ''' Packages overview ''' : https://tracker.debian.org/teams/python/
 * ''' Debian QA Dashboard''': https://qa.debian.org/developer.php?login=team%2Bpython%40tracker.debian.org
 * ''' UDD Debian Maintainer Dashboard ''' : http://udd.debian.org/dmd/?email1=team%2Bpython%40tracker.debian.org
 * '''[[Teams/PythonTeam/TODO| TODO]]'''
 * '''All python-team bugs''': https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;maint=team%2Bpython%40tracker.debian.org
 * '''All (legacy) python-modules-team bugs''': https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;maint=python-modules-team%40lists.alioth.debian.org
 * '''All (legacy) python-apps-team bugs''': https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;maint=python-apps-team%40lists.alioth.debian.org
Line 31: Line 34:
If you have any Python module that you would like to get to Debian, [[Teams/PythonModulesTeam/HowToJoin|please join this team]]. Read the [[DebianPythonFAQ|FAQ]] for some advices how to make your own package. If you have any Python module that you would like to get to Debian, [[Teams/PythonTeam/HowToJoin|please join this team]]. Read the [[DebianPythonFAQ|FAQ]] for some advices how to make your own package (see also [[Python/LibraryStyleGuide]]).
Line 33: Line 36:
Most common tasks one needs to do are summarized in [[Teams/PythonAppsPackagingTeam/howto|PAPT howto]] (just substitute `python-modules` for `python-apps` in the svn paths). Most common tasks one needs to do are summarized in the
[[Python/GitPackaging| Python Git packaging howto]].
Line 39: Line 43:
  * For the full list, see http://alioth.debian.org/projects/python-modules/   * For the full list, see https://salsa.debian.org/groups/python-team/modules/-/group_members
Line 48: Line 52:
  * [[DanieleTricoli| Daniele Tricoli]]
  * [[StefanoRivera| Stefano Rivera]]
  * [[NikolausRath| Nikolaus Rath]]
  * [[BernhardReiter| Bernhard Reiter]]
  * [[AngelAbad | Angel Abad]]
  * [[JelmerVernooij | Jelmer Vernooij]]
  * [[PaulTagliamonte | Paul Tagliamonte]]
  * [[Josue Ortega | Josue Ortega]]
  * [[ChrisLamb|Chris Lamb (lamby)]]
  * [[UtkarshGupta | Utkarsh Gupta]]
  * [[FabriceBauzac | Fabrice Bauzac]]
  * [[PeBecue|Pierre-Elliott Bécue]]
  * [[PhilippeCoval|Philippe Coval]]
Line 51: Line 68:
The list here contains wiki documentation to some packages that DPMT manages. Feel free to add your packages here. The list here contains wiki documentation to some packages that DPT manages. Feel free to add your packages here.
Line 55: Line 72:


== Talks ==

 * '''Talk at !PyCon 2007 on Packaging Python for Linux Distributions''' - includes practical tips on packaging Python packages for Debian http://advocacy.python.org/podcasts/pycon2007.rss
 * [[http://pyvideo.org/video/1475/python-code-fur-debian-paketieren|Pycon DE 2012:Python Code für Debian paketieren]]

Debian Python Team (DPT)

Official webpage for the DPT team.

Task description

The Python Team aims to improve the Python libraries and applications situation in Debian, by packaging available modules and applications that may be useful and providing a central location for packages maintained by a team, hence improving responsiveness, integration and standardization.

We are not about packaging the Python interpreter.

Infrastructure

Other

If you have any Python module that you would like to get to Debian, please join this team. Read the FAQ for some advices how to make your own package (see also Python/LibraryStyleGuide).

Most common tasks one needs to do are summarized in the Python Git packaging howto.

People

(Please add yourself below, if you are a member)

Packages

The list here contains wiki documentation to some packages that DPT manages. Feel free to add your packages here.

Talks