14
0

Compare commits

...

6 Commits

Author SHA256 Message Date
04930affaa Accepting request 1280606 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1280606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fluidity-sm?expand=0&rev=4
2025-05-30 12:28:04 +00:00
d3e053ab5a Accepting request 1280605 from home:mcalabkova:branches:devel:languages:python
fix files

OBS-URL: https://build.opensuse.org/request/show/1280605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fluidity-sm?expand=0&rev=9
2025-05-27 13:41:01 +00:00
d7f80d6fe1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fluidity-sm?expand=0&rev=8 2025-05-27 13:10:40 +00:00
3c225cd3af - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fluidity-sm?expand=0&rev=7
2025-05-27 13:06:33 +00:00
634cd184f1 Accepting request 1115975 from devel:languages:python
- Include in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352)

OBS-URL: https://build.opensuse.org/request/show/1115975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fluidity-sm?expand=0&rev=3
2023-10-06 19:12:10 +00:00
344d8cbe9e Accepting request 1081918 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fluidity-sm?expand=0&rev=2
2023-04-22 20:00:58 +00:00
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 27 13:06:22 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Fri Apr 21 12:25:23 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-fluidity-sm
#
# 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
@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-fluidity-sm
Version: 0.2.0
@@ -26,11 +25,12 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/nsi-iff/fluidity
Source: https://github.com/nsi-iff/fluidity/archive/%{version}/fluidity-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
@@ -47,15 +47,16 @@ callables, or lists of method names or callables.
rm -rf *.egg-info/
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc CHANGELOG README.*
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/fluidity
%{python_sitelib}/fluidity[-_]sm-%{version}*-info
%changelog