Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=155
This commit is contained in:
commit
105e7e0baa
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="manual">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/pygobject.git</param>
|
||||||
|
<param name="revision">3.50.0</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
<!-- <param name="changesgenerate">enable</param> -->
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">zst</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="manual" />
|
||||||
|
</services>
|
||||||
|
|
3
pygobject-3.48.2.obscpio
Normal file
3
pygobject-3.48.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b284a70c43d79909a604f020b798237eff2a6d460f8812043b57b449a366ee0
|
||||||
|
size 2975756
|
BIN
pygobject-3.50.0.obscpio
(Stored with Git LFS)
Normal file
BIN
pygobject-3.50.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
4
pygobject.obsinfo
Normal file
4
pygobject.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: pygobject
|
||||||
|
version: 3.50.0
|
||||||
|
mtime: 1726139389
|
||||||
|
commit: 48a875ea1c33f275f3f751d0d0a48762526a1abe
|
2596
python-gobject.changes
Normal file
2596
python-gobject.changes
Normal file
File diff suppressed because it is too large
Load Diff
210
python-gobject.spec
Normal file
210
python-gobject.spec
Normal file
@ -0,0 +1,210 @@
|
|||||||
|
#
|
||||||
|
# spec file for package python-gobject
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
|
# Define these before the call of python_subpackages
|
||||||
|
%define introspection_real_package %(rpm -q --qf '%%{NAME}' -f $(readlink %{_libdir}/libgirepository-1.0.so -f))
|
||||||
|
%define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo)
|
||||||
|
# Don't BuildRequire pkgconfig(gdk-3.0) to find the real package for libgdk-3!
|
||||||
|
# It produces a dependency cycle: avahi - gtk3-devel - python-dbus-python
|
||||||
|
#%%define gdk_real_package %%(rpm -q --qf '%%{NAME}' -f $(readlink %%{_libdir}/libgdk-3.so -f))
|
||||||
|
# This figures in an error message
|
||||||
|
%global __requires_exclude typelib\\(%%namespaces\\)
|
||||||
|
%global __requires_exclude_from ^%{_libdir}/python.*/site-packages/gi/__init__.py$
|
||||||
|
%define _name pygobject
|
||||||
|
%define glib_version 2.64.0
|
||||||
|
%define gi_version 1.64.0
|
||||||
|
%define pycairo_version 1.16.0
|
||||||
|
%define libffi_version 3.0
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
|
Name: python-gobject
|
||||||
|
Version: 3.50.0
|
||||||
|
Release: 0
|
||||||
|
Summary: Python bindings for GObject
|
||||||
|
License: LGPL-2.1-or-later
|
||||||
|
Group: Development/Languages/Python
|
||||||
|
URL: https://wiki.gnome.org/Projects/PyGObject/
|
||||||
|
Source0: %{_name}-%{version}.tar.zst
|
||||||
|
|
||||||
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module meson-python}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module pycairo >= %{pycairo_version}}
|
||||||
|
BuildRequires: %{python_module pycairo-devel}
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: pkgconfig(cairo)
|
||||||
|
BuildRequires: pkgconfig(cairo-gobject)
|
||||||
|
# build cycle!
|
||||||
|
# BuildRequires: pkgconfig(gdk-3.0) >= 2.38.0
|
||||||
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib_version}
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib_version}
|
||||||
|
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib_version}
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0) >= %{glib_version}
|
||||||
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= %{gi_version}
|
||||||
|
BuildRequires: pkgconfig(libffi) >= %{libffi_version}
|
||||||
|
# Trigger an automatic installation of python(2|3.*)-gobject when python and libgirepository are installed.
|
||||||
|
Supplements: (python and %{introspection_real_package})
|
||||||
|
%python_subpackages
|
||||||
|
|
||||||
|
%description
|
||||||
|
Pygobjects is an extension module for python that gives you access to
|
||||||
|
GLib's GObjects.
|
||||||
|
|
||||||
|
%package Gdk
|
||||||
|
Summary: Python bindings for GObject/Gdk
|
||||||
|
Group: Development/Languages/Python
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Requires: %{name}-cairo = %{version}
|
||||||
|
# See above
|
||||||
|
#Supplements: (python-gobject and %{gdk_real_package})
|
||||||
|
|
||||||
|
%description Gdk
|
||||||
|
Pygobjects is an extension module for python that gives you access to
|
||||||
|
GLib's GObjects.
|
||||||
|
|
||||||
|
This package contains the Python Gdk bindings for GObject.
|
||||||
|
|
||||||
|
%package cairo
|
||||||
|
Summary: Python bindings for GObject/Cairo
|
||||||
|
Group: Development/Languages/Python
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Supplements: (python-gobject and %{cairo_real_package})
|
||||||
|
Requires: python-cairo
|
||||||
|
|
||||||
|
%description cairo
|
||||||
|
Pygobjects is an extension module for python that gives you access to
|
||||||
|
GLib's GObjects.
|
||||||
|
|
||||||
|
This package contains the Python Cairo bindings for GObject.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Metapackage to pull in all of python-gobject's packages
|
||||||
|
Group: Development/Languages/Python
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Requires: %{name}-Gdk = %{version}
|
||||||
|
Requires: %{name}-cairo = %{version}
|
||||||
|
Requires: %{name}-common-devel = %{version}
|
||||||
|
Requires: python-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains files required to build wrappers for gobject
|
||||||
|
addon libraries such as pygtk.
|
||||||
|
|
||||||
|
%package -n %{name}-common-devel
|
||||||
|
Summary: Shared development files for GObject's Python bindings
|
||||||
|
Group: Development/Languages/Python
|
||||||
|
Requires: glib2-devel >= %{glib_version}
|
||||||
|
Requires: gobject-introspection-devel >= %{gi_version}
|
||||||
|
Requires: libffi-devel >= %{libffi_version}
|
||||||
|
Requires: pkgconfig(cairo)
|
||||||
|
Requires: pkgconfig(cairo-gobject)
|
||||||
|
Provides: %{python_module gobject-common-devel = %{version}}
|
||||||
|
|
||||||
|
%description -n %{name}-common-devel
|
||||||
|
This package contains common files required to build wrappers for gobject
|
||||||
|
addon libraries such as pygtk in both Python2 and Python3.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{_name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
export CFLAGS="%{optflags}"
|
||||||
|
%meson
|
||||||
|
%meson_build
|
||||||
|
%pyproject_wheel
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
%pyproject_install
|
||||||
|
# Incorrectly installed by a python38-setuptools vendored distutils
|
||||||
|
# which does not play well with the distro patched python38.
|
||||||
|
# Later flavors installed the correct files into lib64 as well
|
||||||
|
if [ "%{_libdir}" != "%{_prefix}/lib" -a -d %{buildroot}%{_prefix}/lib/pkgconfig ]; then
|
||||||
|
rm -r %{buildroot}%{_prefix}/lib/pkgconfig
|
||||||
|
else
|
||||||
|
echo 'Removing %{buildroot}%{_prefix}/lib/pkgconfig is no longer needed.' \
|
||||||
|
'Please fix the spec.'
|
||||||
|
fi
|
||||||
|
|
||||||
|
%{python_expand # delete unwanted python scripts and their compiled cache files
|
||||||
|
# Drop pygtkcompat layer - It's useless and we lack other stuff for it to work
|
||||||
|
rm -v %{buildroot}%{$python_sitearch}/gi/pygtkcompat.py*
|
||||||
|
rm -vf %{buildroot}%{$python_sitearch}/gi/__pycache__/pygtkcompat*
|
||||||
|
rm -vr %{buildroot}%{$python_sitearch}/pygtkcompat/
|
||||||
|
|
||||||
|
# Drop GIMarshallingTests - It's test suite remainders that should not be installed
|
||||||
|
find %{buildroot}%{$python_sitearch} -name GIMarshallingTests* -delete -print
|
||||||
|
}
|
||||||
|
|
||||||
|
find %{buildroot} "(" -name '*.la' -or -name '*.a' ")" -delete
|
||||||
|
# Nuke a stray metadata file
|
||||||
|
find %{buildroot}%{python_sitearch}/PyGObject*/ "(" -name 'METADATA' ")" -delete -print
|
||||||
|
|
||||||
|
%{?python_compileall}
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
|
%files %{python_files}
|
||||||
|
%license COPYING
|
||||||
|
%doc NEWS
|
||||||
|
%{python_sitearch}/gi/
|
||||||
|
# Lives in cairo subpackage
|
||||||
|
%exclude %{python_sitearch}/gi/_gi_cairo*.so
|
||||||
|
%{python_sitearch}/pygobject-%{version}.dist-info/
|
||||||
|
# Lives in Gdk subpackage
|
||||||
|
%exclude %{python_sitearch}/gi/_gtktemplate.py
|
||||||
|
%exclude %{python_sitearch}/gi/overrides/Gdk.*
|
||||||
|
%exclude %{python_sitearch}/gi/overrides/GdkPixbuf.py
|
||||||
|
%exclude %{python_sitearch}/gi/overrides/Gtk.*
|
||||||
|
%exclude %{python_sitearch}/gi/overrides/keysyms.*
|
||||||
|
%exclude %{python_sitearch}/gi/overrides/Pango.*
|
||||||
|
%pycache_only %exclude %{python_sitearch}/gi/__pycache__/_gtktemplate*
|
||||||
|
%pycache_only %exclude %{python_sitearch}/gi/overrides/__pycache__/Gdk.*
|
||||||
|
%pycache_only %exclude %{python_sitearch}/gi/overrides/__pycache__/GdkPixbuf.*
|
||||||
|
%pycache_only %exclude %{python_sitearch}/gi/overrides/__pycache__/Gtk.*
|
||||||
|
%pycache_only %exclude %{python_sitearch}/gi/overrides/__pycache__/keysyms.*
|
||||||
|
%pycache_only %exclude %{python_sitearch}/gi/overrides/__pycache__/Pango.*
|
||||||
|
|
||||||
|
%files %{python_files Gdk}
|
||||||
|
%{python_sitearch}/gi/_gtktemplate.py
|
||||||
|
%{python_sitearch}/gi/overrides/Gdk.*
|
||||||
|
%{python_sitearch}/gi/overrides/GdkPixbuf.py
|
||||||
|
%{python_sitearch}/gi/overrides/Gtk.*
|
||||||
|
%{python_sitearch}/gi/overrides/keysyms.*
|
||||||
|
%{python_sitearch}/gi/overrides/Pango.*
|
||||||
|
%pycache_only %{python_sitearch}/gi/__pycache__/_gtktemplate*
|
||||||
|
%pycache_only %{python_sitearch}/gi/overrides/__pycache__/Gdk.*
|
||||||
|
%pycache_only %{python_sitearch}/gi/overrides/__pycache__/GdkPixbuf.*
|
||||||
|
%pycache_only %{python_sitearch}/gi/overrides/__pycache__/Gtk.*
|
||||||
|
%pycache_only %{python_sitearch}/gi/overrides/__pycache__/keysyms.*
|
||||||
|
%pycache_only %{python_sitearch}/gi/overrides/__pycache__/Pango.*
|
||||||
|
|
||||||
|
%files %{python_files cairo}
|
||||||
|
%{python_sitearch}/gi/_gi_cairo*.so
|
||||||
|
|
||||||
|
%files %{python_files devel}
|
||||||
|
%doc README.rst
|
||||||
|
%{_includedir}/python%{python_version}/pygobject/
|
||||||
|
|
||||||
|
%files -n %{name}-common-devel
|
||||||
|
%{_includedir}/pygobject-3.0/
|
||||||
|
%{_libdir}/pkgconfig/pygobject-3.0.pc
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user