[packages/python3-flit_core] - pl

qboosh qboosh at pld-linux.org
Sat May 24 16:16:48 CEST 2025


commit 8501bea2dcebf1c698ec57fdfe5b46251d61801a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat May 24 15:41:32 2025 +0200

    - pl

 python3-flit_core.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/python3-flit_core.spec b/python3-flit_core.spec
index 3709827..9bcee9e 100644
--- a/python3-flit_core.spec
+++ b/python3-flit_core.spec
@@ -1,9 +1,10 @@
+#
 # Conditional build:
 %bcond_without	tests	# unit tests
 
 %define		module	flit_core
 Summary:	PEP 517 build backend for packages using Flit
-# Name must match the python module/package name (as on pypi or in 'import' statement)
+Summary(pl.UTF-8):	Backend PEP 517 do budowania pakietów przy użyciu Flita
 Name:		python3-%{module}
 Version:	3.11.0
 Release:	3
@@ -30,6 +31,11 @@ This provides a PEP 517 build backend for packages using Flit. The
 only public interface is the API specified by PEP 517, at
 flit_core.buildapi.
 
+%description -l pl.UTF-8
+Ten pakiet dostarcza backend PEP 517 do budowania pakietów przy użyciu
+Flita. Jedynym interfejsem publicznym jest API określone przez PEP
+517, pod flit_core.buildapi.
+
 %prep
 %setup -q -n %{module}-%{version}
 
@@ -37,7 +43,6 @@ flit_core.buildapi.
 %py3_build_pyproject
 
 %if %{with tests}
-# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTEST_PLUGINS=testpath \
 %{__python3} -m pytest tests_core
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-flit_core.git/commitdiff/8501bea2dcebf1c698ec57fdfe5b46251d61801a



More information about the pld-cvs-commit mailing list