[packages/python-ptyprocess] Rel 7; fix docs build
arekm
arekm at pld-linux.org
Mon Mar 17 22:08:05 CET 2025
commit 2ca657f14f363687c6902e751ed33005e3619bdb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Mar 17 22:02:54 2025 +0100
Rel 7; fix docs build
python-ptyprocess.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec
index 5342b1b..ca7733d 100644
--- a/python-ptyprocess.spec
+++ b/python-ptyprocess.spec
@@ -9,7 +9,7 @@ Summary: Run a subprocess in a pseudo terminal
Summary(pl.UTF-8): Uruchamianie podprocesu w pseudoterminalu
Name: python-ptyprocess
Version: 0.7.0
-Release: 6
+Release: 7
License: ISC
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/ptyprocess/
@@ -91,6 +91,9 @@ Dokumentacja API ptyprocess.
%prep
%setup -q -n ptyprocess-%{version}
+# fix invalid mapping
+sed -i -e "s#^intersphinx_mapping =.*#intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}#g" docs/conf.py
+
%build
%if %{with python2}
%py_build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-ptyprocess.git/commitdiff/2ca657f14f363687c6902e751ed33005e3619bdb
More information about the pld-cvs-commit
mailing list