Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Miro Hrončok
364295bb1c This module was just an attempt and is not compatible with the current modularity 2018-08-29 15:50:00 +02:00
3 changed files with 1 additions and 237 deletions

View file

@ -1,3 +0,0 @@
# python3-ecosystem
The python3-ecosystem package

1
dead.package Normal file
View file

@ -0,0 +1 @@
This module was just an attempt and is not compatible with the current modularity

View file

@ -1,234 +0,0 @@
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
# Disabled since python3 requires platform, and
# bootstrap and platform modules conflict
requires:
platform: master
python3: 3.6
libtom: master
references:
community: https://www.python.org/
documentation: https://docs.python.org/3/
tracker: https://src.fedoraproject.org/modules/python3-ecosystem
profiles:
filter:
rpms:
- python2-asn1crypto
- python2-augeas
- python2-cffi
- python2-chardet
- python2-configobj
- python2-crypto
- python2-cryptography
- python2-cryptography-vectors
- python3-cryptography-vectors
- python2-dns
- python2-gssapi
- python2-idna
- python2-jinja2
- python2-jwcrypto
- python2-jwt
- python2-kdcproxy
- python2-netaddr
- python2-netifaces
- python2-oauthlib
- python2-pluggy
- python2-ply
- python2-prettytable
- python2-pyOpenSSL
- python2-pyasn1
- python2-pyasn1-modules
- python2-pycparser
- python2-python-etcd
- python2-pyserial
- python2-pysocks
- python-qrcode-core
- python2-qrcode
- python3-qrcode
- python2-requests
- python2-systemd
- python2-tox
- python2-urllib3
api:
rpms:
- python-systemd-doc
- python-pyasn1-doc
- python3-augeas
- python3-cffi
- python3-chardet
- python3-configobj
- python3-crypto
- python3-cryptography
- python3-dns
- python3-gssapi
- python3-idna
- python3-jinja2
- python3-jwcrypto
- python3-jwt
- python3-kdcproxy
- python3-netaddr
- python3-netifaces
- python3-pluggy
- python3-ply
- python3-pyOpenSSL
- python3-pyasn1
- python3-pyasn1-modules
- python3-pycparser
- python3-pysocks
- python3-pyserial
- python3-python-etcd
- python3-qrcode-core
- python3-requests
- python3-systemd
- python3-tox
- python3-urllib3
buildopts:
rpms:
macros: |
components:
rpms:
pyOpenSSL:
rationale: Common dependency and runtime dependency for p-requests
ref: master
buildorder: 0
python-asn1crypto:
rationale: Common dependency and runtime dependency for p-requests
ref: master
buildorder: 0
python-augeas:
rationale: Common dependency
ref: master
buildorder: 0
python-systemd:
rationale: Runtime dependency of freeipa
ref: master
buildorder: 0
python-cffi:
rationale: Common dependency and runtime dependency for p-requests
ref: master
buildorder: 0
python-chardet:
rationale: Common dependency and runtime dependency for p-requests
ref: master
buildorder: 0
python-configobj:
rationale: Common dependency
ref: master
python-crypto:
rationale: Common dependency
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-gssapi:
rationale: Runtime dependency of freeipa
ref: master
buildorder: 0
python-idna:
rationale: Common dependency and runtime dependency for p-requests
ref: master
buildorder: 0
python-jinja2:
rationale: Common dependency
ref: master
python-jwt:
rationale: Common dependency
ref: master
python-kdcproxy:
rationale: Runtime dependency of freeipa
ref: master
buildorder: 0
python-netaddr:
rationale: Runtime dependency of freeipa
ref: master
buildorder: 0
python-netifaces:
rationale: Runtime dependency of freeipa
ref: master
buildorder: 0
python-oauthlib:
rationale: Common dependency
ref: master
python-ply:
rationale: Common dependency and runtime dependency for p-requests
ref: master
buildorder: 0
python-prettytable:
rationale: Common dependency
ref: master
python-pyasn1:
rationale: Runtime dependency of freeipa
ref: master
buildorder: 0
python-pycparser:
rationale: Common dependency and runtime dependency for p-requests
ref: master
buildorder: 0
python-pysocks:
rationale: Common dependency and runtime dependency for p-requests
ref: master
buildorder: 0
python-qrcode:
rationale: Runtime dependency of freeipa
ref: master
buildorder: 0
python-requests:
rationale: Common dependency
ref: master
buildorder: 0
python-urllib3:
rationale: Common dependency and runtime dependency for p-requests
ref: master
buildorder: 0
pyserial:
rationale: Common dependency
ref: master
buildorder: 0
python-cryptography-vectors:
rationale: Buildtime dependency of python-cryptography
ref: master
buildorder: -10
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