--- document: modulemd version: 2 data: name: python36 stream: 3.6 version: 8000020190622145911 context: d8b9a78a 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 xmd: mbs: mse: TRUE buildrequires: mongodb: ref: be00d4196a8a41eece118a27c9b7b785e7e65727 stream: 3.6 context: d3efbc1e version: 8000020190621230121 koji_tag: module-mongodb-3.6-8000020190621230121-d3efbc1e filtered_rpms: - python3-bson-0:3.6.1-5.module_el8.0.0+31+fdc76a87 - jul-to-slf4j-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - slf4j-javadoc-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - python3-cheetah-0:3.1.0-4.module_el8.0.0+31+fdc76a87 - jctools-parent-0:2.0.2-2.module_el8.0.0+31+fdc76a87 - slf4j-log4j12-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - netty-javadoc-0:4.1.13-5.module_el8.0.0+31+fdc76a87 - snappy-java-javadoc-0:1.1.2.4-8.module_el8.0.0+31+fdc76a87 - jctools-javadoc-0:2.0.2-2.module_el8.0.0+31+fdc76a87 - slf4j-ext-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - mongodb-test-0:3.6.8-1.module_el8.0.0+31+fdc76a87 - slf4j-manual-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - log4j-over-slf4j-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - jctools-experimental-0:2.0.2-2.module_el8.0.0+31+fdc76a87 - slf4j-sources-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - python3-pymongo-gridfs-0:3.6.1-5.module_el8.0.0+31+fdc76a87 - slf4j-jcl-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - mongo-tools-devel-0:3.6.6-1.module_el8.0.0+31+fdc76a87 - slf4j-jdk14-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - python3-pymongo-0:3.6.1-5.module_el8.0.0+31+fdc76a87 - jcl-over-slf4j-0:1.7.25-4.module_el8.0.0+31+fdc76a87 - python-pymongo-doc-0:3.6.1-5.module_el8.0.0+31+fdc76a87 - yaml-cpp-static-0:0.6.1-2.module_el8.0.0+31+fdc76a87 - yaml-cpp-devel-0:0.6.1-2.module_el8.0.0+31+fdc76a87 platform: ref: virtual stream: el8.0.0 context: 00000000 version: 3 koji_tag: module-centos-8.0.0-build stream_collision_modules: ursine_rpms: filtered_rpms: [] scmurl: git+https://git.centos.org/modules/python36.git?#b2b9e8ccc7b1ad85989be358e8f17a506615fa0b commit: b2b9e8ccc7b1ad85989be358e8f17a506615fa0b rpms: python-pymongo: ref: d536181bdd5af6d4d264d0278f4c2e9c5fcd2759 python-PyMySQL: ref: b4d23687c43c447aaabcc7222af637b1b5549bb5 python-wheel: ref: 52f6bcd8194d5442553535aaa815b9a13485d71a python-docs: ref: f375eb7989b9ee6d40d54f11a6cda5db291791cb python-pygments: ref: dd3d68d8eb73c067fee556a9485bd358bb4f7d2f python-nose: ref: 12ecc8081c7832ec2097ee61565478bac7afbeb8 python-sqlalchemy: ref: 82df94a92f274fbd8e9e75261bafb6e50c2ee2cc python36: ref: 4ab655437f6ca15be881ea1cf4cbfb061f8433db python-docutils: ref: cc382ee2675e555fb0e5e7a2f1b90b3692c54da0 scipy: ref: 4d01c8f45ceb75a3390aa87deeaf5b9bad795b8f python-virtualenv: ref: d98baee53300656ed0e9618c5f9acb341d853e8c dependencies: - buildrequires: mongodb: [3.6] platform: [el8.0.0] requires: platform: [el8.0.0] 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-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 repository: git+https://git.centos.org/rpms/python-PyMySQL cache: https://git.centos.org/repo/pkgs/python-PyMySQL ref: b4d23687c43c447aaabcc7222af637b1b5549bb5 buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] python-docs: rationale: Documentation for Python repository: git+https://git.centos.org/rpms/python-docs cache: https://git.centos.org/repo/pkgs/python-docs ref: f375eb7989b9ee6d40d54f11a6cda5db291791cb buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] python-docutils: rationale: System for processing plaintext documentation repository: git+https://git.centos.org/rpms/python-docutils cache: https://git.centos.org/repo/pkgs/python-docutils ref: cc382ee2675e555fb0e5e7a2f1b90b3692c54da0 buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] python-nose: rationale: Discovery-based unit test extension for Python repository: git+https://git.centos.org/rpms/python-nose cache: https://git.centos.org/repo/pkgs/python-nose ref: 12ecc8081c7832ec2097ee61565478bac7afbeb8 buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] python-pygments: rationale: Syntax highlighting engine written in Python repository: git+https://git.centos.org/rpms/python-pygments cache: https://git.centos.org/repo/pkgs/python-pygments ref: dd3d68d8eb73c067fee556a9485bd358bb4f7d2f buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] python-pymongo: rationale: Python driver for MongoDB repository: git+https://git.centos.org/rpms/python-pymongo cache: https://git.centos.org/repo/pkgs/python-pymongo ref: d536181bdd5af6d4d264d0278f4c2e9c5fcd2759 buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] python-sqlalchemy: rationale: Modular and flexible ORM library for python repository: git+https://git.centos.org/rpms/python-sqlalchemy cache: https://git.centos.org/repo/pkgs/python-sqlalchemy ref: 82df94a92f274fbd8e9e75261bafb6e50c2ee2cc buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] python-virtualenv: rationale: Tool to create isolated Python environments repository: git+https://git.centos.org/rpms/python-virtualenv cache: https://git.centos.org/repo/pkgs/python-virtualenv ref: d98baee53300656ed0e9618c5f9acb341d853e8c buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] python-wheel: rationale: Built-package format for Python repository: git+https://git.centos.org/rpms/python-wheel cache: https://git.centos.org/repo/pkgs/python-wheel ref: 52f6bcd8194d5442553535aaa815b9a13485d71a buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] python36: rationale: Contains the symlink to the platform-python interpreter. Also contains python36-rpm-macros needed to build the remaining packages. repository: git+https://git.centos.org/rpms/python36 cache: https://git.centos.org/repo/pkgs/python36 ref: 4ab655437f6ca15be881ea1cf4cbfb061f8433db buildorder: 10 arches: [aarch64, i686, ppc64le, x86_64] scipy: rationale: Scientific Tools for Python repository: git+https://git.centos.org/rpms/scipy cache: https://git.centos.org/repo/pkgs/scipy ref: 4d01c8f45ceb75a3390aa87deeaf5b9bad795b8f buildorder: 20 arches: [aarch64, i686, ppc64le, x86_64] ...