forked from pool/python-xcffib
Compare commits
16 Commits
bae25c995b
...
d825fa344a
Author | SHA256 | Date | |
---|---|---|---|
d825fa344a | |||
970bd494db | |||
c769bd536e | |||
0dc886942b | |||
10761402dc | |||
7297d027bf | |||
8fe5563ea2 | |||
d4a1a24ef3 | |||
f201bd2854 | |||
0e728166a5 | |||
|
7c578befce | ||
5bfacb8a4b | |||
f88ca4c9e9 | |||
95d18c2263 | |||
1341d8bd14 | |||
41639116db |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 04:19:46 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 15:09:53 UTC 2023 - Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-xcffib
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -31,11 +31,12 @@ Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: A drop in replacement for xpyb, an XCB python binding
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/tych0/xcffib
|
||||
Source: https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-%{version}.tar.gz
|
||||
BuildRequires: %{python_module cffi >= 1.1.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module xcffib}
|
||||
@@ -58,12 +59,12 @@ replacement for xpyb.
|
||||
|
||||
%build
|
||||
%if !%{with test}
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
%endif
|
||||
|
||||
%install
|
||||
%if !%{with test}
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%endif
|
||||
|
||||
@@ -77,7 +78,7 @@ replacement for xpyb.
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python_sitelib}/xcffib/
|
||||
%{python_sitelib}/xcffib-%{version}-py*.egg-info
|
||||
%{python_sitelib}/xcffib-%{version}.dist-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user