#1 Disable numpy to reduce the dependency chain
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/pygtk2 nonumpy  into  master

file modified
+5 -3
@@ -15,7 +15,7 @@ 

  

  Name: pygtk2

  Version: 2.24.0

- Release: 27%{?dist}

+ Release: 28%{?dist}

  License: LGPLv2+

  Summary: Python bindings for GTK+

  URL: http://www.pygtk.org/
@@ -49,7 +49,6 @@ 

  BuildRequires: libglade2-devel >= %{libglade2_version}

  BuildRequires: libtool

  BuildRequires: libxslt

- BuildRequires: numpy

  BuildRequires: pango-devel >= %{pango_version}

  BuildRequires: pycairo-devel >= %{pycairo_version}

  BuildRequires: pygobject2-devel >= %{pygobject2_version}
@@ -110,7 +109,7 @@ 

  done

  

  %build

- %configure --enable-thread --enable-numpy

+ %configure --enable-thread --disable-numpy

  %{make_build}

  

  %install
@@ -145,6 +144,9 @@ 

  %{_datadir}/gtk-doc/html/pygtk/

  

  %changelog

+ * Wed Nov 27 2019 Miro Hrončok <mhroncok@redhat.com> - 2.24.0-28

+ - Disable numpy to reduce the dependency chain

+ 

  * Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 2.24.0-27

  - Fix the build with pango 1.44 (#1763401)

  

no initial comment

Before we merge this, I'd like to test whether everything builds up, towards gimp.

Ok. I'll wait, let me know. :)

This doesn't even build :(

pango.c:8650:55: error: 'PANGO_TYPE_FONTSET_SIMPLE' undeclared (first use in this function); did you mean 'PANGO_TYPE_FONTSET'?

Can you ask @mclasen? It might be possible to add the missing defines back to pango headers to fix the pygtk2 build.

Is there a chance to remove my email address from CC of this package?
I am not maintainer or co-maintainer any more.
Thank you.

No, i don't have access to settings of this package any more.
For this reason i ask here.

I don't see your FAS account as a committer or a member of any of the groups that are. Do you see anything that says Unwatch?

Thx, i could change it to unwatch.

I've e-mailed @mclasen on the 2019-09-25. No reply since.

I've opened https://bugzilla.redhat.com/show_bug.cgi?id=1763401 to track this.

This should hopefully be fixed in pango-1.44.7-1.fc32

rebased onto 8a565dc

4 years ago

New error:

pango.c:3823:38: error: 'PangoFontClass' {aka 'struct _PangoFontClass'} has no member named 'find_shaper'

rebased onto 020c301

4 years ago
  • gimp-help: https://bugzilla.redhat.com/show_bug.cgi?id=1754462
  • gnome-desktop-sharp: No matching package to install: 'gnome-desktop-devel'
  • gnome-mud: No matching package to install: 'gstreamer-devel'
  • gnome-python2-desktop: No matching package to install: 'gnome-desktop-devel >= 2.10.0', 'gnome-python2-bonobo >= 2.10.0'
  • openttd-opengfx: Error: (AttributeError) "module 'time' has no attribute 'clock'".
  • sugar-*: nothing provides python2-simplejson needed by sugar-toolkit-0.112-8.fc31.x86_64

No failure is related to this, so I say we ship it.

@limb ?

Pull-Request has been merged by churchyard

4 years ago