Differences between revisions 5 and 9 (spanning 4 versions)
Revision 5 as of 2011-03-26 03:39:50
Size: 138
Editor: sp137-2-89-86-29-40
Comment: Reverse the redirect
Revision 9 as of 2012-06-13 11:21:18
Size: 1057
Editor: techtonik
Comment: damn [[|]] links, i hate this
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
bdist_rpm is gone from Distutils, and [[https://bitbucket.org/tarek/pypi2rpm|py2rpm]] aims at providing the same features and much more. ## page was renamed from Py2Rpm

RPM is a package format used by Fedora, Red Hat and some other Linux distributions. So if you want to make your package available there, you need to know how to create RPMs.

Before Python 3 there was a `bdist_rpm` command, which had gone in `packaging` (Distutils2). If you're interested to know - ask Tarek (and don't forget to update the info here). Now there are two packages to help make .rpm out of Python package (setup.py?):
  
  * Tarek's [[https://bitbucket.org/tarek/pypi2rpm|py2rpm]] - aims at providing the same features and much more.
  * [[http://pypi.python.org/pypi/py2pack|py2pack]] by Sascha Peilicke.

=== Comparison ===
 * '''Availability'''
   * PyPI
     * py2pack - is first uploaded to PyPI on 2010-12-11 - http://pypi.python.org/pypi/py2pack/0.2.11
     * py2rpm - still not available
   * Fedora (because you want to use supported RPM package to build RPM's, obviously)
     * py2pack - [[https://admin.fedoraproject.org/pkgdb/acls/name/python-py2pack|Yes]]
     * py2rpm - No
 

RPM is a package format used by Fedora, Red Hat and some other Linux distributions. So if you want to make your package available there, you need to know how to create RPMs.

Before Python 3 there was a bdist_rpm command, which had gone in packaging (Distutils2). If you're interested to know - ask Tarek (and don't forget to update the info here). Now there are two packages to help make .rpm out of Python package (setup.py?):

  • Tarek's py2rpm - aims at providing the same features and much more.

  • py2pack by Sascha Peilicke.

Comparison

  • Availability

    • PyPI
    • Fedora (because you want to use supported RPM package to build RPM's, obviously)
      • py2pack - Yes

      • py2rpm - No

RPM (last edited 2012-06-13 11:30:36 by techtonik)

Unable to edit the page? See the FrontPage for instructions.