From c61c05443669c6aa874fdb358880a101c06c45a7 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Wed, 7 Mar 2018 17:53:18 +0100 Subject: [PATCH 1/3] Update builddeps to platform: f28 --- python3-bootstrap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3-bootstrap.yaml b/python3-bootstrap.yaml index 7700be5..cbd5766 100644 --- a/python3-bootstrap.yaml +++ b/python3-bootstrap.yaml @@ -18,14 +18,14 @@ data: - MIT dependencies: buildrequires: - bootstrap: master + platform: f28 # tk-devel buildrequires /usr/bin/perl # perl: master # Disabled since perl requires platform, and bootstrap and # platform modules conflict requires: - platform: master + platform: f28 references: community: https://www.python.org/ documentation: https://docs.python.org/3/ From 4bc4270152e3cc374f6c714a4afb8ac75ab6498b Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Tue, 13 Mar 2018 16:24:45 +0100 Subject: [PATCH 2/3] Re-enable moduler builddeps --- python3-bootstrap.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python3-bootstrap.yaml b/python3-bootstrap.yaml index cbd5766..5e4214f 100644 --- a/python3-bootstrap.yaml +++ b/python3-bootstrap.yaml @@ -21,9 +21,7 @@ data: platform: f28 # tk-devel buildrequires /usr/bin/perl - # perl: master - # Disabled since perl requires platform, and bootstrap and - # platform modules conflict + perl: 5.26 requires: platform: f28 references: From b936460280bf22fc92486f60a526feab3c366182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 29 Aug 2018 15:49:35 +0200 Subject: [PATCH 3/3] This module was just an attempt and is not compatible with the current modularity --- README.md | 3 -- dead.package | 1 + python3-bootstrap.yaml | 104 ----------------------------------------- 3 files changed, 1 insertion(+), 107 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 python3-bootstrap.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 2c6b6f3..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# python3-bootstrap - -The python3-bootstrap package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a3ac9b8 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This module was just an attempt and is not compatible with the current modularity diff --git a/python3-bootstrap.yaml b/python3-bootstrap.yaml deleted file mode 100644 index 5e4214f..0000000 --- a/python3-bootstrap.yaml +++ /dev/null @@ -1,104 +0,0 @@ -document: modulemd -version: 1 -data: - summary: Bootstrapping module for the Python programming language, version 3 - description: >- - Python is an interpreted, interactive, object-oriented programming - language often compared to Tcl, Perl, Scheme or Java. Python includes - modules, classes, exceptions, very high level dynamic data types - and dynamic typing. Python supports interfaces to many system calls and - libraries, as well as to various windowing systems (X11, Motif, Tk, - Mac and MFC). - - Programmers can write new built-in modules for Python in C or C++. - Python can be used as an extension language for applications that - need a programmable interface. - license: - module: - - MIT - dependencies: - buildrequires: - platform: f28 - - # tk-devel buildrequires /usr/bin/perl - perl: 5.26 - requires: - platform: f28 - references: - community: https://www.python.org/ - documentation: https://docs.python.org/3/ - tracker: https://src.fedoraproject.org/modules/python3-bootstrap - profiles: - minimal: - rpms: - - python3 - - python3-libs - - python3-pip - - python3-setuptools - default: - rpms: - - python3 - - python3-libs - - python3-pip - - python3-setuptools - - python3-tools - full: - rpms: - - python3 - - python3-debug - - python3-devel - - python3-libs - - python3-pip - - python3-setuptools - - python3-tools - filter: - rpms: - - python2-rpm-macros - - python3-tkinter - api: - rpms: - - python3 - - python3-debug - - python3-devel - - python3-libs - - python3-pip - - python3-setuptools - - python3-tools - buildopts: - rpms: - macros: | - # python3 - %_without_rewheel 1 - # setuptools & pip & python-rpm-generators - %_with_bootstrap 1 - # setuptools & pip - %_without_python2 1 - # setuptools - %_without_platform_python 1 - # Tests for setuptools need pip, which is unavailable - # during bootstrapping. - # Note that this disables tests for python3 and other - # packages as well however. - %_without_tests 1 - components: - rpms: - python-rpm-macros: - rationale: Build and runtime dependency of python3-devel - ref: master - buildorder: 0 - python-rpm-generators: - rationale: Runtime dependency of python3-devel - ref: master - buildorder: 0 - python3: - rationale: Main Python language interpreter - ref: master - buildorder: 10 - python-setuptools: - rationale: Python Packaging ecosystem - ref: master - buildorder: 20 - python-pip: - rationale: Python Packaging ecosystem - ref: master - buildorder: 30