Package rpm-build-python
Binary package: rpm-build-python
Version: 0.37.0-alt1
Architecture: noarch
Source package: rpm-build-python
Category: Development/Other
Report package bug
Version: 0.37.0-alt1
Architecture: noarch
Build time: Aug 16, 2018, 06:41 AM
Category: Development/Other
Report package bug
License: GPLv2+
Summary: RPM helper macros to rebuild python packages
Description:
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
Alexey Morozov
Last changes:List of contributors:
Ivan Zakharyaschev
Aleksei Nikiforov
Dmitry V. Levin
Vitaly Kuznetsov
Eugeny A. Rostovtsev
Evgeny Sinelnikov
George V. Kouryachy
Alexey Tourbin
Grigory Batalov
Alexey Morozov
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'. |