This module was just an attempt and is not compatible with the current modularity
This commit is contained in:
parent
b2696a4129
commit
0a56ce597f
5 changed files with 1 additions and 127 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
|
||||
106
python3.yaml
106
python3.yaml
|
|
@ -1,106 +0,0 @@
|
|||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: Python programming language, version 3
|
||||
description: >-
|
||||
Python is an interpreted, interactive, object-oriented programming
|
||||
language often compared to Tcl, Perl, Scheme or Java. Python includes
|
||||
modules, classes, exceptions, very high level dynamic data types
|
||||
and dynamic typing. Python supports interfaces to many system calls and
|
||||
libraries, as well as to various windowing systems (X11, Motif, Tk,
|
||||
Mac and MFC).
|
||||
|
||||
Programmers can write new built-in modules for Python in C or C++.
|
||||
Python can be used as an extension language for applications that
|
||||
need a programmable interface.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
buildrequires:
|
||||
platform: f28
|
||||
|
||||
# Need an already built Python interpreter
|
||||
python3-bootstrap: master
|
||||
|
||||
# tk-devel buildrequires /usr/bin/perl
|
||||
perl: 5.26
|
||||
requires:
|
||||
platform: f28
|
||||
references:
|
||||
community: https://www.python.org/
|
||||
documentation: https://docs.python.org/3/
|
||||
tracker: https://src.fedoraproject.org/modules/python3
|
||||
profiles:
|
||||
minimal:
|
||||
rpms:
|
||||
- python3
|
||||
- python3-libs
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
default:
|
||||
rpms:
|
||||
- python3
|
||||
- python3-libs
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
full:
|
||||
rpms:
|
||||
- python3
|
||||
- python3-devel
|
||||
- python3-libs
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- python3-wheel
|
||||
filter:
|
||||
rpms:
|
||||
- python2-rpm-macros
|
||||
# Requires unavailable: tk, tcl, libX11
|
||||
- python3-tkinter
|
||||
# Requires unavailable: python3-tkinter
|
||||
- python3-tools
|
||||
# Requires unavailable: python3-tools
|
||||
- python3-test
|
||||
# Requires unavailable: python3-{tkinter,tools,test} and more
|
||||
- python3-debug
|
||||
api:
|
||||
rpms:
|
||||
- python3
|
||||
- python3-devel
|
||||
- python3-libs
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- python3-wheel
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
# setuptools & pip & wheel
|
||||
%_without_python2 1
|
||||
# setuptools
|
||||
%_without_platform_python 1
|
||||
components:
|
||||
rpms:
|
||||
python-rpm-macros:
|
||||
rationale: Build and runtime dependency of python3-devel
|
||||
ref: master
|
||||
buildorder: 10
|
||||
python-rpm-generators:
|
||||
rationale: Runtime dependency of python3-devel
|
||||
ref: master
|
||||
buildorder: 10
|
||||
python-wheel:
|
||||
rationale: Used for unbundling of pip and setuptools
|
||||
ref: master
|
||||
buildorder: 10
|
||||
python-setuptools:
|
||||
rationale: Python Packaging ecosystem
|
||||
ref: master
|
||||
buildorder: 20
|
||||
python-pip:
|
||||
rationale: Python Packaging ecosystem
|
||||
ref: master
|
||||
buildorder: 30
|
||||
python3:
|
||||
rationale: Main Python language interpreter
|
||||
ref: master
|
||||
buildorder: 40
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue