Differences between revisions 21 and 40 (spanning 19 versions)
Revision 21 as of 2010-07-23 21:52:53
Size: 1903
Comment:
Revision 40 as of 2019-06-24 02:02:55
Size: 2226
Editor: ?Louis-PhilippeVeronneau
Comment: SVN+Alioth has been deprecated, point to the new Python GitPackaging page instead
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:
== 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 Python modules or Python interpreter.
Line 5: Line 5:
Python Applications Packaging Team is a sister of Python Modules Packaging Team. We are taking care of Python applications, i.e. programs written in Python that are not providing public modules.  * '''Website''': https://alioth.debian.org/projects/python-apps/ ( currently broken )
 * '''Documentation''':
   * [[https://salsa.debian.org/python-team/tools/python-apps/blob/master/policy.rst|The PAPT policy]]
   * [[Python/GitPackaging| HowTo]].
Line 7: Line 10:
We are not about packaging the Python interpreter or Python modules (check the [[Teams/PythonModulesTeam| Debian Python Modules Team]] for that).  * '''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
 * '''IRC Channel''': [[irc://irc.oftc.net|#debian-python]]
Line 9: Line 16:
== Infrastructure ==  * ''' 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
 * '''Git repositories''': We are on Salsa https://salsa.debian.org/python-team/applications/
 * '''[[Teams/PythonAppsPackagingTeam/TODO| TODO]]''' list of packages to be uploaded.
Line 11: Line 21:
 * '''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
 * '''IRC Channel''': #debian-python on irc.oftc.net
 * '''Browse SVN Server''': using [[http://svn.debian.org/wsvn/python-apps/|WebSVN]] or [[http://svn.debian.org/viewsvn/python-apps/|ViewVC]]
 * ''' 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]]'''
Line 21: Line 22:
== Other == If you have an application implemented in Python that you would like to get packaged in Debian, please [[Teams/PythonModulesTeam/HowToJoin|join]] this team.
Line 23: Line 24:
If you have an application implemented in Python that you would like to get packaged in Debian, please join this team. 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.
Line 25: Line 26:
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 upload it.

Most common tasks one needs to do are summarized in [[Teams/PythonAppsPackagingTeam/howto| howto]].
Line 31: Line 29:
* '''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)

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 Python modules or Python interpreter.

If you have an application implemented in Python that you would like to get packaged in Debian, please join this team.

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 sponsor can quickly fix small problems and upload it.

Suggested addition to this page: