Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for RPM (0.020 sec.)
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 14486
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... るだけ簡単な状況にする方法です: ビルド済み配布物は、RPM ベースの Linux システムユーザにとってはバイナリ RP ... 利用できるか否かという大きな違いになりえます。また、RPM パッケージや Windows 用の実行形式インストーラのよう ... ファイル ( .tar ) zip zip ファイル ( .zip ) (2),(4) rpm RPM 形式 (5) pkgtool Solaris pkgtool 形式 sdux HP- ... 一部になっています) が必要です 外部ユーティリティの rpm 、バージョン 3.0.4 以上が必要です (バージョンを調べ ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
1. Distutilsの紹介 — Python 3.6.5 ドキュメント 9551
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 成されます。 その他の有用な配布形態としては、 bdist_rpm に実装されている RPM 形式、 Solaris pkgtool ( bdis ... 例えば、以下のコマンドを実行すると、 foo-1.0.noarch.rpm という名前の RPM ファイルを作成します: python setu ... p . py bdist_rpm ( bdist_rpm コマンドは rpm コマンドを使うため、 Re ... Hat Linux や SuSE Linux、 Mandrake Linux といった RPM ベースのシステムで実行しなければなりません) どの配 ...
https://man.plustar.jp/python/distutils/introduction.html - [similar]
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 8950
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... t don't change from run to run; for example, bdist_rpm needs to know everything required to generate a "s ... pec" file for creating an RPM distribution. Some of this information comes from ... some of it has to be supplied as options to bdist_rpm , which would be very tedious to do on the command ... snippet from the Distutils' own setup.cfg : [bdist_rpm] release = 1 packager = Greg Ward <gward@python.ne ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 8667
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 関連のオプション 5. ビルド済み配布物を作成する 5.1. RPM パッケージを作成する 5.2. Windows インストーラを作 ... ッケージをビルドする 10.30. distutils.command.bdist_rpm --- Redhat RPMとSRPM形式のバイナリディストリビュー ...
https://man.plustar.jp/python/distutils/index.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8224
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... t base class for packagers distutils.command.bdist_rpm Build a binary distribution as a Redhat RPM and SR ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 8171
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... Windows ユーザ向けには実行可能形式のインストーラ、RPM ベースの Linux システム (Red Hat, SuSE, Mandrake そ ... の他多数) 向けには RPM パッケージ、Debian ベースの Linux システム向けには ... ォームに適したインストーラをダウンロードして、例えば RPM なら rpm --install などの方法でインストーラを実行し ...
https://man.plustar.jp/python/install/index.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 8118
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... よりも良い選択です。 10.30. distutils.command.bdist_rpm --- Redhat RPMとSRPM形式のバイナリディストリビュー ... ッケージをビルドする 10.30. distutils.command.bdist_rpm --- Redhat RPMとSRPM形式のバイナリディストリビュー ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
2. Unix プラットフォームで Python を使う — Python 3.6.5 ドキュメント 8065
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... ject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-creating-rpms.html Fedora ユーザー向け ht ...
https://man.plustar.jp/python/using/unix.html - [similar]
4. C および C++ 拡張のビルド — Python 3.6.5 ドキュメント 8012
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... n setup . py bdist_wininst python setup . py bdist_rpm python setup . py bdist_dumb 関連キーワード: モジュ ...
https://man.plustar.jp/python/extending/building.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 7941
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ィレクトリが含まれていません。 Red Hat では、Python RPM をインストールして必要なファイルを得てください。 D ...
https://man.plustar.jp/python/faq/extending.html - [similar]
PREV 1 2 NEXT