---
document: modulemd
version: 2
data:
name: python27
stream: "2.7"
version: 8100020240523105808
context: 5f0f67de
arch: x86_64
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
content:
- ASL 2.0
- ASL 2.0 and MIT
- ASL 2.0 and MIT and (MIT or GPLv2)
- BSD
- BSD and Boost and Public Domain
- BSD and Python
- BSD and Python and Unicode
- LGPLv2
- LGPLv2+ and Public Domain
- LGPLv3+ with exceptions
- MIT
- MIT and Public Domain
- MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0
or BSD)
- Public Domain
- Public Domain and BSD and Python and GPLv3+
- Python
xmd: {}
dependencies:
- buildrequires:
platform: [el8.10.0]
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: 1333b83da370e59dffa7ff269c212fda0609b7d3
arches: [aarch64, i686, x86_64]
PyYAML:
rationale: YAML parser and emitter for Python
ref: 27ee872ae31050c0550f0ecee6e9bb3f8caea847
arches: [aarch64, i686, x86_64]
babel:
rationale: Tools for internationalizing Python applications
ref: 9c64ca08a83bfc79607bb785ddfffd828ca78615
arches: [aarch64, i686, x86_64]
numpy:
rationale: A fast multidimensional array facility for Python
ref: fc5b231c2431da80daee04fbcaca00e848a8bbb6
arches: [aarch64, i686, x86_64]
pytest:
rationale: Simple powerful testing with Python
ref: 3826c742e645511ab0cdc6d2c744778a24461351
arches: [aarch64, i686, x86_64]
python-PyMySQL:
rationale: Python adapter for the MySQL/MariaDB databases
ref: 55d5b68c176dd7cf3939abfa1de03d23b505c1a1
arches: [aarch64, i686, x86_64]
python-attrs:
rationale: Python attributes without boilerplate
ref: 3718d29bb8796503ced11f3e2192d284957d8897
arches: [aarch64, i686, x86_64]
python-backports:
rationale: Namespace for backported Python features
ref: c248a4a462f78a0397cc0142b181143bf7409123
arches: [aarch64, i686, x86_64]
python-backports-ssl_match_hostname:
rationale: The ssl.match_hostname() function from Python 3. Dependency of
urllib3/requests.
ref: 07c486fb912016403eb818fbe60caf75512c66e6
arches: [aarch64, i686, x86_64]
python-chardet:
rationale: Character encoding auto-detection in Python. Dependency of requests.
ref: 68fb44b72a4c49dd6cbbe9dc58fe0e12df5781c9
arches: [aarch64, i686, x86_64]
python-coverage:
rationale: Code coverage testing module for Python
ref: ecf9903b938051d006d783247308588f5c64203f
arches: [aarch64, i686, x86_64]
python-dns:
rationale: DNS toolkit for Python. Useful package for IPA and mailman.
ref: a948b4be9d2676d33cc544b6ee3e14f671621776
arches: [aarch64, i686, x86_64]
python-docs:
rationale: Documentation for Python
ref: b1a92c529e5f6b115a2ebb68a246a4e478d71ecb
arches: [aarch64, i686, x86_64]
python-docutils:
rationale: System for processing plaintext documentation
ref: 3d583caf5599f34f3479bb946716615fd8124e72
arches: [aarch64, i686, x86_64]
python-funcsigs:
rationale: Python function signatures from PEP362 for Python 2.6, 2.7 and
3.2+. Dependency of Pytest and mock.
ref: def9a2f1ea67d52f3e42dbe2fb4b3e14a732534d
arches: [aarch64, i686, x86_64]
python-idna:
rationale: Internationalized Domain Names in Applications (IDNA). Dependency
of requests.
ref: fb466e8c438dbbb0c1ed2eccee0292c4910e209a
arches: [aarch64, i686, x86_64]
python-ipaddress:
rationale: Port of the python 3.3+ ipaddress module to 2.6+. Dependency of
urllib3/requests.
ref: 07e0a284064528f0b21d1b64db68bba4154dae5d
arches: [aarch64, i686, x86_64]
python-jinja2:
rationale: General purpose template engine
ref: eab2cc5730d4ed1889f46581fb849ed426a15219
arches: [aarch64, i686, x86_64]
python-lxml:
rationale: XML processing library
ref: 7b66f90cf192e44f6e3020327b52735836a044af
arches: [aarch64, i686, x86_64]
python-markupsafe:
rationale: Implements a XML/HTML/XHTML Markup safe string for Python
ref: 0ebb453e84a53b56535a35c7a21c9afa63d8be9d
arches: [aarch64, i686, x86_64]
python-mock:
rationale: A Python Mocking and Patching Library for Testing
ref: 3c6a95e1e53ee094f64858bf736984cc8adaabe2
arches: [aarch64, i686, x86_64]
python-nose:
rationale: Discovery-based unit test extension for Python
ref: 57627d0597fab6eead92e977232d407ea623d143
arches: [aarch64, i686, x86_64]
python-pluggy:
rationale: The plugin manager stripped of pytest specific details
ref: 0e96092d378c8bb948dc674a7ee1e9a8d581ec02
arches: [aarch64, i686, x86_64]
python-psycopg2:
rationale: Python adapter for the PostgreSQL database
ref: efb87a367c3129f8254a369049acb33793ac7e6f
arches: [aarch64, i686, x86_64]
python-py:
rationale: Library with cross-python path, ini-parsing, io, code, log facilities
ref: 9098c97db84b6ea782e524d90453d87fc5ab47cc
arches: [aarch64, i686, x86_64]
python-pygments:
rationale: Syntax highlighting engine written in Python
ref: 5b29e9de541a12b2d5ff390bd99492cf7616f85f
arches: [aarch64, i686, x86_64]
python-pymongo:
rationale: Python driver for MongoDB
ref: 9886e1578b8dbadfbdddf1d634f672cfb32f25b5
arches: [aarch64, i686, x86_64]
python-pysocks:
rationale: A Python SOCKS client module. Dependency of urllib3/requests.
ref: f252f45a70699cfc3a03bf500b8338df0fd3b532
arches: [aarch64, i686, x86_64]
python-pytest-mock:
rationale: Thin-wrapper around the mock package for easier use with py.test.
Build dependency of requests.
ref: 1ccaf687902c88d9fccb074c8cb39b414317153f
arches: [aarch64, i686, x86_64]
python-requests:
rationale: HTTP library, written in Python, for human beings
ref: fb60bc72c121d28d18a28950f63d990da20baac4
arches: [aarch64, i686, x86_64]
python-setuptools_scm:
rationale: Blessed package to manage your versions by scm tags. Build dependency
of pytest and pytest-mock.
ref: 9c32a9877a7aba74fb370a52b7eb2e719a79c3f5
arches: [aarch64, i686, x86_64]
python-sqlalchemy:
rationale: Modular and flexible ORM library for python
ref: 34f31c62aa0719e4a1efdb7e34b980fc979e0d2d
arches: [aarch64, i686, x86_64]
python-urllib3:
rationale: Python HTTP library with thread-safe connection pooling and file
post. Dependency of requests.
ref: 022316abad52de0192ce89b45d30851a2fe13152
arches: [aarch64, i686, x86_64]
python-virtualenv:
rationale: Tool to create isolated Python environments
ref: 0f49bf7682832d004e019dc39ca737596b13e7e2
arches: [aarch64, i686, x86_64]
python-wheel:
rationale: Used for unbundling of pip and setuptools
ref: 8068b0efe3d9358d8360480dc77a77fd527a38a2
arches: [aarch64, i686, x86_64]
python2:
rationale: Main Python language interpreter
ref: c94f8924c552594922385e33ff1492400b3760ea
arches: [aarch64, i686, x86_64]
python2-pip:
rationale: Python Packaging ecosystem
ref: 5d25e32bbf7f186a044a040a509a5ef37562f4c4
arches: [aarch64, i686, x86_64]
python2-rpm-macros:
rationale: Python 2 RPM macros - dependency of python2-devel
ref: 8a619a6fd4f0c22b01befcd372637bf945a3feb2
arches: [aarch64, i686, x86_64]
python2-setuptools:
rationale: Python Packaging ecosystem
ref: 025de4d07c7a9e0abb9f71960a8d5fbd3ff68a10
arches: [aarch64, i686, x86_64]
python2-six:
rationale: Python 2 and 3 compatibility utilities
ref: 33574e70275b0957bb62543361bb203a42b8d247
arches: [aarch64, i686, x86_64]
pytz:
rationale: Runtime requires of babel, and python2-babel
ref: 04603c73379a87308d66e8dd1ac99e06c64e15ca
arches: [aarch64, i686, x86_64]
scipy:
rationale: Scientific Tools for Python
ref: ef75d97ea415293f3fcc04b73f644da532bf30dd
arches: [aarch64, i686, x86_64]
artifacts:
rpms:
- Cython-0:0.28.1-7.module+el8.9.0+1531+a18208f5.src
- Cython-debugsource-0:0.28.1-7.module+el8.9.0+1531+a18208f5.x86_64
- PyYAML-0:3.12-16.module+el8.9.0+1531+a18208f5.src
- PyYAML-debugsource-0:3.12-16.module+el8.9.0+1531+a18208f5.x86_64
- babel-0:2.5.1-10.module+el8.9.0+1531+a18208f5.noarch
- babel-0:2.5.1-10.module+el8.9.0+1531+a18208f5.src
- numpy-1:1.14.2-16.module+el8.9.0+1531+a18208f5.src
- numpy-debugsource-1:1.14.2-16.module+el8.9.0+1531+a18208f5.x86_64
- pytest-0:3.4.2-13.module+el8.9.0+1531+a18208f5.src
- python-PyMySQL-0:0.8.0-10.module+el8.9.0+1531+a18208f5.src
- python-attrs-0:17.4.0-10.module+el8.9.0+1531+a18208f5.src
- python-backports-0:1.0-16.module+el8.9.0+1531+a18208f5.src
- python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.9.0+1531+a18208f5.src
- python-chardet-0:3.0.4-10.module+el8.9.0+1531+a18208f5.src
- python-coverage-0:4.5.1-5.module+el8.10.0+1817+0b01df83.src
- python-coverage-debugsource-0:4.5.1-5.module+el8.10.0+1817+0b01df83.x86_64
- python-dns-0:1.15.0-10.module+el8.9.0+1531+a18208f5.src
- python-docs-0:2.7.16-2.module+el8.9.0+1531+a18208f5.src
- python-docutils-0:0.14-12.module+el8.9.0+1531+a18208f5.src
- python-funcsigs-0:1.0.2-13.module+el8.9.0+1531+a18208f5.src
- python-idna-0:2.5-7.module+el8.9.0+1531+a18208f5.src
- python-ipaddress-0:1.0.18-6.module+el8.9.0+1531+a18208f5.src
- python-jinja2-0:2.10-10.module+el8.10.0+1813+4b021305.src
- python-lxml-0:4.2.3-6.module+el8.9.0+1531+a18208f5.src
- python-lxml-debugsource-0:4.2.3-6.module+el8.9.0+1531+a18208f5.x86_64
- python-markupsafe-0:0.23-19.module+el8.9.0+1531+a18208f5.src
- python-mock-0:2.0.0-13.module+el8.9.0+1531+a18208f5.src
- python-nose-0:1.3.7-31.module+el8.9.0+1531+a18208f5.src
- python-nose-docs-0:1.3.7-31.module+el8.9.0+1531+a18208f5.noarch
- python-pluggy-0:0.6.0-8.module+el8.9.0+1531+a18208f5.src
- python-psycopg2-0:2.7.5-8.module+el8.10.0+1817+0b01df83.src
- python-psycopg2-debuginfo-0:2.7.5-8.module+el8.10.0+1817+0b01df83.x86_64
- python-psycopg2-debugsource-0:2.7.5-8.module+el8.10.0+1817+0b01df83.x86_64
- python-psycopg2-doc-0:2.7.5-8.module+el8.10.0+1817+0b01df83.x86_64
- python-py-0:1.5.3-6.module+el8.9.0+1531+a18208f5.src
- python-pygments-0:2.2.0-22.module+el8.9.0+1531+a18208f5.src
- python-pymongo-0:3.7.0-1.module+el8.9.0+1531+a18208f5.src
- python-pymongo-debuginfo-0:3.7.0-1.module+el8.9.0+1531+a18208f5.x86_64
- python-pymongo-debugsource-0:3.7.0-1.module+el8.9.0+1531+a18208f5.x86_64
- python-pysocks-0:1.6.8-6.module+el8.9.0+1531+a18208f5.src
- python-pytest-mock-0:1.9.0-4.module+el8.9.0+1531+a18208f5.src
- python-requests-0:2.20.0-4.module+el8.10.0+1817+0b01df83.src
- python-setuptools_scm-0:1.15.7-6.module+el8.9.0+1531+a18208f5.src
- python-sqlalchemy-0:1.3.2-2.module+el8.9.0+1531+a18208f5.src
- python-sqlalchemy-doc-0:1.3.2-2.module+el8.9.0+1531+a18208f5.noarch
- python-urllib3-0:1.24.2-4.module+el8.10.0+1813+4b021305.src
- python-virtualenv-0:15.1.0-21.module+el8.9.0+1531+a18208f5.src
- python-wheel-1:0.31.1-3.module+el8.9.0+1531+a18208f5.src
- python2-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.src
- python2-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.x86_64
- python2-Cython-0:0.28.1-7.module+el8.9.0+1531+a18208f5.x86_64
- python2-Cython-debuginfo-0:0.28.1-7.module+el8.9.0+1531+a18208f5.x86_64
- python2-PyMySQL-0:0.8.0-10.module+el8.9.0+1531+a18208f5.noarch
- python2-attrs-0:17.4.0-10.module+el8.9.0+1531+a18208f5.noarch
- python2-babel-0:2.5.1-10.module+el8.9.0+1531+a18208f5.noarch
- python2-backports-0:1.0-16.module+el8.9.0+1531+a18208f5.x86_64
- python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.9.0+1531+a18208f5.noarch
- python2-bson-0:3.7.0-1.module+el8.9.0+1531+a18208f5.x86_64
- python2-bson-debuginfo-0:3.7.0-1.module+el8.9.0+1531+a18208f5.x86_64
- python2-chardet-0:3.0.4-10.module+el8.9.0+1531+a18208f5.noarch
- python2-coverage-0:4.5.1-5.module+el8.10.0+1817+0b01df83.x86_64
- python2-coverage-debuginfo-0:4.5.1-5.module+el8.10.0+1817+0b01df83.x86_64
- python2-debug-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.x86_64
- python2-debuginfo-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.x86_64
- python2-debugsource-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.x86_64
- python2-devel-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.x86_64
- python2-dns-0:1.15.0-10.module+el8.9.0+1531+a18208f5.noarch
- python2-docs-0:2.7.16-2.module+el8.9.0+1531+a18208f5.noarch
- python2-docs-info-0:2.7.16-2.module+el8.9.0+1531+a18208f5.noarch
- python2-docutils-0:0.14-12.module+el8.9.0+1531+a18208f5.noarch
- python2-funcsigs-0:1.0.2-13.module+el8.9.0+1531+a18208f5.noarch
- python2-idna-0:2.5-7.module+el8.9.0+1531+a18208f5.noarch
- python2-ipaddress-0:1.0.18-6.module+el8.9.0+1531+a18208f5.noarch
- python2-jinja2-0:2.10-10.module+el8.10.0+1813+4b021305.noarch
- python2-libs-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.x86_64
- python2-lxml-0:4.2.3-6.module+el8.9.0+1531+a18208f5.x86_64
- python2-lxml-debuginfo-0:4.2.3-6.module+el8.9.0+1531+a18208f5.x86_64
- python2-markupsafe-0:0.23-19.module+el8.9.0+1531+a18208f5.x86_64
- python2-mock-0:2.0.0-13.module+el8.9.0+1531+a18208f5.noarch
- python2-nose-0:1.3.7-31.module+el8.9.0+1531+a18208f5.noarch
- python2-numpy-1:1.14.2-16.module+el8.9.0+1531+a18208f5.x86_64
- python2-numpy-debuginfo-1:1.14.2-16.module+el8.9.0+1531+a18208f5.x86_64
- python2-numpy-doc-1:1.14.2-16.module+el8.9.0+1531+a18208f5.noarch
- python2-numpy-f2py-1:1.14.2-16.module+el8.9.0+1531+a18208f5.x86_64
- python2-pip-0:9.0.3-19.module+el8.9.0+1531+a18208f5.noarch
- python2-pip-0:9.0.3-19.module+el8.9.0+1531+a18208f5.src
- python2-pip-wheel-0:9.0.3-19.module+el8.9.0+1531+a18208f5.noarch
- python2-pluggy-0:0.6.0-8.module+el8.9.0+1531+a18208f5.noarch
- python2-psycopg2-0:2.7.5-8.module+el8.10.0+1817+0b01df83.x86_64
- python2-psycopg2-debug-0:2.7.5-8.module+el8.10.0+1817+0b01df83.x86_64
- python2-psycopg2-debug-debuginfo-0:2.7.5-8.module+el8.10.0+1817+0b01df83.x86_64
- python2-psycopg2-debuginfo-0:2.7.5-8.module+el8.10.0+1817+0b01df83.x86_64
- python2-psycopg2-tests-0:2.7.5-8.module+el8.10.0+1817+0b01df83.x86_64
- python2-py-0:1.5.3-6.module+el8.9.0+1531+a18208f5.noarch
- python2-pygments-0:2.2.0-22.module+el8.9.0+1531+a18208f5.noarch
- python2-pymongo-0:3.7.0-1.module+el8.9.0+1531+a18208f5.x86_64
- python2-pymongo-debuginfo-0:3.7.0-1.module+el8.9.0+1531+a18208f5.x86_64
- python2-pymongo-gridfs-0:3.7.0-1.module+el8.9.0+1531+a18208f5.x86_64
- python2-pysocks-0:1.6.8-6.module+el8.9.0+1531+a18208f5.noarch
- python2-pytest-0:3.4.2-13.module+el8.9.0+1531+a18208f5.noarch
- python2-pytest-mock-0:1.9.0-4.module+el8.9.0+1531+a18208f5.noarch
- python2-pytz-0:2017.2-13.module+el8.10.0+1817+0b01df83.noarch
- python2-pyyaml-0:3.12-16.module+el8.9.0+1531+a18208f5.x86_64
- python2-pyyaml-debuginfo-0:3.12-16.module+el8.9.0+1531+a18208f5.x86_64
- python2-requests-0:2.20.0-4.module+el8.10.0+1817+0b01df83.noarch
- python2-rpm-macros-0:3-38.module+el8.9.0+1531+a18208f5.noarch
- python2-rpm-macros-0:3-38.module+el8.9.0+1531+a18208f5.src
- python2-scipy-0:1.0.0-22.module+el8.10.0+1817+0b01df83.x86_64
- python2-scipy-debuginfo-0:1.0.0-22.module+el8.10.0+1817+0b01df83.x86_64
- python2-setuptools-0:39.0.1-14.module+el8.10.0+1813+4b021305.noarch
- python2-setuptools-0:39.0.1-14.module+el8.10.0+1813+4b021305.src
- python2-setuptools-wheel-0:39.0.1-14.module+el8.10.0+1813+4b021305.noarch
- python2-setuptools_scm-0:1.15.7-6.module+el8.9.0+1531+a18208f5.noarch
- python2-six-0:1.11.0-6.module+el8.9.0+1531+a18208f5.noarch
- python2-six-0:1.11.0-6.module+el8.9.0+1531+a18208f5.src
- python2-sqlalchemy-0:1.3.2-2.module+el8.9.0+1531+a18208f5.x86_64
- python2-test-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.x86_64
- python2-tkinter-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.x86_64
- python2-tools-0:2.7.18-17.module+el8.10.0+1813+4b021305.rocky.0.2.x86_64
- python2-urllib3-0:1.24.2-4.module+el8.10.0+1813+4b021305.noarch
- python2-virtualenv-0:15.1.0-21.module+el8.9.0+1531+a18208f5.noarch
- python2-wheel-1:0.31.1-3.module+el8.9.0+1531+a18208f5.noarch
- python2-wheel-wheel-1:0.31.1-3.module+el8.9.0+1531+a18208f5.noarch
- pytz-0:2017.2-13.module+el8.10.0+1817+0b01df83.src
- scipy-0:1.0.0-22.module+el8.10.0+1817+0b01df83.src
- scipy-debugsource-0:1.0.0-22.module+el8.10.0+1817+0b01df83.x86_64
...