document: modulemd version: 2 data: name: python27 stream: "2.7" summary: Python programming language, version 2.7 description: |- This module provides the Python 2.7 interpreter and additional Python packages the users might need. license: module: - MIT dependencies: - buildrequires: platform: - el8 python27: - "2.7" requires: platform: - el8 references: community: https://www.python.org/ documentation: https://docs.python.org/2.7/ profiles: common: rpms: - python2 - python2-libs - python2-pip - python2-setuptools api: rpms: - babel - python-sqlalchemy-doc - python2 - python2-Cython - python2-PyMySQL - python2-attrs - python2-babel - python2-backports - python2-backports-ssl_match_hostname - python2-bson - python2-chardet - python2-coverage - python2-debug - python2-devel - python2-dns - python2-docs - python2-docs-info - python2-docutils - python2-funcsigs - python2-idna - python2-ipaddress - python2-jinja2 - python2-libs - python2-lxml - python2-markupsafe - python2-mock - python2-nose - python2-numpy - python2-numpy-doc - python2-numpy-f2py - python2-pip - python2-pluggy - python2-psycopg2 - python2-psycopg2-debug - python2-psycopg2-tests - python2-py - python2-pygments - python2-pymongo - python2-pymongo-gridfs - python2-pysocks - python2-pytest - python2-pytest-mock - python2-pytz - python2-pyyaml - python2-requests - python2-rpm-macros - python2-scipy - python2-setuptools - python2-setuptools_scm - python2-six - python2-sqlalchemy - python2-test - python2-tkinter - python2-tools - python2-urllib3 - python2-virtualenv - python2-wheel filter: rpms: - python3-Cython - python3-PyMySQL - python3-PyYAML - python3-attrs - python3-babel - python3-bson - python3-chardet - python3-coverage - python3-docutils - python3-idna - python3-jinja2 - python3-markupsafe - python3-mock - python3-nose - python3-numpy - python3-numpy-doc - python3-numpy-f2py - python3-pluggy - python3-psycopg2 - python3-psycopg2-debug - python3-psycopg2-tests - python3-py - python3-pygments - python3-pymongo - python3-pymongo-gridfs - python3-pysocks - python3-pytest - python3-pytest-mock - python3-pytz - python3-requests - python3-scipy - python3-setuptools_scm - python3-six - python3-sqlalchemy - python3-urllib3 - python3-virtualenv buildopts: rpms: macros: | # Note that we cannot disable building of all Python 3 subpackages, # because python2-devel (needed to build all Python 2 packages) # has a runtime dependency on python3-rpm-generators, and that # package requires python3-setuptools at runtime. By rebuilding # python-setuptools SRPM with only python2, we overshadow the # already built python3 subpackage and it is no longer # available for python3-rpm-generators when building python-pip # (or any other Python package). # We can disable Python 3 in all packages but ... %_without_python3 1 # ... we have to have a way to enable some of them as described # above. With this macro, we can add some module-specific # conditions for python3-* subpackages and other special cases. # %_with_python27_module 1 # for: python-jinja2 %_with_python2 1 # to solve circular dependency between pytest and [attrs, pluggy] # %_without_tests 1 components: rpms: Cython: rationale: Language for writing Python extension modules. Build dependency of numpy and PyYAML ref: b71e40fada316afa05a6ec969407113252840748 PyYAML: rationale: YAML parser and emitter for Python ref: 37aa43e76e870824aa4db5404712b1a47fb785c6 babel: rationale: Tools for internationalizing Python applications ref: 56b07f1c0433875b6e8fe01fd7ffe4f4aa8433b6 numpy: rationale: A fast multidimensional array facility for Python ref: 75782ae37dd92d11910a7646e3d8f638744e35f9 pytest: rationale: Simple powerful testing with Python ref: c185bfc3dd7f0cdf83c6a02b4da118ce05f13f51 python-PyMySQL: rationale: Python adapter for the MySQL/MariaDB databases ref: e192361536e7cdd4f786ea7748f86fbfde1e8439 python-attrs: rationale: Python attributes without boilerplate ref: 721c312c7f7505279ef08b328882d08880590124 python-backports: rationale: Namespace for backported Python features ref: 56ef2fdc4070641e46146fdab0488d102739f978 python-backports-ssl_match_hostname: rationale: The ssl.match_hostname() function from Python 3. Dependency of urllib3/requests. ref: e7024b7e6de5d23b354dcc2162456a4425879339 python-chardet: rationale: Character encoding auto-detection in Python. Dependency of requests. ref: 336ae2b8ce74f68e4250684a648aa884e487d17f python-coverage: rationale: Code coverage testing module for Python ref: c5050e2645e64ec4cec9c07dcf2bc74044d0b2b0 python-dns: rationale: DNS toolkit for Python. Useful package for IPA and mailman. ref: 43c608bfef31cd2b936fdea427886594d3897245 python-docs: rationale: Documentation for Python ref: 980702cff24b6bc66b8345acc25d6a45e21e8265 python-docutils: rationale: System for processing plaintext documentation ref: 21268b740531c9b26c5ce820189dc33fafb87e27 python-funcsigs: rationale: Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+. Dependency of Pytest and mock. ref: 770d539c149ee8fb0c4ffc4a9271ebdaa24e8f63 python-idna: rationale: Internationalized Domain Names in Applications (IDNA). Dependency of requests. ref: 3db172980aac9fe4506beec14574ed44136c7e8e python-ipaddress: rationale: Port of the python 3.3+ ipaddress module to 2.6+. Dependency of urllib3/requests. ref: 6c4abb1b3f715731abdfc657f332b63b1e78ca63 python-jinja2: rationale: General purpose template engine ref: a8236459fa65f780f0dfee8aa2630a88ca502f44 python-lxml: rationale: XML processing library ref: b869c81a4b27e198243c88795e24e190db0ec7f0 python-markupsafe: rationale: Implements a XML/HTML/XHTML Markup safe string for Python ref: 9dc0cb51218d64c8d9c5c8588008b9400896dcc0 python-mock: rationale: A Python Mocking and Patching Library for Testing ref: ba22d3df5e38b529431847a242f2e7c514e6a54e python-nose: rationale: Discovery-based unit test extension for Python ref: ce0c79e084d069b8ae36ea56798e8d1e3eeffdd7 python-pluggy: rationale: The plugin manager stripped of pytest specific details ref: 2ce026137ed6961ac3a350cef013fabb00bdfd3e python-psycopg2: rationale: Python adapter for the PostgreSQL database ref: 32efbdbc7fe6ab1592867befd62a76e2103e7289 python-py: rationale: Library with cross-python path, ini-parsing, io, code, log facilities ref: 10acf308b79da9a1df3d4cd176b94dd759ab986d python-pygments: rationale: Syntax highlighting engine written in Python ref: 8a5f96fb2ba1d817111de7f7769c72226d21d9a7 python-pymongo: rationale: Python driver for MongoDB ref: c603741577f1aa9bcff5eccc51a72c8e3ca780c4 python-pysocks: rationale: A Python SOCKS client module. Dependency of urllib3/requests. ref: fe9f013a4a91c7e1269284737d1b1a1109b209b4 python-pytest-mock: rationale: Thin-wrapper around the mock package for easier use with py.test. Build dependency of requests. ref: 59593237b4e30623910f105d7d18ca33ace5b9ca python-requests: rationale: HTTP library, written in Python, for human beings ref: 408ccf987df5d70773510164a0b464d6e4624c57 python-setuptools_scm: rationale: Blessed package to manage your versions by scm tags. Build dependency of pytest and pytest-mock. ref: b6c187a0b583aaf90ad03496af65d09010f04bfc python-sqlalchemy: rationale: Modular and flexible ORM library for python ref: 1972adf2a4f165e11429389dc0dc0847e6a80aa7 python-urllib3: rationale: Python HTTP library with thread-safe connection pooling and file post. Dependency of requests. ref: e671e52bf37f56a11f5e20b0acd6e4e0b80e245d python-virtualenv: rationale: Tool to create isolated Python environments ref: 756ee55f543e37afcfb242346eb80324c3275344 python-wheel: rationale: Used for unbundling of pip and setuptools ref: 86cafd63acb4742af2837ccffe6edf3f6024daa0 python2: rationale: Main Python language interpreter ref: dcbf69b1420dd515df21109ae29282647eb15d62 python2-pip: rationale: Python Packaging ecosystem ref: 209491c06b45a5f3fbe05867a39189914bd33c6e python2-rpm-macros: rationale: Python 2 RPM macros - dependency of python2-devel ref: b3bd5ed79fcd29d3985952b7b75d4860f5a56410 python2-setuptools: rationale: Python Packaging ecosystem ref: 743099f29bb2069ce965a365fdd885b6a660981a python2-six: rationale: Python 2 and 3 compatibility utilities ref: 6875cbad50310e20919900aa6d9830091be53fe6 pytz: rationale: Runtime requires of babel, and python2-babel ref: bb2290f49ff2396c7c4e67f00c4ba04df0510109 scipy: rationale: Scientific Tools for Python ref: 8dc79e11aaa14d18e2bf52ecc887c064e7bf299f