From b8e6b7e7db660f66822842c4debe826076028299 Mon Sep 17 00:00:00 2001 From: mkocka Date: May 11 2017 08:36:25 +0000 Subject: new version of modulemd file --- diff --git a/python2.yaml b/python2.yaml new file mode 100644 index 0000000..037cde4 --- /dev/null +++ b/python2.yaml @@ -0,0 +1,45 @@ +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 + common-build-dependencies: f26 + shared-userspace: f26 + requires: + shared-userspace: f26 + base-runtime: 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.} + diff --git a/python26.yaml b/python26.yaml deleted file mode 100644 index 940a6b9..0000000 --- a/python26.yaml +++ /dev/null @@ -1,37 +0,0 @@ -data: - api: - rpms: - - python26 - components: - rpms: - 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.} - description: 'Python 2.6 package for developers. - - - This package exists to allow developers to test their code against an older - - version of Python. This is not a full Python stack and if you wish to run - - your applications with Python 2.6, see other distributions - - that support it, such as CentOS or RHEL 6.' - filter: {} - license: - module: [Python] - name: '' - stream: '' - summary: Version 2.6 of the Python programming language - version: 0 -document: modulemd -version: 1