python3-ecosystem/python3-ecosystem.yaml
2017-09-05 20:33:25 +02:00

92 lines
3 KiB
YAML

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:
- custodia
- python2-cryptography
- python2-custodia
- python2-custodia-extra
- python2-dns
- python2-jwcrypto
- python2-pluggy
- python2-python-etcd
- python2-systemd
- python2-tox
api:
rpms:
- python-systemd-doc
- python3-cryptography
- python3-custodia
- python3-custodia-extra
- python3-dns
- python3-jwcrypto
- python3-pluggy
- python3-python-etcd
- python3-systemd
- python3-tox
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