Package rpm-build-python: Information

  • Default inline alert: Version in the repository: 0.43.2-alt1

Source package: rpm-build-python
Version: 0.37.0-alt1
Latest version according to Repology
Build time:  Jul 2, 2018, 07:04 AM in the task #209376
Report package bug
Home page: 

License: 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.

List of rpms provided by this srpm:
rpm-build-python (noarch)




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

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'.