Differences between revisions 29 and 41 (spanning 12 versions)
Revision 29 as of 2012-11-16 16:13:26
Size: 2072
Editor: ThomasKoch
Comment:
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''': https://alioth.debian.org/projects/python-apps/
 * '''Documentation''':
   * http://python-apps.alioth.debian.org/policy.html
   * [[Teams/PythonAppsPackagingTeam/HowTo| HowTo]]
   * [[Teams/PythonAppsPackagingTeam/HowTo| HowToPBuilder]]
== Task description ==
Line 11: Line 7:
 * '''Mailing List''': http://lists.alioth.debian.org/mailman/listinfo/python-apps-team 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 13: Line 21:
 * '''Git repository''':
   * Browse on Salsa: https://salsa.debian.org/python-team/applications/
Line 15: Line 24:
 * ''' Entropy Tracker ''' : http://python-apps.alioth.debian.org/cgi-bin/pet.cgi
 * '''SVN repository''':
   * browse with ViewVC: http://anonscm.debian.org/viewvc/python-apps/
   * anonymous checkout base URL: `svn://svn.debian.org/svn/python-apps/`
   * authorized access base URL: `svn+ssh://svn.debian.org/svn/python-apps/`
 * ''' 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
Line 22: Line 28:
== Other ==
Line 23: 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 25: Line 32:
We manage all our packages in the [[Alioth]] SVN repository and use '''svn-buildpackage''' to build it. This way, anyone from the team can work on any package and the [[http://mentors.debian.net/cgi-bin/sponsor-intro|sponsor]] can quickly fix small problems and [[TeamUpload|upload]] it. Most common tasks one needs to do are summarized in the
[[Python/GitPackaging| Python Git packaging howto]].
Line 28: Line 36:
Suggested addition to this page: == Talks ==

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