2025-06-11 12:30:19 +00:00
committed by Git OBS Bridge
parent bad7e41ca7
commit 892c169738
2 changed files with 0 additions and 7 deletions

View File

@@ -2,7 +2,6 @@
Wed Jun 11 11:50:44 UTC 2025 - Markéta Machová <mmachova@suse.com> Wed Jun 11 11:50:44 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build - Convert to pip-based build
- Run tests
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 12 05:39:21 UTC 2023 - ecsos <ecsos@opensuse.org> Mon Jun 12 05:39:21 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -26,12 +26,9 @@ License: SUSE-Repoze
Group: Development/Languages/Python Group: Development/Languages/Python
URL: http://www.repoze.org URL: http://www.repoze.org
Source: https://files.pythonhosted.org/packages/source/r/repoze.sphinx.autointerface/%{modname}-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/r/repoze.sphinx.autointerface/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module autodocsumm}
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: %{python_module zope.interface}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Sphinx Requires: python-Sphinx
@@ -56,9 +53,6 @@ zope.interface instances in code.
# do not install tests # do not install tests
%python_expand rm -rf %{$python_sitelib}/repoze/sphinx/tests %python_expand rm -rf %{$python_sitelib}/repoze/sphinx/tests
%check
%pyunittest
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt
%doc CHANGES.rst COPYRIGHT.txt README.rst %doc CHANGES.rst COPYRIGHT.txt README.rst