[packages/python3-psutil] New, 7.0.0 (python3 only)

arekm arekm at pld-linux.org
Tue Feb 25 10:34:13 CET 2025


commit c8f097e558ae6d261f2ae8a2f4ac311cf7870f50
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Feb 25 09:26:14 2025 +0100

    New, 7.0.0 (python3 only)

 python-psutil.spec => python3-psutil.spec | 81 +++----------------------------
 1 file changed, 7 insertions(+), 74 deletions(-)
---
diff --git a/python-psutil.spec b/python3-psutil.spec
similarity index 56%
rename from python-psutil.spec
rename to python3-psutil.spec
index 3258f9a..74f3a3f 100644
--- a/python-psutil.spec
+++ b/python3-psutil.spec
@@ -4,39 +4,29 @@
 # Conditional build:
 %bcond_without	doc	# Sphinx documentation
 %bcond_with	tests	# unit tests
-%bcond_without	python2	# CPython 2.x module
-%bcond_without	python3	# CPython 3.x module
 
 %define		module	psutil
 Summary:	A cross-platform process and system utilities module for Python
 Summary(pl.UTF-8):	Wieloplatformowe narzędzia do procesów i systemu dla Pythona
-Name:		python-%{module}
-Version:	6.1.1
+Name:		python3-%{module}
+Version:	7.0.0
 Release:	1
 License:	BSD
 Group:		Development/Languages/Python
 #Source0Download: https://pypi.org/simple/psutil/
 Source0:	https://github.com/giampaolo/psutil/archive/release-%{version}/%{module}-%{version}.tar.gz
-# Source0-md5:	d6738c39444a9218b29dcda0c86d819f
+# Source0-md5:	5ad9868e9f36604f8164ba7bf53550f2
 URL:		https://github.com/giampaolo/psutil
 BuildRequires:	rpm-build >= 4.6
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
-%if %{with python2}
-BuildRequires:	python-devel >= 1:2.7
 %if %{with tests}
-BuildRequires:	python-ipaddress
-BuildRequires:	python-mock
-%if "%{py_ver}" < "2.7"
-BuildRequires:	python-unittest2
+BuildRequires:	python3-ipaddress
+BuildRequires:	python3-mock
 %endif
-%endif
-%endif
-%if %{with python3}
 BuildRequires:	python3-devel >= 1:3.6
 BuildRequires:	python3-modules >= 1:3.6
-%endif
-Requires:	python-modules >= 1:2.7
+Requires:	python3-modules >= 1:3.6
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -51,24 +41,6 @@ oraz zużyciu systemu (procesor, dyski, pamięć, sieć) w przenośny
 sposób używjąc Pythona. Implementuje wiele funkcjonalności oferowanych
 przez narzędzia linii komend.
 
-%package -n python3-%{module}
-Summary:	A cross-platform process and system utilities module for Python
-Summary(pl.UTF-8):	Wieloplatformowe narzędzia do procesów i systemu dla Pythona
-Group:		Libraries/Python
-Requires:	python3-modules >= 1:3.6
-
-%description -n python3-%{module}
-Module providing an interface for retrieving information on all
-running processes and system utilization (CPU, disk, memory, network)
-in a portable way by using Python, implementing many functionalities
-offered by command line tools.
-
-%description -n python3-%{module} -l pl.UTF-8
-Module providing an interface for retrieving information on all
-running processes and system utilization (CPU, disk, memory, network)
-in a portable way by using Python, implementing many functionalities
-offered by command line tools.
-
 %package apidocs
 Summary:	API documentation for Python psutil module
 Summary(pl.UTF-8):	Dokumentacja API modułu Pythona psutil
@@ -85,22 +57,6 @@ Dokumentacja API modułu Pythona psutil.
 %setup -q -n %{module}-release-%{version}
 
 %build
-%if %{with python2}
-%py_build
-
-%if %{with tests}
-cd build-2/lib.*
-ln -sf ../../scripts .
-ln -sf ../../setup.py .
-LC_ALL=C.UTF-8 \
-PYTHONPATH=$(pwd) \
-%{__python} -m psutil.tests
-%{__rm} scripts setup.py
-cd ../..
-%endif
-%endif
-
-%if %{with python3}
 %py3_build
 
 %if %{with tests}
@@ -112,54 +68,31 @@ PYTHONPATH=$(pwd) \
 %{__rm} scripts setup.py
 cd ../..
 %endif
-%endif
 
 %if %{with doc}
 %{__make} -C docs html \
-	SPHINXBUILD=sphinx-build-2
+	SPHINXBUILD=sphinx-build-3
 %endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%if %{with python2}
-%py_install
-
-%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/psutil/tests
-%py_postclean
-%endif
-
-%if %{with python3}
 %py3_install
 
 %{__rm} -r $RPM_BUILD_ROOT%{py3_sitedir}/psutil/tests
-%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if %{with python2}
 %files
 %defattr(644,root,root,755)
 %doc CREDITS HISTORY.rst LICENSE README.rst
-%dir %{py_sitedir}/psutil
-%attr(755,root,root) %{py_sitedir}/psutil/_psutil_linux.so
-%attr(755,root,root) %{py_sitedir}/psutil/_psutil_posix.so
-%{py_sitedir}/psutil/*.py[co]
-%{py_sitedir}/psutil-%{version}-py*.egg-info
-%endif
-
-%if %{with python3}
-%files -n python3-%{module}
-%defattr(644,root,root,755)
-%doc CREDITS HISTORY.rst LICENSE README.rst
 %dir %{py3_sitedir}/psutil
 %attr(755,root,root) %{py3_sitedir}/psutil/_psutil_linux.*.so
 %attr(755,root,root) %{py3_sitedir}/psutil/_psutil_posix.*.so
 %{py3_sitedir}/psutil/*.py
 %{py3_sitedir}/psutil/__pycache__
 %{py3_sitedir}/psutil-%{version}-py*.egg-info
-%endif
 
 %if %{with doc}
 %files apidocs
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-psutil.git/commitdiff/c8f097e558ae6d261f2ae8a2f4ac311cf7870f50



More information about the pld-cvs-commit mailing list