Create an empty 3.6 branch for the F27 Modular server
This commit is contained in:
parent
38a7906118
commit
333d9abb21
1 changed files with 34 additions and 0 deletions
34
python3.yaml
Normal file
34
python3.yaml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# 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: master
|
||||
requires:
|
||||
platform: master
|
||||
references:
|
||||
community: https://www.python.org/
|
||||
documentation: https://docs.python.org/3/
|
||||
tracker: https://src.fedoraproject.org/modules/python3
|
||||
Loading…
Add table
Add a link
Reference in a new issue