new version of modulemd file
This commit is contained in:
parent
0d22cf6a35
commit
f945f9a27c
1 changed files with 46 additions and 33 deletions
79
python3.yaml
79
python3.yaml
|
|
@ -1,35 +1,48 @@
|
|||
data:
|
||||
api:
|
||||
rpms:
|
||||
- python3
|
||||
components:
|
||||
rpms:
|
||||
autoconf: {rationale: Build dependency.}
|
||||
bluez: {rationale: Build dependency.}
|
||||
expat: {rationale: Build dependency.}
|
||||
libX11: {rationale: Build dependency.}
|
||||
libdb4: {rationale: Build dependency.}
|
||||
mesa: {rationale: Build dependency.}
|
||||
python3: {rationale: Runtime dependency.}
|
||||
systemtap: {rationale: Build dependency.}
|
||||
tcl: {rationale: Build dependency.}
|
||||
tix: {rationale: Build dependency.}
|
||||
tk: {rationale: Build dependency.}
|
||||
valgrind: {rationale: Build dependency.}
|
||||
description: 'Python 3 is a new version of the language that is incompatible with
|
||||
the 2.x
|
||||
|
||||
line of releases. The language is mostly the same, but many details, especially
|
||||
|
||||
how built-in objects like dictionaries and strings work, have changed
|
||||
|
||||
considerably, and a lot of deprecated features have finally been removed.'
|
||||
filter: {}
|
||||
license:
|
||||
module: [Python]
|
||||
name: ''
|
||||
stream: ''
|
||||
summary: Version 3 of the Python programming language aka Python 3000
|
||||
version: 0
|
||||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: Version 3 of the Python programming language aka Python 3000.
|
||||
description: Python3 is a new version of the language that is incompatible with
|
||||
the 2.x line of releases. The language is mostly the same, but many
|
||||
details, especially how built-in objects like dictionaries and strings
|
||||
work, have changed considerably, and a lot of deprecated features
|
||||
have finally been removed.'
|
||||
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:
|
||||
- python3
|
||||
api:
|
||||
rpms:
|
||||
- python3
|
||||
components:
|
||||
rpms:
|
||||
python3:
|
||||
rationale: Python3 package.
|
||||
ref: f26
|
||||
buildorder: 10
|
||||
# autoconf: {rationale: Build dependency.}
|
||||
# bluez: {rationale: Build dependency.}
|
||||
# expat: {rationale: Build dependency.}
|
||||
# libX11: {rationale: Build dependency.}
|
||||
# libdb4: {rationale: Build dependency.}
|
||||
# mesa: {rationale: Build dependency.}
|
||||
# python3: {rationale: Runtime dependency.}
|
||||
# systemtap: {rationale: Build dependency.}
|
||||
# tcl: {rationale: Build dependency.}
|
||||
# tix: {rationale: Build dependency.}
|
||||
# tk: {rationale: Build dependency.}
|
||||
# valgrind: {rationale: Build dependency.}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue