--- document: modulemd version: 2 data: name: python27-devel stream: "2.7" version: 8100020240616065923 context: 5f0f67de arch: i686 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 xmd: {} dependencies: - buildrequires: platform: [el8.10.0] python27: [2.7] requires: platform: [el8] python27-devel: [2.7] references: community: https://www.python.org/ documentation: https://docs.python.org/2.7/ 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 arches: [aarch64, i686, ppc64le, x86_64] PyYAML: rationale: YAML parser and emitter for Python ref: 9c77f5cc55e81286ec02e3a94459e9d8d791439e arches: [aarch64, i686, ppc64le, x86_64] babel: rationale: Tools for internationalizing Python applications ref: 56b07f1c0433875b6e8fe01fd7ffe4f4aa8433b6 arches: [aarch64, i686, ppc64le, x86_64] numpy: rationale: A fast multidimensional array facility for Python ref: 408cfbd63d970bbcd0680aca5d611f21c6065664 arches: [aarch64, i686, ppc64le, x86_64] pytest: rationale: Simple powerful testing with Python ref: c185bfc3dd7f0cdf83c6a02b4da118ce05f13f51 arches: [aarch64, i686, ppc64le, x86_64] python-PyMySQL: rationale: Python adapter for the MySQL/MariaDB databases ref: a3425021b8f84468950b5d87da726c8fe94e118a arches: [aarch64, i686, ppc64le, x86_64] python-attrs: rationale: Python attributes without boilerplate ref: 721c312c7f7505279ef08b328882d08880590124 arches: [aarch64, i686, ppc64le, x86_64] python-backports: rationale: Namespace for backported Python features ref: 56ef2fdc4070641e46146fdab0488d102739f978 arches: [aarch64, i686, ppc64le, x86_64] python-backports-ssl_match_hostname: rationale: The ssl.match_hostname() function from Python 3. Dependency of urllib3/requests. ref: e7024b7e6de5d23b354dcc2162456a4425879339 arches: [aarch64, i686, ppc64le, x86_64] python-chardet: rationale: Character encoding auto-detection in Python. Dependency of requests. ref: e6f77a90aaee33e30700f0d8615c375a88935dc6 arches: [aarch64, i686, ppc64le, x86_64] python-coverage: rationale: Code coverage testing module for Python ref: c5050e2645e64ec4cec9c07dcf2bc74044d0b2b0 arches: [aarch64, i686, ppc64le, x86_64] python-dns: rationale: DNS toolkit for Python. Useful package for IPA and mailman. ref: 43c608bfef31cd2b936fdea427886594d3897245 arches: [aarch64, i686, ppc64le, x86_64] python-docs: rationale: Documentation for Python ref: 87a088d520ebd622e7656e9f4fbd8e0d947ac39b arches: [aarch64, i686, ppc64le, x86_64] python-docutils: rationale: System for processing plaintext documentation ref: 6f718aa7a4e342cca1577f8cb1a84f10821d43ed arches: [aarch64, i686, ppc64le, 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: 770d539c149ee8fb0c4ffc4a9271ebdaa24e8f63 arches: [aarch64, i686, ppc64le, x86_64] python-idna: rationale: Internationalized Domain Names in Applications (IDNA). Dependency of requests. ref: f244b9e50b4fdfdb5eca6dbfec1b26133099e548 arches: [aarch64, i686, ppc64le, x86_64] python-ipaddress: rationale: Port of the python 3.3+ ipaddress module to 2.6+. Dependency of urllib3/requests. ref: 6c4abb1b3f715731abdfc657f332b63b1e78ca63 arches: [aarch64, i686, ppc64le, x86_64] python-jinja2: rationale: General purpose template engine ref: b68fd5735ccdc9f4a4fa3c98b8c1b6daf516d373 arches: [aarch64, i686, ppc64le, x86_64] python-lxml: rationale: XML processing library ref: 844947b87e05752eca019fdb359d017f316ab98f arches: [aarch64, i686, ppc64le, x86_64] python-markupsafe: rationale: Implements a XML/HTML/XHTML Markup safe string for Python ref: 9dc0cb51218d64c8d9c5c8588008b9400896dcc0 arches: [aarch64, i686, ppc64le, x86_64] python-mock: rationale: A Python Mocking and Patching Library for Testing ref: ba22d3df5e38b529431847a242f2e7c514e6a54e arches: [aarch64, i686, ppc64le, x86_64] python-nose: rationale: Discovery-based unit test extension for Python ref: bee9bad5c2fc45351fb4acb354f2d587b93bf0e5 arches: [aarch64, i686, ppc64le, x86_64] python-pluggy: rationale: The plugin manager stripped of pytest specific details ref: 2ce026137ed6961ac3a350cef013fabb00bdfd3e arches: [aarch64, i686, ppc64le, x86_64] python-psycopg2: rationale: Python adapter for the PostgreSQL database ref: b286940a60c6185a7e81ebb8ff578f4c6632fd8a arches: [aarch64, i686, ppc64le, x86_64] python-py: rationale: Library with cross-python path, ini-parsing, io, code, log facilities ref: 10acf308b79da9a1df3d4cd176b94dd759ab986d arches: [aarch64, i686, ppc64le, x86_64] python-pygments: rationale: Syntax highlighting engine written in Python ref: 3875270f2f53d5d1563f31f7e3ae95a80bce9399 arches: [aarch64, i686, ppc64le, x86_64] python-pymongo: rationale: Python driver for MongoDB ref: df070d9398e4222dc0faeb049e913f5b682a3061 arches: [aarch64, i686, ppc64le, x86_64] python-pysocks: rationale: A Python SOCKS client module. Dependency of urllib3/requests. ref: 2d82a6abcc75edccc813c74f846cac1ddc59c4ec arches: [aarch64, i686, ppc64le, x86_64] python-pytest-mock: rationale: Thin-wrapper around the mock package for easier use with py.test. Build dependency of requests. ref: 59593237b4e30623910f105d7d18ca33ace5b9ca arches: [aarch64, i686, ppc64le, x86_64] python-requests: rationale: HTTP library, written in Python, for human beings ref: 589a2ed4519f6cefa73fca641b49d5b364096a4f arches: [aarch64, i686, ppc64le, x86_64] python-setuptools_scm: rationale: Blessed package to manage your versions by scm tags. Build dependency of pytest and pytest-mock. ref: b6c187a0b583aaf90ad03496af65d09010f04bfc arches: [aarch64, i686, ppc64le, x86_64] python-sqlalchemy: rationale: Modular and flexible ORM library for python ref: ffbfbe2fe04a9c0d8653b619853b746161197972 arches: [aarch64, i686, ppc64le, x86_64] python-urllib3: rationale: Python HTTP library with thread-safe connection pooling and file post. Dependency of requests. ref: 2623548a253b00f490916104b4d631c5f71c2a0c arches: [aarch64, i686, ppc64le, x86_64] python-virtualenv: rationale: Tool to create isolated Python environments ref: b9803812f69b43e132ee76a584fc3637ff6c4577 arches: [aarch64, i686, ppc64le, x86_64] python-wheel: rationale: Used for unbundling of pip and setuptools ref: 0438e837ad2ceceee0543b63e7eeed346528e1c7 arches: [aarch64, i686, ppc64le, x86_64] python2: rationale: Main Python language interpreter ref: 68d5d0b76e431453a5ff28af64864f5fac0c890f arches: [aarch64, i686, ppc64le, x86_64] python2-pip: rationale: Python Packaging ecosystem ref: 209491c06b45a5f3fbe05867a39189914bd33c6e arches: [aarch64, i686, ppc64le, x86_64] python2-rpm-macros: rationale: Python 2 RPM macros - dependency of python2-devel ref: b3bd5ed79fcd29d3985952b7b75d4860f5a56410 arches: [aarch64, i686, ppc64le, x86_64] python2-setuptools: rationale: Python Packaging ecosystem ref: 9bda1f6c4d27bcd1c8bc751434bf5548c4829d6b arches: [aarch64, i686, ppc64le, x86_64] python2-six: rationale: Python 2 and 3 compatibility utilities ref: 6875cbad50310e20919900aa6d9830091be53fe6 arches: [aarch64, i686, ppc64le, x86_64] pytz: rationale: Runtime requires of babel, and python2-babel ref: bb2290f49ff2396c7c4e67f00c4ba04df0510109 arches: [aarch64, i686, ppc64le, x86_64] scipy: rationale: Scientific Tools for Python ref: 2b01e8b0662b8041174ca5266773b898e2ffef2c arches: [aarch64, i686, ppc64le, x86_64] artifacts: rpms: - python-pymongo-0:3.7.0-1.module+el8.10.0+825+b5720eba.src ...