2025-05-13 03:18:06 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-stone
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-stone
|
|
|
|
Version: 3.3.9
|
|
|
|
Release: 0
|
|
|
|
Summary: Stone is an interface description language (IDL) for APIs
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/dropbox/stone
|
|
|
|
Source: https://github.com/dropbox/stone/archive/refs/tags/v%{version}.tar.gz#/stone-%{version}.tar.gz
|
2025-05-13 03:25:45 +00:00
|
|
|
# PATCH-FIX-UPSTREAM https://github.com/dropbox/stone/pull/318 remove dependency on six
|
|
|
|
Patch: remove-six.patch
|
|
|
|
BuildRequires: python-rpm-macros
|
2025-05-13 03:18:06 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: %{python_module wheel}
|
|
|
|
# SECTION test requirements
|
|
|
|
BuildRequires: %{python_module Jinja2 >= 3.0.3}
|
|
|
|
BuildRequires: %{python_module packaging >= 21.0}
|
|
|
|
BuildRequires: %{python_module ply >= 3.4}
|
|
|
|
BuildRequires: %{python_module pytest}
|
|
|
|
# /SECTION
|
|
|
|
BuildRequires: fdupes
|
|
|
|
Requires: python-Jinja2 >= 3.0.3
|
|
|
|
Requires: python-packaging >= 21.0
|
|
|
|
Requires: python-ply >= 3.4
|
|
|
|
Requires(post): update-alternatives
|
2025-05-13 03:25:45 +00:00
|
|
|
Requires(postun):update-alternatives
|
2025-05-13 03:18:06 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
Stone is an interface description language (IDL) for APIs.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n stone-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%pyproject_wheel
|
|
|
|
|
|
|
|
%install
|
|
|
|
%pyproject_install
|
|
|
|
%python_clone -a %{buildroot}%{_bindir}/stone
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
|
|
%check
|
2025-05-13 03:25:45 +00:00
|
|
|
export PYTHONPATH=.
|
2025-05-13 03:18:06 +00:00
|
|
|
%pytest
|
|
|
|
|
|
|
|
%post
|
|
|
|
%python_install_alternative stone
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%python_uninstall_alternative stone
|
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
%doc README.rst
|
|
|
|
%license LICENSE LICENSE
|
|
|
|
%python_alternative %{_bindir}/stone
|
|
|
|
%{python_sitelib}/stone
|
|
|
|
%{python_sitelib}/stone-%{version}.dist-info
|
|
|
|
|
|
|
|
%changelog
|