[packages/python-Tempita] Rel 4; switch to fissix
arekm
arekm at pld-linux.org
Wed Apr 30 14:58:16 CEST 2025
commit 3073dcb66b20121e28214fead520f2b923abb267
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Apr 30 14:14:53 2025 +0200
Rel 4; switch to fissix
python-Tempita.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-Tempita.spec b/python-Tempita.spec
index 78025ae..3217365 100644
--- a/python-Tempita.spec
+++ b/python-Tempita.spec
@@ -8,7 +8,7 @@ Summary: A very small text templating language
Summary(pl.UTF-8): Bardzo mały język szablonów tekstu
Name: python-%{module}
Version: 0.5.2
-Release: 3
+Release: 4
License: MIT
Group: Development/Languages/Python
Source0: https://files.pythonhosted.org/packages/source/T/Tempita/%{module}-%{version}.tar.gz
@@ -19,7 +19,7 @@ BuildRequires: python-modules >= 1:2.5
BuildRequires: python-setuptools
%endif
%if %{with python3}
-BuildRequires: python3-2to3 >= 1:3.2
+BuildRequires: python3-fissix
BuildRequires: python3-modules >= 1:3.2
BuildRequires: python3-setuptools
BuildRequires: sed >= 4.0
@@ -54,7 +54,7 @@ Bardzo mały język szablonów tekstu.
install -d py3
cp -p setup.cfg setup.py py3
%{__sed} -i -e '/use_2to3=/d' py3/setup.py
-2to3-%{py3_ver} tempita -o py3/tempita -n -W
+%{__python3} -m fissix tempita -o py3/tempita -n -W
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-Tempita.git/commitdiff/3073dcb66b20121e28214fead520f2b923abb267
More information about the pld-cvs-commit
mailing list