Пакет rpm-build-python: Информация

  • Default inline alert: Версия в репозитории: 0.43.2-alt1

Исходный пакет: rpm-build-python
Версия: 0.38.0-alt1
Последняя версия по данным Repology
Собран:  17 ноября 2019 г. 11:41 в задании #240773
Сообщить об ошибке в пакете
Домашняя страница: 

Лицензия: GPLv2+
О пакете: RPM helper macros to rebuild python packages
Описание: 
These helper macros provide possibility to rebuild
python modules by some Alt Linux Team Policy compatible way.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
rpm-build-python (noarch)

Сопровождающий: Python Development Team



    1. python-dev
    2. python-modules-encodings

Последнее изменение


14 ноября 2019 г. Vladimir D. Seleznev 0.38.0-alt1
- Set __python macro to python2.7.
- Fixed python.req.py and test.sh (use python2-base instead of python-base).
- Fixed shebangs and interpreter calls (use versioned python).
- Made the package require no python-base.
2 июля 2018 г. Ivan Zakharyaschev 0.37.0-alt1
- Assume that setuptools are required if the traditional Python build/install
  macros are used (overridable through %python_setup_buildrequires).

  The idea is that the Build Root Policy scripts for Python are executed
  unconditionally whenever python is present in the system, but the
  setuptools requirement is optional. (As a consequence, there may be a
  working system with Python without setuptools, because setuptools
  are not used at runtime.)
27 марта 2018 г. Aleksei Nikiforov 0.36.10-alt1
- Added macro python_version_nodots for retrieving python version
  in format 'MajorMinor' without dot delimiter.