[jhbuild] pygobject: switch to distutils
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] pygobject: switch to distutils
- Date: Fri, 16 Mar 2018 14:40:24 +0000 (UTC)
commit e3c703ffccd2391d383c481b5d3b9f37c7f92b2b
Author: Christoph Reiter <creiter src gnome org>
Date: Fri Mar 16 15:36:42 2018 +0100
pygobject: switch to distutils
There is work going on to port things to meson as well, but this allows us to
get rid of autotools in the meantime.
modulesets/gnome-suites-core-deps-latest.modules | 5 ++---
modulesets/gnome-world.modules | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules
b/modulesets/gnome-suites-core-deps-latest.modules
index 3f55ad4..f27a6c6 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -1710,16 +1710,15 @@ the module and we will just change it to use a tarball anyway.
</distutils>
<!-- Python 3 build of pygobject -->
- <autotools id="pygobject" autogenargs="--with-python=python3">
+ <distutils id="pygobject" python3="1">
<branch repo="gitlab.gnome.org" module="GNOME/pygobject.git"/>
<dependencies>
- <dep package="m4-common"/>
<dep package="glib"/>
<dep package="py3cairo"/>
<dep package="python3-devel"/>
<dep package="gobject-introspection"/>
</dependencies>
- </autotools>
+ </distutils>
<autotools id="sound-theme-freedesktop">
<branch repo="people.freedesktop.org"
diff --git a/modulesets/gnome-world.modules b/modulesets/gnome-world.modules
index 080cb78..ef4778a 100644
--- a/modulesets/gnome-world.modules
+++ b/modulesets/gnome-world.modules
@@ -772,16 +772,15 @@
</distutils>
<!-- Python 2 build of pygobject, until everything gets ported to Python 3 -->
- <autotools id="pygobject-python2" autogenargs="--with-python=python2">
+ <distutils id="pygobject-python2">
<branch module="pygobject" checkoutdir="pygobject-python2"/>
<dependencies>
- <dep package="m4-common"/>
<dep package="glib"/>
<dep package="py2cairo"/>
<dep package="python2-devel"/>
<dep package="gobject-introspection"/>
</dependencies>
- </autotools>
+ </distutils>
<autotools id="pygtk">
<branch/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]