aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/bdist_rpm.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Grönholm2014-06-181-1/+2
* Correct indentation and clarify meaning by using namespacingJason R. Coombs2014-04-301-4/+4
* Replace outdated deprecating comments with a proper doc string.Jason R. Coombs2014-03-301-4/+9
* The no_egg option is no longer present.Jason R. Coombs2014-03-301-4/+0
* Adjust to match modern style conventions.Jason R. Coombs2014-03-301-5/+9
* Remove legacy compatibility in bdist_rpmJason R. Coombs2014-03-301-15/+1
* Remove excess whitespace; Normalize imports.Jason R. Coombs2014-03-301-34/+3
* Fix missing backport of import fix for bdist_rpm building non-sourcePJ Eby2007-01-091-1/+1
* Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixesPJ Eby2007-01-091-1/+1
* Fix import problem for bdist_rpm w/Python<2.5PJ Eby2006-12-291-1/+1
* Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 andPJ Eby2006-09-211-12/+26
* Added a ``--single-version-externally-managed`` option to the ``install``PJ Eby2005-12-141-18/+4
* Kludges to make building packages with '-' in their version work withPJ Eby2005-11-191-0/+49
* Added support for old-style RPMs (i.e. non-egg RPMs)PJ Eby2005-09-031-1/+23
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. IPJ Eby2005-08-211-0/+11