--- document: modulemd version: 2 data: name: python27-devel stream: "2.7" version: 8100020250415064330 context: c5112b2f 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 xmd: {} dependencies: - buildrequires: platform: [oc8.10.0] python27: [2.7] requires: platform: [oc8] python27: [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: 34d5b3a373307b46656e58ecd61163a052e7e91a arches: [aarch64, x86_64] PyYAML: rationale: YAML parser and emitter for Python ref: d048ca05131f5d61b32cf51b1e7dec4a38c29b41 arches: [aarch64, x86_64] babel: rationale: Tools for internationalizing Python applications ref: 84c89ebe5441bea6ec6e58e2911d69ad6282c9d7 arches: [aarch64, x86_64] numpy: rationale: A fast multidimensional array facility for Python ref: b6cf34dd9d93cf7f6ccfb3c205253fa5ae0a26db arches: [aarch64, x86_64] pytest: rationale: Simple powerful testing with Python ref: ad3f937ad283854c493a606bb7e4b1f6e210edf8 arches: [aarch64, x86_64] python-PyMySQL: rationale: Python adapter for the MySQL/MariaDB databases ref: 4b0de5206d2dde4f202b19bb15368ca7ba9724f8 arches: [aarch64, x86_64] python-attrs: rationale: Python attributes without boilerplate ref: c8d2502022c058f5778781efb913b22ec673d460 arches: [aarch64, x86_64] python-backports: rationale: Namespace for backported Python features ref: a5bbefe414ee4f1d99f37821a8c358fd4d740c13 arches: [aarch64, x86_64] python-backports-ssl_match_hostname: rationale: The ssl.match_hostname() function from Python 3. Dependency of urllib3/requests. ref: cba4bb11f1003f61961c6333a4efee13abd4aaca arches: [aarch64, x86_64] python-chardet: rationale: Character encoding auto-detection in Python. Dependency of requests. ref: 9e432ed3bcd14dc89db0dbbcf1c13dbac3807e16 arches: [aarch64, x86_64] python-coverage: rationale: Code coverage testing module for Python ref: 639dc03a19567acef02ac277e371d575dc0313ec arches: [aarch64, x86_64] python-dns: rationale: DNS toolkit for Python. Useful package for IPA and mailman. ref: c0266a830d78612bb15dd3fa89152f43782d311a arches: [aarch64, x86_64] python-docs: rationale: Documentation for Python ref: 95976aeb919a0ebe7f29055dba2dadf51a38b4df arches: [aarch64, x86_64] python-docutils: rationale: System for processing plaintext documentation ref: 2185479f07d99e0e565629825a719f7392675cc2 arches: [aarch64, 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: b98bdaf178d931f1ae2471600e79bbf751bbd73e arches: [aarch64, x86_64] python-idna: rationale: Internationalized Domain Names in Applications (IDNA). Dependency of requests. ref: 0485df76ab548200e459be04099a6235ad47062a arches: [aarch64, x86_64] python-ipaddress: rationale: Port of the python 3.3+ ipaddress module to 2.6+. Dependency of urllib3/requests. ref: dc3c392aa90d540d7d9e25a738ec2f18055f6f39 arches: [aarch64, x86_64] python-jinja2: rationale: General purpose template engine ref: 6ece82b7e242fd779370a493b8859920d7d93db0 arches: [aarch64, x86_64] python-lxml: rationale: XML processing library ref: d9d8318acfce6cd79ee3083bcbe4924f570a588f arches: [aarch64, x86_64] python-markupsafe: rationale: Implements a XML/HTML/XHTML Markup safe string for Python ref: 685be6239db5b76adc995b58c9748daa3002bc44 arches: [aarch64, x86_64] python-mock: rationale: A Python Mocking and Patching Library for Testing ref: a37aa7fa1d69a547f0673ec3411688e544b7c458 arches: [aarch64, x86_64] python-nose: rationale: Discovery-based unit test extension for Python ref: 6d22f107ad1ede2ca8b3753d19bd847fe2a8a2c8 arches: [aarch64, x86_64] python-pluggy: rationale: The plugin manager stripped of pytest specific details ref: 718e7461e5a8321a096e7c6cebebfd5135eaf0ec arches: [aarch64, x86_64] python-psycopg2: rationale: Python adapter for the PostgreSQL database ref: b95fd80664e06ee8c99c335e404062d96bf2dd93 arches: [aarch64, x86_64] python-py: rationale: Library with cross-python path, ini-parsing, io, code, log facilities ref: 5b19ad1703c1533231b346d3ef5c9ff40defaa54 arches: [aarch64, x86_64] python-pygments: rationale: Syntax highlighting engine written in Python ref: ba5819ee472347b16a1c302f5559ecf9bce0a8d9 arches: [aarch64, x86_64] python-pymongo: rationale: Python driver for MongoDB ref: ff27b6b5edd125598a6a6c658a04bb35f8743ab9 arches: [aarch64, x86_64] python-pysocks: rationale: A Python SOCKS client module. Dependency of urllib3/requests. ref: 2d02b9ac55c1970b9b91b2599b5d08ee75ff86ff arches: [aarch64, x86_64] python-pytest-mock: rationale: Thin-wrapper around the mock package for easier use with py.test. Build dependency of requests. ref: 9e197d92158e3f68c3b618608bcf48f98dd96417 arches: [aarch64, x86_64] python-requests: rationale: HTTP library, written in Python, for human beings ref: bfbe7218802cef621f3b9d888d4684984dbd7c7e arches: [aarch64, x86_64] python-setuptools_scm: rationale: Blessed package to manage your versions by scm tags. Build dependency of pytest and pytest-mock. ref: f032ffd03ed1a747a7c8ca52b43a2aad873c3f2d arches: [aarch64, x86_64] python-sqlalchemy: rationale: Modular and flexible ORM library for python ref: b2f8f702b6095f393ad1946d2e7f694e22197045 arches: [aarch64, x86_64] python-urllib3: rationale: Python HTTP library with thread-safe connection pooling and file post. Dependency of requests. ref: 050537500306c341dd2885606f09c6edcea5a455 arches: [aarch64, x86_64] python-virtualenv: rationale: Tool to create isolated Python environments ref: e2f499720d5ecd580f1b2a4798325494b7de84c0 arches: [aarch64, x86_64] python-wheel: rationale: Used for unbundling of pip and setuptools ref: f092ede83df9119e68caefc63cfdcf79e0646b42 arches: [aarch64, x86_64] python2: rationale: Main Python language interpreter ref: 849d973986e032aed0f1b95f7c3219eb66be5de9 arches: [aarch64, x86_64] python2-pip: rationale: Python Packaging ecosystem ref: 8782fab95a029a3dedf9d31998ffec449ece0b6f arches: [aarch64, x86_64] python2-rpm-macros: rationale: Python 2 RPM macros - dependency of python2-devel ref: 212aa954fc88ce57d9a4fe0fcc4a154d1ca485d3 arches: [aarch64, x86_64] python2-setuptools: rationale: Python Packaging ecosystem ref: 4bf397cd0b9ffb617c1206476a5254d29af0ce22 arches: [aarch64, x86_64] python2-six: rationale: Python 2 and 3 compatibility utilities ref: c4fd71fa23e451076754f2031138d25b48b7807f arches: [aarch64, x86_64] pytz: rationale: Runtime requires of babel, and python2-babel ref: 090f736ebfe95af194fee965acf9bf6c3e918fd7 arches: [aarch64, x86_64] scipy: rationale: Scientific Tools for Python ref: 83d2babef930991cc7c35d98afef07c9701a757f arches: [aarch64, x86_64] ...