Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8469c4b7e1 |
3 changed files with 237 additions and 1 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# python3-ecosystem
|
||||||
|
|
||||||
|
The python3-ecosystem package
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
This module was just an attempt and is not compatible with the current modularity
|
|
||||||
234
python3-ecosystem.yaml
Normal file
234
python3-ecosystem.yaml
Normal file
|
|
@ -0,0 +1,234 @@
|
||||||
|
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: f27
|
||||||
|
|
||||||
|
# python3: 3.6
|
||||||
|
# Disabled since python3 requires platform, and
|
||||||
|
# bootstrap and platform modules conflict
|
||||||
|
requires:
|
||||||
|
platform: f27
|
||||||
|
python3: 3.6
|
||||||
|
libtom: f27
|
||||||
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue