From fd8ca09c466bae7c69fdfbce53042a9e8af61635 Mon Sep 17 00:00:00 2001 From: mkocka Date: Mon, 15 May 2017 10:45:25 +0200 Subject: [PATCH 1/5] adding modulemd file for f26 branch --- README.md | 22 ++++++++++++++++++++++ python2.yaml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 README.md create mode 100644 python2.yaml diff --git a/README.md b/README.md new file mode 100644 index 0000000..995f8f9 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +python2 dependencies +==================== + +build dependencies calculated by brt_dep_solver +----------------------------------------------- +autoconf +compat-openssl10 +expat +findutils +libX11 +mesa +tcl +tix +tk +valgrind + + +runtime dependencies calculated by brt_dep_solver +------------------------------------------------- +coreutils +glibc + diff --git a/python2.yaml b/python2.yaml new file mode 100644 index 0000000..5c930db --- /dev/null +++ b/python2.yaml @@ -0,0 +1,48 @@ +document: modulemd +version: 1 +data: + summary: Python2 programming language + description: Python 2 version of Python programming language. + license: + module: [Python] + dependencies: + buildrequires: + base-runtime: f26 +# bootstrap: f26 + common-build-dependencies: f26 + shared-userspace: f26 + perl: f26 + requires: + shared-userspace: f26 + base-runtime: f26 + perl: f26 + references: + community: https://fedoraproject.org/wiki/Modularity + documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules + tracker: https://taiga.fedorainfracloud.org/project/modularity + profiles: + default: + rpms: + - python2 + api: + rpms: + - python2 + components: + rpms: + python2: + rationale: Python2 package. + ref: f26 + buildorder: 10 +# autoconf: {rationale: Build dependency.} +# compat-openssl10: {rationale: Build dependency.} +# coreutils: {rationale: Runtime dependency.} +# expat: {rationale: Build dependency.} +# findutils: {rationale: Build dependency.} +# glibc: {rationale: Runtime dependency.} +# libX11: {rationale: Build dependency.} +# mesa: {rationale: Build dependency.} +# tcl: {rationale: Build dependency.} +# tix: {rationale: Build dependency.} +# tk: {rationale: Build dependency.} +# valgrind: {rationale: Build dependency.} + From d0605f436db25b4da65e64bce0aa6aa456cd0d14 Mon Sep 17 00:00:00 2001 From: mkocka Date: Mon, 15 May 2017 10:46:25 +0200 Subject: [PATCH 2/5] adding bootstrap --- python2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python2.yaml b/python2.yaml index 5c930db..4965081 100644 --- a/python2.yaml +++ b/python2.yaml @@ -7,8 +7,8 @@ data: module: [Python] dependencies: buildrequires: - base-runtime: f26 -# bootstrap: f26 +# base-runtime: f26 + bootstrap: f26 common-build-dependencies: f26 shared-userspace: f26 perl: f26 From 406ccdd82d794125e5ef0334868f40168b801c5b Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 1 Aug 2017 14:22:15 +0200 Subject: [PATCH 3/5] remove trailing whitespace --- python2.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python2.yaml b/python2.yaml index 4965081..9a033fd 100644 --- a/python2.yaml +++ b/python2.yaml @@ -1,14 +1,14 @@ document: modulemd version: 1 data: - summary: Python2 programming language + summary: Python2 programming language description: Python 2 version of Python programming language. license: module: [Python] dependencies: buildrequires: -# base-runtime: f26 - bootstrap: f26 +# base-runtime: f26 + bootstrap: f26 common-build-dependencies: f26 shared-userspace: f26 perl: f26 From b39c5eff1f484a70a16b32636311a1a9a3a6689a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 1 Aug 2017 14:31:17 +0200 Subject: [PATCH 4/5] update references --- python2.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python2.yaml b/python2.yaml index 9a033fd..c07d379 100644 --- a/python2.yaml +++ b/python2.yaml @@ -17,9 +17,9 @@ data: base-runtime: f26 perl: f26 references: - community: https://fedoraproject.org/wiki/Modularity - documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules - tracker: https://taiga.fedorainfracloud.org/project/modularity + community: https://docs.pagure.org/modularity/ + documentation: https://github.com/modularity-modules/python2 + tracker: https://github.com/modularity-modules/python2/issues profiles: default: rpms: From e944d3ffcd096127ac715a7d9a1011cf5544ebf0 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Mon, 23 Sep 2019 16:55:59 -0500 Subject: [PATCH 5/5] Obsolete --- .gitignore | 0 README.md | 22 ---------------------- dead.module | 1 + python2.yaml | 48 ------------------------------------------------ sources | 0 5 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 .gitignore delete mode 100644 README.md create mode 100644 dead.module delete mode 100644 python2.yaml delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md deleted file mode 100644 index 995f8f9..0000000 --- a/README.md +++ /dev/null @@ -1,22 +0,0 @@ -python2 dependencies -==================== - -build dependencies calculated by brt_dep_solver ------------------------------------------------ -autoconf -compat-openssl10 -expat -findutils -libX11 -mesa -tcl -tix -tk -valgrind - - -runtime dependencies calculated by brt_dep_solver -------------------------------------------------- -coreutils -glibc - diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..0212d76 --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +Obsolete diff --git a/python2.yaml b/python2.yaml deleted file mode 100644 index c07d379..0000000 --- a/python2.yaml +++ /dev/null @@ -1,48 +0,0 @@ -document: modulemd -version: 1 -data: - summary: Python2 programming language - description: Python 2 version of Python programming language. - license: - module: [Python] - dependencies: - buildrequires: -# base-runtime: f26 - bootstrap: f26 - common-build-dependencies: f26 - shared-userspace: f26 - perl: f26 - requires: - shared-userspace: f26 - base-runtime: f26 - perl: f26 - references: - community: https://docs.pagure.org/modularity/ - documentation: https://github.com/modularity-modules/python2 - tracker: https://github.com/modularity-modules/python2/issues - profiles: - default: - rpms: - - python2 - api: - rpms: - - python2 - components: - rpms: - python2: - rationale: Python2 package. - ref: f26 - buildorder: 10 -# autoconf: {rationale: Build dependency.} -# compat-openssl10: {rationale: Build dependency.} -# coreutils: {rationale: Runtime dependency.} -# expat: {rationale: Build dependency.} -# findutils: {rationale: Build dependency.} -# glibc: {rationale: Runtime dependency.} -# libX11: {rationale: Build dependency.} -# mesa: {rationale: Build dependency.} -# tcl: {rationale: Build dependency.} -# tix: {rationale: Build dependency.} -# tk: {rationale: Build dependency.} -# valgrind: {rationale: Build dependency.} - diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000