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 |
4 changed files with 1 additions and 69 deletions
0
.gitignore
vendored
0
.gitignore
vendored
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
|
||||||
69
python3.yaml
69
python3.yaml
|
|
@ -1,69 +0,0 @@
|
||||||
# This module is left empty because python3 is contained in the
|
|
||||||
# Platform module of Fedora 27 Modular Server edition.
|
|
||||||
|
|
||||||
# Other modules can depend on this empty one so that, when the
|
|
||||||
# implementation of python3 is moved out of the Platform module,
|
|
||||||
# other modules should not be affected.
|
|
||||||
|
|
||||||
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:
|
|
||||||
bootstrap: f27
|
|
||||||
requires:
|
|
||||||
platform: f27
|
|
||||||
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:
|
|
||||||
- python-rpm-macros
|
|
||||||
- python-srpm-macros
|
|
||||||
- python2-rpm-macros
|
|
||||||
- python3-rpm-macros
|
|
||||||
- platform-python-rpm-macros
|
|
||||||
components:
|
|
||||||
rpms:
|
|
||||||
python-rpm-macros:
|
|
||||||
rationale: |
|
|
||||||
Build and filter all RPMs, since an empty module doesn't
|
|
||||||
build
|
|
||||||
ref: master
|
|
||||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue