First version of the modulemd

This commit is contained in:
Tomas Orsava 2017-09-05 15:43:50 +02:00
commit bbe614ec4a

72
python3-ecosystem.yaml Normal file
View file

@ -0,0 +1,72 @@
document: modulemd
version: 1
data:
summary: The Ecosystem of packages for the 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
python3: master
requires:
platform: master
python3: master
references:
community: https://www.python.org/
documentation: https://docs.python.org/3/
tracker: https://src.fedoraproject.org/modules/python3-ecosystem
profiles:
filter:
rpms:
api:
rpms:
buildopts:
rpms:
macros: |
components:
rpms:
custodia:
rationale: Runtime dependency of freeipa
ref: master
buildorder: 0
python-systemd:
rationale: Runtime dependency of freeipa
ref: master
buildorder: 0
python-cryptography:
rationale: Common dependency
ref: master
buildorder: 0
python-dns:
rationale: Common dependency for Samba and FreeIPA
ref: master
buildorder: 0
python-jwcrypto:
rationale: Runtime dependency of freeipa and buildtime dependency of custodia
ref: master
buildorder: -10
python-etcd:
rationale: Buildtime dependency of custodia
ref: master
buildorder: -10
python-tox:
rationale: Buildtime dependency of custodia
ref: master
buildorder: -10
python-pluggy:
rationale: Runtime dependency of python-tox
ref: master
buildorder: -10