[packages/python3-types-psutil] - new

qboosh qboosh at pld-linux.org
Thu Jul 3 20:30:02 CEST 2025


commit 856d07734cbb59e8834db8b412753702d2311bfa
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jul 3 20:31:24 2025 +0200

    - new

 python3-types-psutil.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
---
diff --git a/python3-types-psutil.spec b/python3-types-psutil.spec
new file mode 100644
index 0000000..13b1424
--- /dev/null
+++ b/python3-types-psutil.spec
@@ -0,0 +1,49 @@
+Summary:	Typing stubs for psutil
+Summary(pl.UTF-8):	Zaślepki typów dla modułu psutil
+Name:		python3-types-psutil
+Version:	7.0.0.20250601
+Release:	1
+License:	Apache v2.0
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/types-psutil/
+Source0:	https://files.pythonhosted.org/packages/source/t/types-psutil/types_psutil-%{version}.tar.gz
+# Source0-md5:	6e4b5c44a2373d579117c7350ad8863b
+URL:		https://pypi.org/project/types-psutil/
+BuildRequires:	python3-modules >= 1:3.9
+BuildRequires:	python3-setuptools >= 1:77.0.3
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.9
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a PEP 561 type stub package for the psutil package. It can be
+used by type-checking tools like mypy, pyright, pytype, Pyre, etc. to
+check code that uses psutil.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera zaślepki typów zgodne z PEP 561 dla pakietu psutil.
+Mogą one być używany przez narzędzia sprawdzające typy, takie jak
+mypy, pyright, pytype, Pyre itp. do sprawdzania kodu wykorzystującego
+psutil.
+
+%prep
+%setup -q -n types_psutil-%{version}
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG.md README.md
+%{py3_sitescriptdir}/psutil-stubs
+%{py3_sitescriptdir}/types_psutil-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-types-psutil.git/commitdiff/856d07734cbb59e8834db8b412753702d2311bfa



More information about the pld-cvs-commit mailing list