new version of modulemd file
This commit is contained in:
parent
be4d0713cb
commit
b8e6b7e7db
2 changed files with 45 additions and 37 deletions
45
python2.yaml
Normal file
45
python2.yaml
Normal file
|
|
@ -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.}
|
||||
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue