Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Nils Philippsen
4aee44f007 update references 2017-08-01 16:56:11 +02:00
Nils Philippsen
56ff9db138 wrap lines 2017-08-01 16:56:11 +02:00
Nils Philippsen
759ac1b226 remove stray single quote from the description 2017-08-01 16:56:11 +02:00
Nils Philippsen
3ae4f75e45 remove trailing whitespace 2017-08-01 16:56:11 +02:00
mkocka
2d9e87185b adding modulemd file for f26 branch 2017-05-15 10:45:23 +02:00
2 changed files with 73 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
python3 dependencies
====================
build dependencies calculated by brt_dep_solver
-----------------------------------------------
autoconf
bluez
expat
libdb4
libX11
mesa
systemtap
tcl
tix
tk
valgrind
runtime dependencies calculated by brt_dep_solver
-------------------------------------------------
python3

52
python3.yaml Normal file
View file

@ -0,0 +1,52 @@
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
bootstrap: f26
common-build-dependencies: f26
shared-userspace: f26
perl: f26
requires:
perl: f26
shared-userspace: f26
base-runtime: f26
references:
community: https://docs.pagure.org/modularity/
documentation: https://github.com/container-images/python3/
tracker: https://github.com/modularity-modules/python3/
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.}