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: 55756d7e282707a6b56b23cc414695c8792c20ce PyYAML: rationale: YAML parser and emitter for Python ref: b45503a72c780b0cbede8454e137dac92a724a00 babel: rationale: Tools for internationalizing Python applications ref: 1693daf976a243878416f14aa6b2d7dfb96e61c4 numpy: rationale: A fast multidimensional array facility for Python ref: faa07ac92278987f7f61d7de405975875bcf5e13 pytest: rationale: Simple powerful testing with Python ref: c32f0ea4eca0b2d2fae9c8e654ef3809a60774e1 python-PyMySQL: rationale: Python adapter for the MySQL/MariaDB databases ref: 5b80996a568ccf3ba11344a1101a4d7c0bcab122 python-attrs: rationale: Python attributes without boilerplate ref: 5e5a5ae8bc761b08914b83b78be1fc3da72aa0c3 python-backports: rationale: Namespace for backported Python features ref: 3088bbb646b4c3feefad61cf70b39d34fbff9c5d python-backports-ssl_match_hostname: rationale: The ssl.match_hostname() function from Python 3. Dependency of urllib3/requests. ref: 5d03e6a1f3e6a85c454c65cf17e5d9dfcaa2f893 python-chardet: rationale: Character encoding auto-detection in Python. Dependency of requests. ref: 9a663e849bafd3d92faa46642f09a63ddb8a7121 python-coverage: rationale: Code coverage testing module for Python ref: d5aee86810d6e3a45a44678d00387537d0e01646 python-dns: rationale: DNS toolkit for Python. Useful package for IPA and mailman. ref: 2e8ad556c82a5c42cb59be5d82387c17c0a4f084 python-docs: rationale: Documentation for Python ref: 182b1ee7d55779d09edc7c56634563cd25c44988 python-docutils: rationale: System for processing plaintext documentation ref: 77f4d74b3935cf924904d4e71cbc25c65e856fb2 python-funcsigs: rationale: Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+. Dependency of Pytest and mock. ref: dd1e5b41a48a4712538dfb28589ba5a703afa75a python-idna: rationale: Internationalized Domain Names in Applications (IDNA). Dependency of requests. ref: 9c88ddf5e46e9db78c06b3b2e2ae3dad362df014 python-ipaddress: rationale: Port of the python 3.3+ ipaddress module to 2.6+. Dependency of urllib3/requests. ref: 8e2ce1ddf538aebb873414a8781b5f16d4a6337d python-jinja2: rationale: General purpose template engine ref: c2e17c426c14aaf19f7601b52f9b01b96931ab39 python-lxml: rationale: XML processing library ref: a8bfc7d5a071f7d601542de9840869c460ce4bc5 python-markupsafe: rationale: Implements a XML/HTML/XHTML Markup safe string for Python ref: 3116c4f7919b3e909c6bd3eec8298361d075d42c python-mock: rationale: A Python Mocking and Patching Library for Testing ref: c802c838448da250c5cf502443d7496546dcd7d9 python-nose: rationale: Discovery-based unit test extension for Python ref: 8430d120334b37433424795c1a1ec97a780118a1 python-pluggy: rationale: The plugin manager stripped of pytest specific details ref: b828690e5150e48ab511da60029b1ff404d60e42 python-psycopg2: rationale: Python adapter for the PostgreSQL database ref: 74b44cf7d274c3a5c477811fa892bd5a9b2583d2 python-py: rationale: Library with cross-python path, ini-parsing, io, code, log facilities ref: 80327fc45be43c788700b83ebf0f43a67314b35f python-pygments: rationale: Syntax highlighting engine written in Python ref: 8377cbdc672d1b3987dec19fc9267008042ea536 python-pymongo: rationale: Python driver for MongoDB ref: 675de28d9b52bcc2d0160317b328ce546427f232 python-pysocks: rationale: A Python SOCKS client module. Dependency of urllib3/requests. ref: b66d0e090e5e0b2095b36ce30a21978147a68c75 python-pytest-mock: rationale: Thin-wrapper around the mock package for easier use with py.test. Build dependency of requests. ref: d6a0fac680b409d418f42c59661f1fcc3a76b23d python-requests: rationale: HTTP library, written in Python, for human beings ref: f264ac940a1b78614b8d1afa92293ea74647b826 python-setuptools_scm: rationale: Blessed package to manage your versions by scm tags. Build dependency of pytest and pytest-mock. ref: ac8172d738770170dc5d3b30fe02c5ead57685cf python-sqlalchemy: rationale: Modular and flexible ORM library for python ref: ed7c0c9b8a2421ee31980b838ce215875b4683c0 python-urllib3: rationale: Python HTTP library with thread-safe connection pooling and file post. Dependency of requests. ref: 641bd802c69823cfb3d79033431d14966b729b95 python-virtualenv: rationale: Tool to create isolated Python environments ref: 9ffc49489fb2159a474180ec721481a9cb1d5ed7 python-wheel: rationale: Used for unbundling of pip and setuptools ref: d7c087c840bada8b48c5f3e8c1d28702bae71b8d python2: rationale: Main Python language interpreter ref: a8f29fac8befdded1c7108c284fd98c0a1c46ca1 python2-pip: rationale: Python Packaging ecosystem ref: d5ceb902651fac043e2cc10fb2a113538c6dc6dc python2-rpm-macros: rationale: Python 2 RPM macros - dependency of python2-devel ref: 61ab7b8489411336b69ab80501fe63e2f16516ac python2-setuptools: rationale: Python Packaging ecosystem ref: 7b2719f9d35a11818915db4c2b6838b985605907 python2-six: rationale: Python 2 and 3 compatibility utilities ref: ce3d2af0d0be2b8923c3d4e95b03f4d095ba6bc1 pytz: rationale: Runtime requires of babel, and python2-babel ref: 6f8e69e733e7791a7b1bccf1d7ca3960bdfe17db scipy: rationale: Scientific Tools for Python ref: 0d2c6511023654fc5d2d15a65274fdb260783c86