14
0
forked from pool/python-spur

- Convert to pip-based build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spur?expand=0&rev=7
This commit is contained in:
2025-06-13 10:11:02 +00:00
committed by Git OBS Bridge
parent dd4bcd6759
commit c66a52c6d2
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 13 10:10:51 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 21 11:24:57 UTC 2024 - ecsos <ecsos@opensuse.org> Sun Apr 21 11:24:57 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-spur # spec file for package python-spur
# #
# Copyright (c) 2023 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
@@ -22,10 +22,12 @@ Version: 0.3.23
Release: 0 Release: 0
Summary: Run commands and manipulate files locally or over SSH Summary: Run commands and manipulate files locally or over SSH
License: BSD-2-Clause License: BSD-2-Clause
URL: http://github.com/mwilliamson/spur.py URL: https://github.com/mwilliamson/spur.py
Source: https://github.com/mwilliamson/spur.py/archive/refs/tags/%{version}.tar.gz#/spur-%{version}-gh.tar.gz Source: https://github.com/mwilliamson/spur.py/archive/refs/tags/%{version}.tar.gz#/spur-%{version}-gh.tar.gz
BuildRequires: %{python_module paramiko >= 1.13.1} BuildRequires: %{python_module paramiko >= 1.13.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-paramiko >= 1.13.1 Requires: python-paramiko >= 1.13.1
@@ -39,10 +41,10 @@ Run commands and manipulate files locally or over SSH using the same interface
%autosetup -p1 -n spur.py-%{version} %autosetup -p1 -n spur.py-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check