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: f53d28e5f4801efe2731799d61900cb83fec64ee PyYAML: rationale: YAML parser and emitter for Python ref: 9a94627e9ff22f310772961d7ba8f21c1a3b4906 babel: rationale: Tools for internationalizing Python applications ref: 8a59ca4a50cffd07bb1d18149459d97f9a1fd12b numpy: rationale: A fast multidimensional array facility for Python ref: 34f3f0503bda2672c9427be47724183d3491cc53 pytest: rationale: Simple powerful testing with Python ref: fd00039f2780041f74338ff47cc7c263873d7d3a python-PyMySQL: rationale: Python adapter for the MySQL/MariaDB databases ref: 31435042f07c94e10b88bbc8969c964fff58b24b python-attrs: rationale: Python attributes without boilerplate ref: bf0fecb1371d30a270f86603b332c6116c1e8d0d 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: a9a643caa85147f6b4581dae2e5517336eb9a095 python-coverage: rationale: Code coverage testing module for Python ref: be2094cf18dd8b348ff1bda1bc68defb06788765 python-dns: rationale: DNS toolkit for Python. Useful package for IPA and mailman. ref: 9d52e10f2deba77de0101204efbd1c284cdb9a7f python-docs: rationale: Documentation for Python ref: 980702cff24b6bc66b8345acc25d6a45e21e8265 python-docutils: rationale: System for processing plaintext documentation ref: 0040737fa249233038cf85b007b180cb93896512 python-funcsigs: rationale: Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+. Dependency of Pytest and mock. ref: a196504c79858624c762ed826ba7e36fcbb055b8 python-idna: rationale: Internationalized Domain Names in Applications (IDNA). Dependency of requests. ref: 114b483740786568b5d305b7741145804eb8c934 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: 795159383b70ccc141c0faf569e8764e9596db72 python-lxml: rationale: XML processing library ref: 446199a99fbc5e1a1e04f36bd3455ba3a7b17a5c python-markupsafe: rationale: Implements a XML/HTML/XHTML Markup safe string for Python ref: 6b7f95a7e0581b9b17895d1249197f9bc7fa6a66 python-mock: rationale: A Python Mocking and Patching Library for Testing ref: 5cd8ee9266ffcf896ce6f2d427573d8186436179 python-nose: rationale: Discovery-based unit test extension for Python ref: 4b66f88e3bc6f93f63bdf2222d07fbe1a84c75ac python-pluggy: rationale: The plugin manager stripped of pytest specific details ref: 635b0e0907988d0d39d9c7742cdc28138c937d55 python-psycopg2: rationale: Python adapter for the PostgreSQL database ref: 18292db00ce1b09f5f40c95db8f68ed16def7739 python-py: rationale: Library with cross-python path, ini-parsing, io, code, log facilities ref: a0f0571ed9dae2a19aeb541cf8f128342fa5f927 python-pygments: rationale: Syntax highlighting engine written in Python ref: c7c17d367e5685f0ff57da00a53ff57103a1261f python-pymongo: rationale: Python driver for MongoDB ref: 0ae6609687beab3cd4dddd215ebc4a5cfc6b201a python-pysocks: rationale: A Python SOCKS client module. Dependency of urllib3/requests. ref: 95222177064729ba9b2c18979242c687361a99c7 python-pytest-mock: rationale: Thin-wrapper around the mock package for easier use with py.test. Build dependency of requests. ref: 01130143e03b4a1be02a6b626bc96aeb50f2747f python-requests: rationale: HTTP library, written in Python, for human beings ref: e3631ee837185c679dd7d3e0cb486cbed6377a64 python-setuptools_scm: rationale: Blessed package to manage your versions by scm tags. Build dependency of pytest and pytest-mock. ref: df6930a772439cefdaea530165d831d093a96006 python-sqlalchemy: rationale: Modular and flexible ORM library for python ref: 17cb4d1bcef51c3a34208bab20df77d3ff36151f python-urllib3: rationale: Python HTTP library with thread-safe connection pooling and file post. Dependency of requests. ref: 31f2b6d5f8da6612426c55dd57a4c60e98207a92 python-virtualenv: rationale: Tool to create isolated Python environments ref: d482a7b4bfa6b78492c852efd02ac4aad666edc2 python-wheel: rationale: Used for unbundling of pip and setuptools ref: aacf15014838e4adf030709737a2d42489b9afce python2: rationale: Main Python language interpreter ref: c22702b988d5aa9a5c2acda4e4d50f9138cee943 python2-pip: rationale: Python Packaging ecosystem ref: 1b6ee6f39409e729daebdcbf299b8ee08bc941fc python2-rpm-macros: rationale: Python 2 RPM macros - dependency of python2-devel ref: 6125c51ffa885b803811fa593b544181f9a459cb python2-setuptools: rationale: Python Packaging ecosystem ref: f3c952b0c90f34104b1ef574269473df51cf818b python2-six: rationale: Python 2 and 3 compatibility utilities ref: 6875cbad50310e20919900aa6d9830091be53fe6 pytz: rationale: Runtime requires of babel, and python2-babel ref: a0da87f6c140402412d594e8518346a3f1c6ba94 scipy: rationale: Scientific Tools for Python ref: 646d48e822d893466c6daefa6bef9c5c13090472