Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a56ce597f | ||
|
|
b2696a4129 | ||
|
|
44d0ad0e92 | ||
|
|
733cf78644 | ||
|
|
9af8aa9af3 | ||
|
|
8bede4f53f | ||
|
|
734d22831c | ||
|
|
805ced0e8f | ||
|
|
178a8a50f3 | ||
|
|
4e9a7f4d81 | ||
|
|
17a5e587aa | ||
|
|
aa29e840ea | ||
|
|
be50fc3965 | ||
|
|
6adc19e778 | ||
|
|
b0af89f7da | ||
|
|
8ac431a3ee | ||
|
|
d90877d254 | ||
|
|
1071b8a7a2 | ||
|
|
64213ed1d1 | ||
|
|
72a3089637 | ||
|
|
d25439d4ff | ||
|
|
f945f9a27c | ||
|
|
0d22cf6a35 | ||
|
|
357da0a3b3 |
5 changed files with 1 additions and 73 deletions
0
.gitignore
vendored
0
.gitignore
vendored
21
README.md
21
README.md
|
|
@ -1,21 +0,0 @@
|
||||||
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
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
This module was just an attempt and is not compatible with the current modularity
|
||||||
52
python3.yaml
52
python3.yaml
|
|
@ -1,52 +0,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
|
|
||||||
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.}
|
|
||||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue