package/python-gobject: bump version to 3.36.0
authorAdam Duskett <Aduskett@gmail.com>
Thu, 12 Mar 2020 19:47:17 +0000 (12:47 -0700)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 12 Mar 2020 21:21:55 +0000 (22:21 +0100)
commit179e6766a6db96840d4b7692cd2edfd92e6036f0
tree84c32202ebe117021c33343a18325659b317d1d0
parent3bcb374d2a494edbfb3b4a601296fe8991a8ab92
package/python-gobject: bump version to 3.36.0

Other changes:
  - Convert the package to a meson package.
  - Remove 0001-add-PYTHON_INCLUDES-override.patch as it no longer applies.
  - Add gobject-introspection as a dependency.
  - Add the package under myself in the DEVELOPERS file.

Because gobject-introspection is now a dependency of python-gobject, the test
must be updated at the same time.

 - Change TestPythonPy2Gobject to TestPythonPy3Gobject as
   gobject-introspection requires python3.

 - Refactor test_python_gobject.py to no longer inherit the
   TestPythonPackageBase class, as this class uses a base config that does not
   support gobject-introspection.

 - Update sample_python_gobject to use Glib to find the path of sh.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
.gitlab-ci.yml
DEVELOPERS
package/python-gobject/0001-add-PYTHON_INCLUDES-override.patch [deleted file]
package/python-gobject/Config.in
package/python-gobject/python-gobject.hash
package/python-gobject/python-gobject.mk
support/testing/tests/package/sample_python_gobject.py
support/testing/tests/package/test_python_gobject.py