Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df345c0

Browse filesBrowse files
committed
add mention of bdist_rpm
1 parent c0b377e commit df345c0
Copy full SHA for df345c0

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎docs/shipping/packaging.rst

Copy file name to clipboardExpand all lines: docs/shipping/packaging.rst
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ makes the download and install about 2MB smaller than
151151
Also, if a distribution releases a new security update for Python, then your
152152
application will automatically start using that new version of Python.
153153

154+
[Producing an RPM file using the bdist_rpm command](https://docs.python.org/3/distutils/builtdist.html#creating-rpm-packages)
155+
for use by distributions like Red Hat or SuSE is trivially easy.
156+
154157
However, creating and maintaining the different configurations required for
155158
each distribution's format (e.g. .deb for Debian/Ubuntu, .rpm for Red
156159
Hat/Fedora, etc) is a fair amount of work. If your code is an application that

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.