Accepting request 1085791 from home:bnavigator:branches:devel:languages:python
- poetry-core is enough to build OBS-URL: https://build.opensuse.org/request/show/1085791 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathable?expand=0&rev=5
This commit is contained in:
parent
67cdb40f3c
commit
a41fe650f6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 19:22:19 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- poetry-core is enough to build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 14 06:43:10 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
|
@ -22,12 +22,11 @@ Release: 0
|
||||
Summary: Object-oriented paths
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/p1c2u/pathable
|
||||
Source: /https://github.com/p1c2u/pathable/archive/refs/tags/%{version}.tar.gz#/pathable-%{version}.tar.gz
|
||||
Source: https://github.com/p1c2u/pathable/archive/refs/tags/%{version}.tar.gz#/pathable-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry}
|
||||
BuildRequires: %{python_module poetry-core >= 1.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# I know self obsoletion, but se want following, right?
|
||||
@ -58,6 +57,7 @@ sed -i '/--cov/d' pyproject.toml
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/pathable*/
|
||||
%{python_sitelib}/pathable
|
||||
%{python_sitelib}/pathable-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user