import python36-3.6-8030020200515150628.24f1489c
This commit is contained in:
parent
164638e7d0
commit
61c33603d7
@ -1,47 +1,39 @@
|
|||||||
|
---
|
||||||
document: modulemd
|
document: modulemd
|
||||||
version: 2
|
version: 2
|
||||||
data:
|
data:
|
||||||
name: python36
|
name: python36
|
||||||
stream: 3.6
|
stream: 3.6
|
||||||
summary: Python programming language, version 3.6
|
summary: Python programming language, version 3.6
|
||||||
description: |-
|
description: >-
|
||||||
This module gives users access to the internal Python 3.6 in RHEL8, as
|
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.
|
well as provides some additional Python packages the users might need.
|
||||||
|
|
||||||
In addition to these you can install any python3-* package available
|
In addition to these you can install any python3-* package available
|
||||||
|
|
||||||
in RHEL and use it with Python from this module.
|
in RHEL and use it with Python from this module.
|
||||||
license:
|
license:
|
||||||
module:
|
module:
|
||||||
- MIT
|
- MIT
|
||||||
dependencies:
|
dependencies:
|
||||||
- buildrequires:
|
- buildrequires:
|
||||||
platform: [el8]
|
|
||||||
# python-pymongo needs mongodb for tests
|
|
||||||
# - mongodb version `3.6` being the same as version of Python 3.6
|
|
||||||
# is a coincidence.
|
|
||||||
mongodb: [3.6]
|
mongodb: [3.6]
|
||||||
|
platform: [el8]
|
||||||
requires:
|
requires:
|
||||||
platform: [el8]
|
platform: [el8]
|
||||||
references:
|
references:
|
||||||
community: https://www.python.org/
|
community: https://www.python.org/
|
||||||
documentation: https://docs.python.org/3.6/
|
documentation: https://docs.python.org/3.6/
|
||||||
profiles:
|
profiles:
|
||||||
common:
|
|
||||||
rpms:
|
|
||||||
- python36
|
|
||||||
build:
|
build:
|
||||||
rpms:
|
rpms:
|
||||||
- python36
|
- python36
|
||||||
- python36-devel
|
- python36-devel
|
||||||
- python36-rpm-macros
|
- python36-rpm-macros
|
||||||
filter:
|
common:
|
||||||
rpms:
|
rpms:
|
||||||
- python2-PyMySQL
|
- python36
|
||||||
- python2-docutils
|
|
||||||
- python2-nose
|
|
||||||
- python2-pygments
|
|
||||||
- python2-scipy
|
|
||||||
- python2-sqlalchemy
|
|
||||||
- python2-virtualenv
|
|
||||||
api:
|
api:
|
||||||
rpms:
|
rpms:
|
||||||
- python-sqlalchemy-doc
|
- python-sqlalchemy-doc
|
||||||
@ -63,6 +55,15 @@ data:
|
|||||||
- python36-debug
|
- python36-debug
|
||||||
- python36-devel
|
- python36-devel
|
||||||
- python36-rpm-macros
|
- python36-rpm-macros
|
||||||
|
filter:
|
||||||
|
rpms:
|
||||||
|
- python2-PyMySQL
|
||||||
|
- python2-docutils
|
||||||
|
- python2-nose
|
||||||
|
- python2-pygments
|
||||||
|
- python2-scipy
|
||||||
|
- python2-sqlalchemy
|
||||||
|
- python2-virtualenv
|
||||||
buildopts:
|
buildopts:
|
||||||
rpms:
|
rpms:
|
||||||
macros: |
|
macros: |
|
||||||
@ -80,73 +81,53 @@ data:
|
|||||||
%_with_python36_module 1
|
%_with_python36_module 1
|
||||||
components:
|
components:
|
||||||
rpms:
|
rpms:
|
||||||
python36:
|
|
||||||
# This package needs to be built before all others due to containing python36-rpm-macros
|
|
||||||
rationale:
|
|
||||||
Contains the symlink to the platform-python interpreter.
|
|
||||||
Also contains python36-rpm-macros needed to build the
|
|
||||||
remaining packages.
|
|
||||||
ref: stream-3.6-rhel-8.1.0
|
|
||||||
buildorder: 10
|
|
||||||
python-PyMySQL:
|
python-PyMySQL:
|
||||||
rationale: Python adapter for the MySQL/MariaDB databases
|
rationale: Python adapter for the MySQL/MariaDB databases
|
||||||
# PyMySQL [0] vs. mysqlclient-python [1]
|
ref: stream-0.8.0-rhel-8.3.0
|
||||||
# - PyMySQL was originally chosen for the rh-python35 RH
|
|
||||||
# Software collection due to the opinion that maintaining
|
|
||||||
# mysqlclient-python would take much more resources (bad
|
|
||||||
# communication with upstream, backward incompatibilities in
|
|
||||||
# test suite, ...)[2]. PyMySQL was deemed the better
|
|
||||||
# alternative.
|
|
||||||
# - When creating this module, this decision was reassessed,
|
|
||||||
# because mysqlclient-python seems to be faster than PyMySQL,
|
|
||||||
# but the choice was reaffirmed due to the customers already
|
|
||||||
# being familiar with PyMySQL from the abovementioned RHSCLs,
|
|
||||||
# and due to wider popularity of PyMySQL upstream.[3]
|
|
||||||
# [0] https://github.com/PyMySQL/PyMySQL
|
|
||||||
# [1] https://github.com/PyMySQL/mysqlclient-python
|
|
||||||
# [2] https://bugzilla.redhat.com/show_bug.cgi?id=1012475
|
|
||||||
# [3] python-maint@redhat.com mailing list, 2018-04-30, subject
|
|
||||||
# "python-MySQL vs PyMySQL"
|
|
||||||
ref: stream-0.8.0-rhel-8.1.0
|
|
||||||
buildorder: 20
|
|
||||||
python-docutils:
|
|
||||||
rationale: System for processing plaintext documentation
|
|
||||||
ref: stream-0.14-rhel-8.1.0
|
|
||||||
buildorder: 20
|
|
||||||
python-nose:
|
|
||||||
rationale: Discovery-based unit test extension for Python
|
|
||||||
ref: stream-1.3.7-rhel-8.1.0
|
|
||||||
buildorder: 20
|
|
||||||
python-pygments:
|
|
||||||
rationale: Syntax highlighting engine written in Python
|
|
||||||
ref: stream-2.2.0-rhel-8.1.0
|
|
||||||
buildorder: 20
|
|
||||||
python-pymongo:
|
|
||||||
# Package maintainer: mskalick
|
|
||||||
rationale: Python driver for MongoDB
|
|
||||||
ref: stream-3.6.1-rhel-8.1.0
|
|
||||||
buildorder: 20
|
|
||||||
python-sqlalchemy:
|
|
||||||
rationale: Modular and flexible ORM library for python
|
|
||||||
ref: stream-1.3.2-rhel-8.1.0
|
|
||||||
buildorder: 20
|
|
||||||
python-wheel:
|
|
||||||
rationale: Built-package format for Python
|
|
||||||
ref: stream-0.30.0-rhel-8.1.0
|
|
||||||
buildorder: 20
|
|
||||||
scipy:
|
|
||||||
rationale: Scientific Tools for Python
|
|
||||||
ref: stream-1.0.0-rhel-8.1.0
|
|
||||||
buildorder: 20
|
|
||||||
python-docs:
|
|
||||||
rationale: Documentation for Python
|
|
||||||
ref: stream-3.6-rhel-8.1.0
|
|
||||||
buildorder: 20
|
buildorder: 20
|
||||||
python-distro:
|
python-distro:
|
||||||
rationale: Linux Distribution - a Linux OS platform information API
|
rationale: Linux Distribution - a Linux OS platform information API
|
||||||
ref: stream-1.4-rhel-8.1.0
|
ref: stream-1.4-rhel-8.3.0
|
||||||
|
buildorder: 20
|
||||||
|
python-docs:
|
||||||
|
rationale: Documentation for Python
|
||||||
|
ref: stream-3.6-rhel-8.3.0
|
||||||
|
buildorder: 20
|
||||||
|
python-docutils:
|
||||||
|
rationale: System for processing plaintext documentation
|
||||||
|
ref: stream-0.14-rhel-8.3.0
|
||||||
|
buildorder: 20
|
||||||
|
python-nose:
|
||||||
|
rationale: Discovery-based unit test extension for Python
|
||||||
|
ref: stream-1.3.7-rhel-8.3.0
|
||||||
|
buildorder: 20
|
||||||
|
python-pygments:
|
||||||
|
rationale: Syntax highlighting engine written in Python
|
||||||
|
ref: stream-2.2.0-rhel-8.3.0
|
||||||
|
buildorder: 20
|
||||||
|
python-pymongo:
|
||||||
|
rationale: Python driver for MongoDB
|
||||||
|
ref: stream-3.6.1-rhel-8.3.0
|
||||||
|
buildorder: 20
|
||||||
|
python-sqlalchemy:
|
||||||
|
rationale: Modular and flexible ORM library for python
|
||||||
|
ref: stream-1.3.2-rhel-8.3.0
|
||||||
buildorder: 20
|
buildorder: 20
|
||||||
python-virtualenv:
|
python-virtualenv:
|
||||||
rationale: Tool to create isolated Python environments
|
rationale: Tool to create isolated Python environments
|
||||||
ref: stream-15.1.0-rhel-8.1.0
|
ref: stream-15.1.0-rhel-8.3.0
|
||||||
buildorder: 30
|
buildorder: 30
|
||||||
|
python-wheel:
|
||||||
|
rationale: Built-package format for Python
|
||||||
|
ref: stream-0.30.0-rhel-8.3.0
|
||||||
|
buildorder: 20
|
||||||
|
python36:
|
||||||
|
rationale: Contains the symlink to the platform-python interpreter. Also contains
|
||||||
|
python36-rpm-macros needed to build the remaining packages.
|
||||||
|
ref: stream-3.6-rhel-8.3.0
|
||||||
|
buildorder: 10
|
||||||
|
scipy:
|
||||||
|
rationale: Scientific Tools for Python
|
||||||
|
ref: stream-1.0.0-rhel-8.3.0
|
||||||
|
buildorder: 20
|
||||||
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user