2021-05-20 17:25:01 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package python-dasbus
|
|
|
|
|
#
|
2025-05-26 11:36:56 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2021-05-20 17:25:01 +00:00
|
|
|
#
|
|
|
|
|
# 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/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-dasbus
|
2022-12-02 14:47:33 +00:00
|
|
|
Version: 1.7
|
2021-05-20 17:25:01 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: DBus library in Python 3
|
|
|
|
|
License: LGPL-2.0-or-later
|
|
|
|
|
Group: Development/Libraries/Python
|
|
|
|
|
URL: https://github.com/rhinstaller/dasbus
|
2021-06-09 19:52:59 +00:00
|
|
|
Source: https://github.com/rhinstaller/dasbus/releases/download/v%{version}/dasbus-%{version}.tar.gz
|
2021-05-20 17:25:01 +00:00
|
|
|
BuildRequires: %{python_module devel}
|
2025-05-26 11:36:56 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2021-05-20 17:25:01 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2025-05-26 11:36:56 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2021-05-20 17:25:01 +00:00
|
|
|
BuildRequires: fdupes
|
2021-06-09 19:52:59 +00:00
|
|
|
BuildRequires: gobject-introspection
|
2022-01-14 22:13:32 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
2021-05-20 17:25:01 +00:00
|
|
|
Requires: python-gobject
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
DBus library in Python 3, based on GLib and inspired by pydbus.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n dasbus-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
2025-05-26 11:36:56 +00:00
|
|
|
%pyproject_wheel
|
2021-05-20 17:25:01 +00:00
|
|
|
|
|
|
|
|
%install
|
2025-05-26 11:36:56 +00:00
|
|
|
%pyproject_install
|
2021-05-20 17:25:01 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license LICENSE
|
2025-05-26 11:36:56 +00:00
|
|
|
%{python_sitelib}/dasbus
|
|
|
|
|
%{python_sitelib}/dasbus-%{version}*-info
|
2021-05-20 17:25:01 +00:00
|
|
|
|
|
|
|
|
%changelog
|