Package rpm-build-python: Information
Source package: rpm-build-python
Version: 0.37.0-alt1
Build time: Apr 6, 2019, 10:29 AM
Category: Development/Other
Report package bugLicense: GPLv2+
Summary: RPM helper macros to rebuild python packages
Description:
These helper macros provide possibility to rebuild python modules by some Alt Linux Team Policy compatible way.
Maintainer: Python Development Team
List of contributors:
Ivan Zakharyaschev
Aleksei Nikiforov
Dmitry V. Levin
Vitaly Kuznetsov
Eugeny A. Rostovtsev
Evgeny Sinelnikov
George V. Kouryachy
Alexey Tourbin
Grigory Batalov
ns
cray
Alexey Morozov
Ivan Zakharyaschev
Aleksei Nikiforov
Dmitry V. Levin
Vitaly Kuznetsov
Eugeny A. Rostovtsev
Evgeny Sinelnikov
George V. Kouryachy
Alexey Tourbin
Grigory Batalov
ns
cray
Alexey Morozov
Last changed
July 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.)
March 27, 2018 Aleksei Nikiforov 0.36.10-alt1
- Added macro python_version_nodots for retrieving python version in format 'MajorMinor' without dot delimiter.
Aug. 10, 2017 Aleksei Nikiforov 0.36.9-alt1
- Fix bug when file may be skipped during 'provides' and 'requires' calculations if file is located in %python_sitelibdir and file name starts with 'python3'.