[packages/python3-sphinxcontrib-devhelp] Up to 2.0.0
arekm
arekm at pld-linux.org
Mon Feb 10 17:18:02 CET 2025
commit 918ca3e5f3dc890d3e5da0da2b074ad5d80e9c1f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Feb 10 16:46:35 2025 +0100
Up to 2.0.0
python3-sphinxcontrib-devhelp.spec | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/python3-sphinxcontrib-devhelp.spec b/python3-sphinxcontrib-devhelp.spec
index a259648..77045bc 100644
--- a/python3-sphinxcontrib-devhelp.spec
+++ b/python3-sphinxcontrib-devhelp.spec
@@ -5,22 +5,23 @@
Summary: Sphinx extension which outputs Devhelp documents
Summary(pl.UTF-8): Rozszerzenie Sphinksa zapisujące dokumenty Devhelpa
Name: python3-sphinxcontrib-devhelp
-Version: 1.0.2
-Release: 5
+Version: 2.0.0
+Release: 1
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/sphinxcontrib-devhelp/
-Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib-devhelp-%{version}.tar.gz
-# Source0-md5: 94069c5cdb5079c445f5477fa6107016
+Source0: https://pypi.debian.net/sphinxcontrib-devhelp/sphinxcontrib_devhelp-%{version}.tar.gz
+# Source0-md5: 79ef5937b8397f724f4fb065073cd24c
URL: https://pypi.org/project/sphinxcontrib-devhelp/
BuildRequires: python3-modules >= 1:3.5
-BuildRequires: python3-setuptools
+BuildRequires: python3-build
+BuildRequires: python3-installer
%if %{with tests}
BuildRequires: python3-Sphinx
BuildRequires: python3-pytest
%endif
BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: rpmbuild(macros) >= 2.044
Requires: python3-modules >= 1:3.5
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,10 +35,10 @@ sphinxcontrib-devhelp to rozszerzenie Sphinksa, zapisujące
dokumenty Devhelpa.
%prep
-%setup -q -n sphinxcontrib-devhelp-%{version}
+%setup -q -n sphinxcontrib_devhelp-%{version}
%build
-%py3_build
+%py3_build_pyproject
%if %{with tests}
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
@@ -47,14 +48,13 @@ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
%install
rm -rf $RPM_BUILD_ROOT
-%py3_install
+%py3_install_pyproject
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc CHANGES LICENSE README.rst
+%doc CHANGES.rst LICENCE.rst README.rst
%{py3_sitescriptdir}/sphinxcontrib/devhelp
-%{py3_sitescriptdir}/sphinxcontrib_devhelp-%{version}-py*.egg-info
-%{py3_sitescriptdir}/sphinxcontrib_devhelp-%{version}-py*-nspkg.pth
+%{py3_sitescriptdir}/sphinxcontrib_devhelp-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-sphinxcontrib-devhelp.git/commitdiff/918ca3e5f3dc890d3e5da0da2b074ad5d80e9c1f
More information about the pld-cvs-commit
mailing list