--- 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: [oc8] python27: [2.7] requires: platform: [oc8] 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: a1c6f22487b60018002c4182376cf8dd81f9488f PyYAML: rationale: YAML parser and emitter for Python ref: fa119e54d2c7e333e0684a863d1cd54299d34777 babel: rationale: Tools for internationalizing Python applications ref: 47075b8ff70cd9a355aa8f5ad023f4f9a02e341c numpy: rationale: A fast multidimensional array facility for Python ref: 7a01d5c4b8d293aab66d2629a87a7c9a4792e5db pytest: rationale: Simple powerful testing with Python ref: 19ce4974efc9777a5f0b85bcbd21fed94aaaca3d python-PyMySQL: rationale: Python adapter for the MySQL/MariaDB databases ref: d409bc2bb3a5b8e4d58b6d9e4fb9964f25781ec7 python-attrs: rationale: Python attributes without boilerplate ref: 27482aab7896c3a419b59d74a2f6cba167eb72fc python-backports: rationale: Namespace for backported Python features ref: 55d43bcaee7647d8766e8dc5ecd689f83dbfaacb python-backports-ssl_match_hostname: rationale: The ssl.match_hostname() function from Python 3. Dependency of urllib3/requests. ref: 432274ccb87388263b37332f62e7a4fec1f08ffd python-chardet: rationale: Character encoding auto-detection in Python. Dependency of requests. ref: 9e432ed3bcd14dc89db0dbbcf1c13dbac3807e16 python-coverage: rationale: Code coverage testing module for Python ref: ffa4d66e2ba46c019bb0d44627960e38ca7b0845 python-dns: rationale: DNS toolkit for Python. Useful package for IPA and mailman. ref: c0266a830d78612bb15dd3fa89152f43782d311a python-docs: rationale: Documentation for Python ref: 95976aeb919a0ebe7f29055dba2dadf51a38b4df python-docutils: rationale: System for processing plaintext documentation ref: 2185479f07d99e0e565629825a719f7392675cc2 python-funcsigs: rationale: Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+. Dependency of Pytest and mock. ref: b98bdaf178d931f1ae2471600e79bbf751bbd73e python-idna: rationale: Internationalized Domain Names in Applications (IDNA). Dependency of requests. ref: 0485df76ab548200e459be04099a6235ad47062a python-ipaddress: rationale: Port of the python 3.3+ ipaddress module to 2.6+. Dependency of urllib3/requests. ref: dc3c392aa90d540d7d9e25a738ec2f18055f6f39 python-jinja2: rationale: General purpose template engine ref: 3ee085c91462ac32934c9ff9dc6f250179886df3 python-lxml: rationale: XML processing library ref: d9d8318acfce6cd79ee3083bcbe4924f570a588f python-markupsafe: rationale: Implements a XML/HTML/XHTML Markup safe string for Python ref: 685be6239db5b76adc995b58c9748daa3002bc44 python-mock: rationale: A Python Mocking and Patching Library for Testing ref: a37aa7fa1d69a547f0673ec3411688e544b7c458 python-nose: rationale: Discovery-based unit test extension for Python ref: 6d22f107ad1ede2ca8b3753d19bd847fe2a8a2c8 python-pluggy: rationale: The plugin manager stripped of pytest specific details ref: 718e7461e5a8321a096e7c6cebebfd5135eaf0ec python-psycopg2: rationale: Python adapter for the PostgreSQL database ref: b95fd80664e06ee8c99c335e404062d96bf2dd93 python-py: rationale: Library with cross-python path, ini-parsing, io, code, log facilities ref: 5b19ad1703c1533231b346d3ef5c9ff40defaa54 python-pygments: rationale: Syntax highlighting engine written in Python ref: ba5819ee472347b16a1c302f5559ecf9bce0a8d9 python-pymongo: rationale: Python driver for MongoDB ref: ff27b6b5edd125598a6a6c658a04bb35f8743ab9 python-pysocks: rationale: A Python SOCKS client module. Dependency of urllib3/requests. ref: 2d02b9ac55c1970b9b91b2599b5d08ee75ff86ff python-pytest-mock: rationale: Thin-wrapper around the mock package for easier use with py.test. Build dependency of requests. ref: 9e197d92158e3f68c3b618608bcf48f98dd96417 python-requests: rationale: HTTP library, written in Python, for human beings ref: bfbe7218802cef621f3b9d888d4684984dbd7c7e python-setuptools_scm: rationale: Blessed package to manage your versions by scm tags. Build dependency of pytest and pytest-mock. ref: f032ffd03ed1a747a7c8ca52b43a2aad873c3f2d python2-six: rationale: Python 2 and 3 compatibility utilities ref: c4fd71fa23e451076754f2031138d25b48b7807f python-sqlalchemy: rationale: Modular and flexible ORM library for python ref: b2f8f702b6095f393ad1946d2e7f694e22197045 python-urllib3: rationale: Python HTTP library with thread-safe connection pooling and file post. Dependency of requests. ref: 96aad521c44c958fd43d89dd4fdfe3a94949fcbd python-virtualenv: rationale: Tool to create isolated Python environments ref: 6068006e47506422c4616c16a9957cb2dea85b83 python-wheel: rationale: Used for unbundling of pip and setuptools ref: f092ede83df9119e68caefc63cfdcf79e0646b42 python2: rationale: Main Python language interpreter ref: 933014d3959d53f4bb7e400b6ca03f52d3985638 python2-pip: rationale: Python Packaging ecosystem ref: 8782fab95a029a3dedf9d31998ffec449ece0b6f python2-rpm-macros: rationale: Python 2 RPM macros - dependency of python2-devel ref: 212aa954fc88ce57d9a4fe0fcc4a154d1ca485d3 python2-setuptools: rationale: Python Packaging ecosystem ref: ad096cd37440011924ac5b8808c560272fb63ef3 pytz: rationale: Runtime requires of babel, and python2-babel ref: 090f736ebfe95af194fee965acf9bf6c3e918fd7 scipy: rationale: Scientific Tools for Python ref: 83d2babef930991cc7c35d98afef07c9701a757f ...