You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python36/SOURCES/modulemd.src.txt

135 lines
4.5 KiB

---
document: modulemd
version: 2
data:
name: python36
stream: 3.6
summary: Python programming language, version 3.6
description: >-
This module gives users access to the internal Python 3.6 in RHEL8, as
well as provides some additional Python packages the users might need.
In addition to these you can install any python3-* package available
in RHEL and use it with Python from this module.
license:
module:
- MIT
dependencies:
- buildrequires:
python36: [3.6]
swig: [3.0]
platform: [el8]
requires:
platform: [el8]
references:
community: https://www.python.org/
documentation: https://docs.python.org/3.6/
profiles:
build:
rpms:
- python36
- python36-devel
- python36-rpm-macros
common:
rpms:
- python36
api:
rpms:
- python-sqlalchemy-doc
- python-virtualenv-doc
- python3-PyMySQL
- python3-bson
- python3-distro
- python3-docs
- python3-docutils
- python3-nose
- python3-pygments
- python3-pymongo
- python3-pymongo-gridfs
- python3-scipy
- python3-sqlalchemy
- python3-virtualenv
- python3-wheel
- python36
- python36-debug
- python36-devel
- python36-rpm-macros
filter:
rpms:
- python2-PyMySQL
- python2-docutils
- python2-nose
- python2-pygments
- python2-scipy
- python2-sqlalchemy
- python2-virtualenv
buildopts:
rpms:
macros: |
%_without_python2 1
# For packages depending on python36, so that they
# BuildRequire python36-devel/debug/rpm-macros instead of python3-*
#
# This won't be necessary for python37 and later. There we can
# set %{python3_pkgversion}, because all packages will need to
# have the pythonXY prefix. Whereas for Python 3.6 the packages
# are split between non-modular RHEL and the python36 module,
# and so it was easier and less confusing to keep the prefix at
# python3- except for the devel/debug/rpm/macros packages.
%_with_python36_module 1
components:
rpms:
python-PyMySQL:
rationale: Python adapter for the MySQL/MariaDB databases
ref: changed/i8c-beta-stream-3.6/python-PyMySQL-0.10.1-2.module+el8.10.0+20784+edafcd43
buildorder: 20
python-distro:
rationale: Linux Distribution - a Linux OS platform information API
ref: changed/i8c-beta-stream-3.6/python-distro-1.4.0-2.module+el8.10.0+20784+edafcd43
buildorder: 20
python-docs:
rationale: Documentation for Python
ref: changed/i8c-beta-stream-3.6/python-docs-3.6.7-2.module+el8.10.0+20784+edafcd43
buildorder: 20
python-docutils:
rationale: System for processing plaintext documentation
ref: changed/i8c-beta-stream-3.6/python-docutils-0.14-12.module+el8.10.0+20784+edafcd43
buildorder: 20
python-nose:
rationale: Discovery-based unit test extension for Python
ref: changed/i8c-beta-stream-3.6/python-nose-1.3.7-31.module+el8.10.0+20784+edafcd43
buildorder: 20
python-pygments:
rationale: Syntax highlighting engine written in Python
ref: changed/i8c-beta-stream-3.6/python-pygments-2.2.0-22.module+el8.10.0+20784+edafcd43
buildorder: 20
python-pymongo:
rationale: Python driver for MongoDB
ref: changed/i8c-beta-stream-3.6/python-pymongo-3.7.0-1.module+el8.10.0+20784+edafcd43
buildorder: 20
python-sqlalchemy:
rationale: Modular and flexible ORM library for python
ref: changed/i8c-beta-stream-3.6/python-sqlalchemy-1.3.2-3.module+el8.10.0+20981+3704b446
buildorder: 20
python-virtualenv:
rationale: Tool to create isolated Python environments
ref: changed/i8c-beta-stream-3.6/python-virtualenv-15.1.0-22.module+el8.10.0+20784+edafcd43
buildorder: 30
python-wheel:
rationale: Built-package format for Python
ref: changed/i8c-beta-stream-3.6/python-wheel-0.31.1-3.module+el8.10.0+20784+edafcd43
buildorder: 20
python36:
rationale: Contains the symlink to the platform-python interpreter. Also contains
python36-rpm-macros needed to build the remaining packages.
ref: changed/i8c-beta-stream-3.6/python36-3.6.8-39.module+el8.10.0+20784+edafcd43
buildorder: 10
scipy:
rationale: Scientific Tools for Python
ref: changed/i8c-beta-stream-3.6/scipy-1.0.0-21.module+el8.10.0+20784+edafcd43
buildorder: 20
...