forked from pool/python-streamdeck
		
	Accepting request 1285977 from devel:languages:python
- Switch to pyroject macros. OBS-URL: https://build.opensuse.org/request/show/1285977 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-streamdeck?expand=0&rev=6
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Mon Jun 16 06:12:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> | ||||||
|  |  | ||||||
|  | - Switch to pyroject macros. | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Tue Oct 29 22:24:06 UTC 2024 - Dirk Müller <dmueller@suse.com> | Tue Oct 29 22:24:06 UTC 2024 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-streamdeck | # spec file for package python-streamdeck | ||||||
| # | # | ||||||
| # Copyright (c) 2024 SUSE LLC | # Copyright (c) 2025 SUSE LLC | ||||||
| # | # | ||||||
| # All modifications and additions to the file contributed by third parties | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # remain the property of their copyright owners, unless otherwise agreed | ||||||
| @@ -24,7 +24,9 @@ License:        MIT | |||||||
| URL:            https://github.com/abcminiuser/python-elgato-streamdeck | URL:            https://github.com/abcminiuser/python-elgato-streamdeck | ||||||
| Source:         https://files.pythonhosted.org/packages/source/s/streamdeck/streamdeck-%{version}.tar.gz | Source:         https://files.pythonhosted.org/packages/source/s/streamdeck/streamdeck-%{version}.tar.gz | ||||||
| Group:          Development/Languages/Python | Group:          Development/Languages/Python | ||||||
|  | BuildRequires:  %{python_module pip} | ||||||
| BuildRequires:  %{python_module setuptools} | BuildRequires:  %{python_module setuptools} | ||||||
|  | BuildRequires:  %{python_module wheel} | ||||||
| BuildRequires:  dos2unix | BuildRequires:  dos2unix | ||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
| @@ -40,16 +42,16 @@ Python library to control Elgato StreamDeck devices. | |||||||
| dos2unix CHANGELOG README.md | dos2unix CHANGELOG README.md | ||||||
|  |  | ||||||
| %build | %build | ||||||
| %python_build | %pyproject_wheel | ||||||
|  |  | ||||||
| %install | %install | ||||||
| %python_install | %pyproject_install | ||||||
| %python_expand %fdupes %{buildroot}%{$python_sitelib} | %python_expand %fdupes %{buildroot}%{$python_sitelib} | ||||||
|  |  | ||||||
| %files %{python_files} | %files %{python_files} | ||||||
| %doc CHANGELOG README.md | %doc CHANGELOG README.md | ||||||
| %license LICENSE | %license LICENSE | ||||||
| %{python_sitelib}/StreamDeck* | %{python_sitelib}/StreamDeck* | ||||||
| %{python_sitelib}/streamdeck-%{version}*-info | %{python_sitelib}/streamdeck-%{version}.dist-info | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user