forked from pool/python-python-sql
- Clean up the SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=22
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 20 18:19:43 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Clean up the SPEC file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 15 08:46:55 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
Wed May 15 08:46:55 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@@ -16,30 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1550
|
|
||||||
%define pythons python3
|
|
||||||
%define mypython python3
|
|
||||||
%define mysitelib %python3_sitelib
|
|
||||||
%else
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
%define mypython %pythons
|
Name: python-python-sql
|
||||||
%define mysitelib %{expand:%%%{mypython}_sitelib}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%define base_name python-sql
|
|
||||||
Name: python-%{base_name}
|
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to write SQL queries
|
Summary: Library to write SQL queries
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://pypi.io/project/python-sql
|
URL: https://pypi.io/project/python-sql
|
||||||
## Source: https://pypi.io/packages/source/p/%{base_name}/%{base_name}-%{version}.tar.gz
|
## Source: https://pypi.io/packages/source/p/python-sql/python-sql-%%{version}.tar.gz
|
||||||
## Naming scheme broken upsream
|
## Naming scheme broken upsream
|
||||||
Source: https://pypi.io/packages/source/p/%{base_name}/python_sql-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python_sql/python_sql-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -48,7 +39,6 @@ BuildArch: noarch
|
|||||||
python-sql is a library to write SQL queries in a pythonic way.
|
python-sql is a library to write SQL queries in a pythonic way.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
## %setup -q -n %{base_name}-%{version}
|
|
||||||
%autosetup -n python_sql-%{version}
|
%autosetup -n python_sql-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -56,6 +46,7 @@ python-sql is a library to write SQL queries in a pythonic way.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
mv sql sql_hide
|
mv sql sql_hide
|
||||||
@@ -65,7 +56,7 @@ mv sql_hide sql
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYRIGHT
|
%license COPYRIGHT
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{mysitelib}/sql
|
%{python_sitelib}/sql
|
||||||
%{mysitelib}/python_sql-%{version}.dist-info
|
%{python_sitelib}/python_sql-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user