Differences between revisions 22 and 41 (spanning 19 versions)
Revision 22 as of 2010-10-25 23:48:50
Size: 1912
Editor: ?techtonik
Comment: beautify, linkify and add SVN Base
Revision 41 as of 2019-09-12 14:49:14
Size: 2458
Editor: ?Louis-PhilippeVeronneau
Comment: update outdated infos, copy the DPMT layout
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Python Applications Packaging Team (PAPT) == = Python Applications Packaging Team (PAPT) =
Line 3: Line 3:
Python Applications Packaging Team is a sister of [[Teams/PythonModulesTeam| Debian Python Modules Team]]. We are taking care of Python applications, i.e. end user programs written in Python that usually do not provide public modules. We are not about packaging Python modules or Python interpreter. Official webpage for the PAPT team.
Line 5: Line 5:
 * '''Website''': http://python-apps.alioth.debian.org/
 * '''Mailing List''': http://lists.alioth.debian.org/mailman/listinfo/python-apps-team
 * '''Documentation''': http://python-apps.alioth.debian.org/policy.html
 * '''More info''': https://wiki.ubuntu.com/Debian/PythonModulesTeam
== Task description ==

Python Applications Packaging Team is a sister of [[Teams/PythonModulesTeam| Debian Python Modules Team]]. We are taking care of Python applications, i.e. end user programs written in Python that usually do not provide public modules.

We are not about packaging the Python interpreter or Python modules (check the [[https://wiki.debian.org/Teams/PythonModulesTeam| Debian Python Modules Team]] for that).

== Infrastructure ==

 * '''Salsa Website''': https://salsa.debian.org/groups/python-team/applications/-/group_members
 * '''Mailing Lists''':
   * '''debian-python''' (discussions) http://lists.debian.org/debian-python/
   * '''python-apps-team''' (automated messages from bots) http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-apps-team
   * '''python-apps-commits''' (commit notifications) http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-apps-commits
 * '''Documentation''': https://salsa.debian.org/python-team/tools/python-apps/blob/master/policy.rst
 * '''FAQ''': http://wiki.debian.org/Python/FAQ
Line 10: Line 21:
 * '''SVN''': browse with [[http://svn.debian.org/wsvn/python-apps/|WebSVN]] or [[http://svn.debian.org/viewsvn/python-apps/|ViewVC]], base URL for authorized access:
 {{{
svn+ssh://svn.debian.org/svn/python-apps/
 }}}
 * ''' Packages overview ''' : http://qa.debian.org/developer.php?login=python-apps-team@lists.alioth.debian.org
 * ''' Entropy Tracker ''' : http://python-apps.alioth.debian.org/cgi-bin/pet.cgi
 * '''[[Teams/PythonAppsPackagingTeam/TODO| TODO]]'''
 * '''Git repository''':
   * Browse on Salsa: https://salsa.debian.org/python-team/applications/
 * ''' Packages Overview''' : http://qa.debian.org/developer.php?login=python-apps-team@lists.alioth.debian.org
 * ''' Package Entropy Tracker (PET)''' : http://python-apps.alioth.debian.org/cgi-bin/pet.cgi
 * '''UDD Debian Maintainer Dashboard''': http://udd.debian.org/dmd/?email1=python-apps-team@lists.alioth.debian.org
 * '''[[Teams/PythonAppsPackagingTeam/TODO| TODO]]''' list of packages to be uploaded.
Line 20: Line 30:
If you have an application implemented in Python that you would like to get packaged in Debian, please join this team. If you have any Python application 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 (see also [[Python/LibraryStyleGuide]]).
Line 22: Line 32:
We manage all our packages in the alioth svn repository (see the links above) and use "svn-buildpackage" to build it. This way, anyone from the team can easily work on any package and the sponsor can easily fix some small problems and [[TeamUpload|upload]] it. Most common tasks one needs to do are summarized in the
[[Python/GitPackaging| Python Git packaging howto]].
Line 24: Line 35:
Most common tasks one needs to do are summarized in [[Teams/PythonAppsPackagingTeam/howto| howto]].
Line 26: Line 36:
Suggested addition to this page: == Talks ==
Line 28: Line 38:
* '''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  * '''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]]

Python Applications Packaging Team (PAPT)

Official webpage for the PAPT team.

Task description

Python Applications Packaging Team is a sister of Debian Python Modules Team. We are taking care of Python applications, i.e. end user programs written in Python that usually do not provide public modules.

We are not about packaging the Python interpreter or Python modules (check the Debian Python Modules Team for that).

Infrastructure

Other

If you have any Python application 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.

Talks