14
0

rollback to setuptools, poetry didn't generate the binary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-srcinfo?expand=0&rev=13
This commit is contained in:
2025-06-13 10:53:23 +00:00
committed by Git OBS Bridge
parent 01e333661b
commit 50125d09b1
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Jun 13 10:13:37 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build and libalternatives
- Convert to libalternatives
-------------------------------------------------------------------
Fri Dec 8 16:06:46 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -26,7 +26,7 @@ Group: Development/Languages/Python
URL: https://github.com/kyrias/python-srcinfo
Source: https://files.pythonhosted.org/packages/source/s/srcinfo/srcinfo-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: alts
BuildRequires: fdupes
@@ -48,10 +48,10 @@ Python library to parse Arch .SRCINFO files.
mv test/__init__.py test_srcinfo.py
%build
%pyproject_wheel
%python_build
%install
%pyproject_install
%python_install
%python_clone -a %{buildroot}%{_bindir}/parse_srcinfo
%python_expand %fdupes %{buildroot}%{$python_sitelib}