Created attachment 563006 [details] pygobject-3.30.4.ebuild Attached is an updated ebuild with all the changes to make it work with meson. * Move gnome2 phases to meson. * Drop running_in_build_dir and python_copy_sources, there is no need with meson. * Use gnome.org eclass to fetch sources. * Removed pyflakes comment, its not used anymore.
FYI, I am also trying to make pygobject work with pypy(3). I ran into, what looks like a couple bugs in meson's python module. For interested folks see https://github.com/mesonbuild/meson/issues/4841
(In reply to Sander Sweers from comment #1) > FYI, I am also trying to make pygobject work with pypy(3). Meson got [1] to fix building pygobject with pypy. Because of how pypy 6 did install schemas it is probably wise to not use that with pygobject+meson. Pypy 7 fixed that, see Bug 677398 for more info on that. [1] https://github.com/mesonbuild/meson/commit/1bd14b52b26b0f4ec207bf7e38813b82bfc15f86
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c01f77571d177340813069569dba80645b6355 commit 09c01f77571d177340813069569dba80645b6355 Author: Mart Raudsepp <leio@gentoo.org> AuthorDate: 2019-03-11 14:55:27 +0000 Commit: Mart Raudsepp <leio@gentoo.org> CommitDate: 2019-03-11 16:14:11 +0000 dev-python/pygobject: bump to 3.30.4 Closes: https://bugs.gentoo.org/676556 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org> dev-python/pygobject/Manifest | 1 + dev-python/pygobject/pygobject-3.30.4.ebuild | 72 ++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e2c7a3324e7f2dce7d320d319f2445eb3c6664 commit 30e2c7a3324e7f2dce7d320d319f2445eb3c6664 Author: Mart Raudsepp <leio@gentoo.org> AuthorDate: 2019-03-11 16:00:06 +0000 Commit: Mart Raudsepp <leio@gentoo.org> CommitDate: 2019-03-11 16:14:20 +0000 dev-python/pygobject: bump to 3.32.0 Bug: https://bugs.gentoo.org/676556 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org> dev-python/pygobject/Manifest | 2 +- .../pygobject/{pygobject-3.30.4.ebuild => pygobject-3.32.0.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)