We use Python in out build system: more specifically, we're stuck
with Python 2 even though Python 3's been out for a decade and some
major Linux distributions have gone Python 3-only recently.

This series tries to solve the issue, but falls quite short. Maybe
someone who actually knows Python should have tried instead of me?

The good news is that, once the first two patches have been merged,
anyone will be able to give it a shot by running

  PYTHON=$(which python3) ./autogen.sh

or similar. Let's get the ball rolling!

Andrea Bolognani (5):
  NEWS: Move generation to the docs/ directory
  docs: Call reformat-news.py with $(PYTHON)
  esx: Port esx_vi_generator.py to Python 3
  hyperv: Port hyperv_wmi_generator.py to Python 3
  docs: Port apibuild.py to Python 3

 .gitignore                         |   1 +
 Makefile.am                        |  24 +--
 docs/Makefile.am                   |  24 +++
 docs/apibuild.py                   | 379 ++++++++++++++++++-------------------
 src/esx/esx_vi_generator.py        |  30 ++-
 src/hyperv/hyperv_wmi_generator.py |  17 +-
 6 files changed, 233 insertions(+), 242 deletions(-)

-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to