tar -xf psutil-7.0.0.tar.gz * Getting build dependencies for sdist... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing psutil.egg-info/PKG-INFO writing dependency_links to psutil.egg-info/dependency_links.txt writing requirements to psutil.egg-info/requires.txt writing top-level names to psutil.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'psutil.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'psutil.egg-info/SOURCES.txt' * Building sdist... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running sdist running egg_info writing psutil.egg-info/PKG-INFO writing dependency_links to psutil.egg-info/dependency_links.txt writing requirements to psutil.egg-info/requires.txt writing top-level names to psutil.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'psutil.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'psutil.egg-info/SOURCES.txt' running check creating psutil-7.0.0 creating psutil-7.0.0/docs creating psutil-7.0.0/docs/_static creating psutil-7.0.0/docs/_static/css creating psutil-7.0.0/psutil creating psutil-7.0.0/psutil.egg-info creating psutil-7.0.0/psutil/arch/aix creating psutil-7.0.0/psutil/arch/bsd creating psutil-7.0.0/psutil/arch/freebsd creating psutil-7.0.0/psutil/arch/linux creating psutil-7.0.0/psutil/arch/netbsd creating psutil-7.0.0/psutil/arch/openbsd creating psutil-7.0.0/psutil/arch/osx creating psutil-7.0.0/psutil/arch/solaris creating psutil-7.0.0/psutil/arch/solaris/v10 creating psutil-7.0.0/psutil/arch/windows creating psutil-7.0.0/psutil/tests creating psutil-7.0.0/scripts creating psutil-7.0.0/scripts/internal copying files to psutil-7.0.0... copying .gitignore -> psutil-7.0.0 copying CONTRIBUTING.md -> psutil-7.0.0 copying CREDITS -> psutil-7.0.0 copying HISTORY.rst -> psutil-7.0.0 copying INSTALL.rst -> psutil-7.0.0 copying LICENSE -> psutil-7.0.0 copying MANIFEST.in -> psutil-7.0.0 copying Makefile -> psutil-7.0.0 copying README.rst -> psutil-7.0.0 copying SECURITY.md -> psutil-7.0.0 copying make.bat -> psutil-7.0.0 copying pyproject.toml -> psutil-7.0.0 copying setup.cfg -> psutil-7.0.0 copying setup.py -> psutil-7.0.0 copying docs/.readthedocs.yaml -> psutil-7.0.0/docs copying docs/DEVGUIDE.rst -> psutil-7.0.0/docs copying docs/DEVNOTES -> psutil-7.0.0/docs copying docs/Makefile -> psutil-7.0.0/docs copying docs/README -> psutil-7.0.0/docs copying docs/conf.py -> psutil-7.0.0/docs copying docs/index.rst -> psutil-7.0.0/docs copying docs/make.bat -> psutil-7.0.0/docs copying docs/requirements.txt -> psutil-7.0.0/docs copying docs/_static/copybutton.js -> psutil-7.0.0/docs/_static copying docs/_static/favicon.ico -> psutil-7.0.0/docs/_static copying docs/_static/sidebar.js -> psutil-7.0.0/docs/_static copying docs/_static/css/custom.css -> psutil-7.0.0/docs/_static/css copying psutil/__init__.py -> psutil-7.0.0/psutil copying psutil/_common.py -> psutil-7.0.0/psutil copying psutil/_psaix.py -> psutil-7.0.0/psutil copying psutil/_psbsd.py -> psutil-7.0.0/psutil copying psutil/_pslinux.py -> psutil-7.0.0/psutil copying psutil/_psosx.py -> psutil-7.0.0/psutil copying psutil/_psposix.py -> psutil-7.0.0/psutil copying psutil/_pssunos.py -> psutil-7.0.0/psutil copying psutil/_psutil_aix.c -> psutil-7.0.0/psutil copying psutil/_psutil_bsd.c -> psutil-7.0.0/psutil copying psutil/_psutil_common.c -> psutil-7.0.0/psutil copying psutil/_psutil_common.h -> psutil-7.0.0/psutil copying psutil/_psutil_linux.c -> psutil-7.0.0/psutil copying psutil/_psutil_osx.c -> psutil-7.0.0/psutil copying psutil/_psutil_posix.c -> psutil-7.0.0/psutil copying psutil/_psutil_posix.h -> psutil-7.0.0/psutil copying psutil/_psutil_sunos.c -> psutil-7.0.0/psutil copying psutil/_psutil_windows.c -> psutil-7.0.0/psutil copying psutil/_pswindows.py -> psutil-7.0.0/psutil copying psutil.egg-info/PKG-INFO -> psutil-7.0.0/psutil.egg-info copying psutil.egg-info/SOURCES.txt -> psutil-7.0.0/psutil.egg-info copying psutil.egg-info/dependency_links.txt -> psutil-7.0.0/psutil.egg-info copying psutil.egg-info/not-zip-safe -> psutil-7.0.0/psutil.egg-info copying psutil.egg-info/requires.txt -> psutil-7.0.0/psutil.egg-info copying psutil.egg-info/top_level.txt -> psutil-7.0.0/psutil.egg-info copying psutil/arch/aix/common.c -> psutil-7.0.0/psutil/arch/aix copying psutil/arch/aix/common.h -> psutil-7.0.0/psutil/arch/aix copying psutil/arch/aix/ifaddrs.c -> psutil-7.0.0/psutil/arch/aix copying psutil/arch/aix/ifaddrs.h -> psutil-7.0.0/psutil/arch/aix copying psutil/arch/aix/net_connections.c -> psutil-7.0.0/psutil/arch/aix copying psutil/arch/aix/net_connections.h -> psutil-7.0.0/psutil/arch/aix copying psutil/arch/aix/net_kernel_structs.h -> psutil-7.0.0/psutil/arch/aix copying psutil/arch/bsd/cpu.c -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/bsd/cpu.h -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/bsd/disk.c -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/bsd/disk.h -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/bsd/net.c -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/bsd/net.h -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/bsd/proc.c -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/bsd/proc.h -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/bsd/sys.c -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/bsd/sys.h -> psutil-7.0.0/psutil/arch/bsd copying psutil/arch/freebsd/cpu.c -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/cpu.h -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/disk.c -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/disk.h -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/mem.c -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/mem.h -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/proc.c -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/proc.h -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/proc_socks.c -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/proc_socks.h -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/sensors.c -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/sensors.h -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/sys_socks.c -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/freebsd/sys_socks.h -> psutil-7.0.0/psutil/arch/freebsd copying psutil/arch/linux/disk.c -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/linux/disk.h -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/linux/mem.c -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/linux/mem.h -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/linux/net.c -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/linux/net.h -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/linux/proc.c -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/linux/proc.h -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/linux/users.c -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/linux/users.h -> psutil-7.0.0/psutil/arch/linux copying psutil/arch/netbsd/cpu.c -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/netbsd/cpu.h -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/netbsd/disk.c -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/netbsd/disk.h -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/netbsd/mem.c -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/netbsd/mem.h -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/netbsd/proc.c -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/netbsd/proc.h -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/netbsd/socks.c -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/netbsd/socks.h -> psutil-7.0.0/psutil/arch/netbsd copying psutil/arch/openbsd/cpu.c -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/openbsd/cpu.h -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/openbsd/disk.c -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/openbsd/disk.h -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/openbsd/mem.c -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/openbsd/mem.h -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/openbsd/proc.c -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/openbsd/proc.h -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/openbsd/socks.c -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/openbsd/socks.h -> psutil-7.0.0/psutil/arch/openbsd copying psutil/arch/osx/cpu.c -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/cpu.h -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/disk.c -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/disk.h -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/mem.c -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/mem.h -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/net.c -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/net.h -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/proc.c -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/proc.h -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/sensors.c -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/sensors.h -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/sys.c -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/osx/sys.h -> psutil-7.0.0/psutil/arch/osx copying psutil/arch/solaris/environ.c -> psutil-7.0.0/psutil/arch/solaris copying psutil/arch/solaris/environ.h -> psutil-7.0.0/psutil/arch/solaris copying psutil/arch/solaris/v10/ifaddrs.c -> psutil-7.0.0/psutil/arch/solaris/v10 copying psutil/arch/solaris/v10/ifaddrs.h -> psutil-7.0.0/psutil/arch/solaris/v10 copying psutil/arch/windows/cpu.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/cpu.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/disk.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/disk.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/mem.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/mem.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/net.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/net.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/ntextapi.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/proc.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/proc.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/proc_handles.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/proc_handles.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/proc_info.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/proc_info.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/proc_utils.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/proc_utils.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/security.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/security.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/sensors.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/sensors.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/services.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/services.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/socks.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/socks.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/sys.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/sys.h -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/wmi.c -> psutil-7.0.0/psutil/arch/windows copying psutil/arch/windows/wmi.h -> psutil-7.0.0/psutil/arch/windows copying psutil/tests/README.rst -> psutil-7.0.0/psutil/tests copying psutil/tests/__init__.py -> psutil-7.0.0/psutil/tests copying psutil/tests/__main__.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_aix.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_bsd.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_connections.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_contracts.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_linux.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_memleaks.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_misc.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_osx.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_posix.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_process.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_process_all.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_scripts.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_sunos.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_system.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_testutils.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_unicode.py -> psutil-7.0.0/psutil/tests copying psutil/tests/test_windows.py -> psutil-7.0.0/psutil/tests copying scripts/battery.py -> psutil-7.0.0/scripts copying scripts/cpu_distribution.py -> psutil-7.0.0/scripts copying scripts/disk_usage.py -> psutil-7.0.0/scripts copying scripts/fans.py -> psutil-7.0.0/scripts copying scripts/free.py -> psutil-7.0.0/scripts copying scripts/ifconfig.py -> psutil-7.0.0/scripts copying scripts/iotop.py -> psutil-7.0.0/scripts copying scripts/killall.py -> psutil-7.0.0/scripts copying scripts/meminfo.py -> psutil-7.0.0/scripts copying scripts/netstat.py -> psutil-7.0.0/scripts copying scripts/nettop.py -> psutil-7.0.0/scripts copying scripts/pidof.py -> psutil-7.0.0/scripts copying scripts/pmap.py -> psutil-7.0.0/scripts copying scripts/procinfo.py -> psutil-7.0.0/scripts copying scripts/procsmem.py -> psutil-7.0.0/scripts copying scripts/ps.py -> psutil-7.0.0/scripts copying scripts/pstree.py -> psutil-7.0.0/scripts copying scripts/sensors.py -> psutil-7.0.0/scripts copying scripts/temperatures.py -> psutil-7.0.0/scripts copying scripts/top.py -> psutil-7.0.0/scripts copying scripts/who.py -> psutil-7.0.0/scripts copying scripts/winservices.py -> psutil-7.0.0/scripts copying scripts/internal/README -> psutil-7.0.0/scripts/internal copying scripts/internal/bench_oneshot.py -> psutil-7.0.0/scripts/internal copying scripts/internal/bench_oneshot_2.py -> psutil-7.0.0/scripts/internal copying scripts/internal/check_broken_links.py -> psutil-7.0.0/scripts/internal copying scripts/internal/clinter.py -> psutil-7.0.0/scripts/internal copying scripts/internal/convert_readme.py -> psutil-7.0.0/scripts/internal copying scripts/internal/download_wheels.py -> psutil-7.0.0/scripts/internal copying scripts/internal/generate_manifest.py -> psutil-7.0.0/scripts/internal copying scripts/internal/git_pre_commit.py -> psutil-7.0.0/scripts/internal copying scripts/internal/install-sysdeps.sh -> psutil-7.0.0/scripts/internal copying scripts/internal/install_pip.py -> psutil-7.0.0/scripts/internal copying scripts/internal/print_access_denied.py -> psutil-7.0.0/scripts/internal copying scripts/internal/print_announce.py -> psutil-7.0.0/scripts/internal copying scripts/internal/print_api_speed.py -> psutil-7.0.0/scripts/internal copying scripts/internal/print_dist.py -> psutil-7.0.0/scripts/internal copying scripts/internal/print_downloads.py -> psutil-7.0.0/scripts/internal copying scripts/internal/print_hashes.py -> psutil-7.0.0/scripts/internal copying scripts/internal/print_timeline.py -> psutil-7.0.0/scripts/internal copying scripts/internal/purge_installation.py -> psutil-7.0.0/scripts/internal copying scripts/internal/test_python2_setup_py.py -> psutil-7.0.0/scripts/internal copying scripts/internal/winmake.py -> psutil-7.0.0/scripts/internal copying psutil.egg-info/SOURCES.txt -> psutil-7.0.0/psutil.egg-info Writing psutil-7.0.0/setup.cfg Creating tar archive removing 'psutil-7.0.0' (and everything under it) * Building wheel from sdist * Getting build dependencies for wheel... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing psutil.egg-info/PKG-INFO writing dependency_links to psutil.egg-info/dependency_links.txt writing requirements to psutil.egg-info/requires.txt writing top-level names to psutil.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'psutil.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'psutil.egg-info/SOURCES.txt' * Building wheel... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.linux-x86_64-cpython-312/psutil copying psutil/_psaix.py -> build/lib.linux-x86_64-cpython-312/psutil copying psutil/_psosx.py -> build/lib.linux-x86_64-cpython-312/psutil copying psutil/_pswindows.py -> build/lib.linux-x86_64-cpython-312/psutil copying psutil/_psbsd.py -> build/lib.linux-x86_64-cpython-312/psutil copying psutil/__init__.py -> build/lib.linux-x86_64-cpython-312/psutil copying psutil/_common.py -> build/lib.linux-x86_64-cpython-312/psutil copying psutil/_psposix.py -> build/lib.linux-x86_64-cpython-312/psutil copying psutil/_pssunos.py -> build/lib.linux-x86_64-cpython-312/psutil copying psutil/_pslinux.py -> build/lib.linux-x86_64-cpython-312/psutil creating build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_bsd.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_scripts.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_contracts.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_system.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_process_all.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/__init__.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_testutils.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_process.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_windows.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/__main__.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_osx.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_linux.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_posix.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_sunos.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_memleaks.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_unicode.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_connections.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_aix.py -> build/lib.linux-x86_64-cpython-312/psutil/tests copying psutil/tests/test_misc.py -> build/lib.linux-x86_64-cpython-312/psutil/tests running build_ext building 'psutil._psutil_linux' extension creating build/temp.linux-x86_64-cpython-312/psutil creating build/temp.linux-x86_64-cpython-312/psutil/arch/linux gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-cpython-312/psutil/_psutil_common.o gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-cpython-312/psutil/_psutil_linux.o gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-cpython-312/psutil/_psutil_posix.o gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/arch/linux/disk.c -o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/disk.o gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/arch/linux/mem.c -o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/mem.o gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/arch/linux/net.c -o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/net.o gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/arch/linux/proc.c -o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/proc.o gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/arch/linux/users.c -o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/users.o gcc -shared -O2 -fPIC build/temp.linux-x86_64-cpython-312/psutil/_psutil_common.o build/temp.linux-x86_64-cpython-312/psutil/_psutil_linux.o build/temp.linux-x86_64-cpython-312/psutil/_psutil_posix.o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/disk.o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/mem.o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/net.o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/proc.o build/temp.linux-x86_64-cpython-312/psutil/arch/linux/users.o -L/usr/lib64 -o build/lib.linux-x86_64-cpython-312/psutil/_psutil_linux.abi3.so building 'psutil._psutil_posix' extension gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-cpython-312/psutil/_psutil_common.o gcc -O2 -fPIC -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=700 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/usr/include/python3.12 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-cpython-312/psutil/_psutil_posix.o gcc -shared -O2 -fPIC build/temp.linux-x86_64-cpython-312/psutil/_psutil_common.o build/temp.linux-x86_64-cpython-312/psutil/_psutil_posix.o -L/usr/lib64 -o build/lib.linux-x86_64-cpython-312/psutil/_psutil_posix.abi3.so installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/psutil copying build/lib.linux-x86_64-cpython-312/psutil/_psaix.py -> build/bdist.linux-x86_64/wheel/./psutil copying build/lib.linux-x86_64-cpython-312/psutil/_psosx.py -> build/bdist.linux-x86_64/wheel/./psutil copying build/lib.linux-x86_64-cpython-312/psutil/_pswindows.py -> build/bdist.linux-x86_64/wheel/./psutil copying build/lib.linux-x86_64-cpython-312/psutil/_psbsd.py -> build/bdist.linux-x86_64/wheel/./psutil copying build/lib.linux-x86_64-cpython-312/psutil/__init__.py -> build/bdist.linux-x86_64/wheel/./psutil copying build/lib.linux-x86_64-cpython-312/psutil/_common.py -> build/bdist.linux-x86_64/wheel/./psutil copying build/lib.linux-x86_64-cpython-312/psutil/_psutil_linux.abi3.so -> build/bdist.linux-x86_64/wheel/./psutil copying build/lib.linux-x86_64-cpython-312/psutil/_psposix.py -> build/bdist.linux-x86_64/wheel/./psutil creating build/bdist.linux-x86_64/wheel/psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_bsd.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_scripts.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_contracts.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_system.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_process_all.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_testutils.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_process.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_windows.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/__main__.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_osx.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_linux.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_posix.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_sunos.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_memleaks.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_unicode.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_connections.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_aix.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/tests/test_misc.py -> build/bdist.linux-x86_64/wheel/./psutil/tests copying build/lib.linux-x86_64-cpython-312/psutil/_psutil_posix.abi3.so -> build/bdist.linux-x86_64/wheel/./psutil copying build/lib.linux-x86_64-cpython-312/psutil/_pssunos.py -> build/bdist.linux-x86_64/wheel/./psutil copying build/lib.linux-x86_64-cpython-312/psutil/_pslinux.py -> build/bdist.linux-x86_64/wheel/./psutil running install_egg_info running egg_info writing psutil.egg-info/PKG-INFO writing dependency_links to psutil.egg-info/dependency_links.txt writing requirements to psutil.egg-info/requires.txt writing top-level names to psutil.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'psutil.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'psutil.egg-info/SOURCES.txt' Copying psutil.egg-info to build/bdist.linux-x86_64/wheel/./psutil-7.0.0-py3.12.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/psutil-7.0.0.dist-info/WHEEL creating '/home/djemos/obkey/obkey-python3/psutil/src/psutil-7.0.0/dist/.tmp-7x862gxk/psutil-7.0.0-cp36-abi3-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'psutil/__init__.py' adding 'psutil/_common.py' adding 'psutil/_psaix.py' adding 'psutil/_psbsd.py' adding 'psutil/_pslinux.py' adding 'psutil/_psosx.py' adding 'psutil/_psposix.py' adding 'psutil/_pssunos.py' adding 'psutil/_psutil_linux.abi3.so' adding 'psutil/_psutil_posix.abi3.so' adding 'psutil/_pswindows.py' adding 'psutil/tests/__init__.py' adding 'psutil/tests/__main__.py' adding 'psutil/tests/test_aix.py' adding 'psutil/tests/test_bsd.py' adding 'psutil/tests/test_connections.py' adding 'psutil/tests/test_contracts.py' adding 'psutil/tests/test_linux.py' adding 'psutil/tests/test_memleaks.py' adding 'psutil/tests/test_misc.py' adding 'psutil/tests/test_osx.py' adding 'psutil/tests/test_posix.py' adding 'psutil/tests/test_process.py' adding 'psutil/tests/test_process_all.py' adding 'psutil/tests/test_scripts.py' adding 'psutil/tests/test_sunos.py' adding 'psutil/tests/test_system.py' adding 'psutil/tests/test_testutils.py' adding 'psutil/tests/test_unicode.py' adding 'psutil/tests/test_windows.py' adding 'psutil-7.0.0.dist-info/licenses/LICENSE' adding 'psutil-7.0.0.dist-info/METADATA' adding 'psutil-7.0.0.dist-info/WHEEL' adding 'psutil-7.0.0.dist-info/top_level.txt' adding 'psutil-7.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built psutil-7.0.0.tar.gz and psutil-7.0.0-cp36-abi3-linux_x86_64.whl /home/djemos/obkey/obkey-python3/psutil/pkg: σύνολο 8 drwxr-xr-x 2 root root 4096 Μαρ 31 22:36 install drwxr-xr-x 5 root root 4096 Μαρ 31 22:36 usr /home/djemos/obkey/obkey-python3/psutil/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 671 Μαρ 31 22:36 slack-desc /home/djemos/obkey/obkey-python3/psutil/pkg/usr: σύνολο 12 drwxr-xr-x 3 root root 4096 Μαρ 31 22:36 doc drwxr-xr-x 3 root root 4096 Μαρ 31 22:36 lib64 drwxr-xr-x 3 root root 4096 Μαρ 31 22:36 src /home/djemos/obkey/obkey-python3/psutil/pkg/usr/doc: σύνολο 4 drwxr-xr-x 2 root root 4096 Μαρ 31 22:36 python3-psutil-7.0.0 /home/djemos/obkey/obkey-python3/psutil/pkg/usr/doc/python3-psutil-7.0.0: σύνολο 304 -rw-r--r-- 1 root root 12712 Μαρ 31 22:36 CREDITS -rw-r--r-- 1 root root 286070 Μαρ 31 22:36 HISTORY.rst -rw-r--r-- 1 root root 1548 Μαρ 31 22:36 LICENSE -rw-r--r-- 1 root root 724 Μαρ 31 22:36 README.rst /home/djemos/obkey/obkey-python3/psutil/pkg/usr/lib64: σύνολο 4 drwxr-xr-x 3 root root 4096 Μαρ 31 22:36 python3.12 /home/djemos/obkey/obkey-python3/psutil/pkg/usr/lib64/python3.12: σύνολο 4 drwxr-xr-x 4 root root 4096 Μαρ 31 22:36 site-packages /home/djemos/obkey/obkey-python3/psutil/pkg/usr/lib64/python3.12/site-packages: σύνολο 8 drwxr-xr-x 4 root root 4096 Μαρ 31 22:36 psutil drwxr-xr-x 3 root root 4096 Μαρ 31 22:36 psutil-7.0.0.dist-info /home/djemos/obkey/obkey-python3/psutil/pkg/usr/lib64/python3.12/site-packages/psutil: σύνολο 408 -rw-r--r-- 1 root root 86668 Μαρ 31 22:36 __init__.py drwxr-xr-x 2 root root 4096 Μαρ 31 22:36 __pycache__ -rw-r--r-- 1 root root 28642 Μαρ 31 22:36 _common.py -rw-r--r-- 1 root root 18252 Μαρ 31 22:36 _psaix.py -rw-r--r-- 1 root root 31756 Μαρ 31 22:36 _psbsd.py -rw-r--r-- 1 root root 86028 Μαρ 31 22:36 _pslinux.py -rw-r--r-- 1 root root 15877 Μαρ 31 22:36 _psosx.py -rw-r--r-- 1 root root 7142 Μαρ 31 22:36 _psposix.py -rw-r--r-- 1 root root 24920 Μαρ 31 22:36 _pssunos.py -rwxr-xr-x 1 root root 32056 Μαρ 31 22:36 _psutil_linux.abi3.so -rwxr-xr-x 1 root root 23160 Μαρ 31 22:36 _psutil_posix.abi3.so -rw-r--r-- 1 root root 35949 Μαρ 31 22:36 _pswindows.py drwxr-xr-x 3 root root 4096 Μαρ 31 22:36 tests /home/djemos/obkey/obkey-python3/psutil/pkg/usr/lib64/python3.12/site-packages/psutil/__pycache__: σύνολο 768 -rw-r--r-- 1 root root 87863 Μαρ 31 22:36 __init__.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 88052 Μαρ 31 22:36 __init__.cpython-312.pyc -rw-r--r-- 1 root root 33178 Μαρ 31 22:36 _common.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 33473 Μαρ 31 22:36 _common.cpython-312.pyc -rw-r--r-- 1 root root 24640 Μαρ 31 22:36 _psaix.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 24640 Μαρ 31 22:36 _psaix.cpython-312.pyc -rw-r--r-- 1 root root 34373 Μαρ 31 22:36 _psbsd.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 34492 Μαρ 31 22:36 _psbsd.cpython-312.pyc -rw-r--r-- 1 root root 89648 Μαρ 31 22:36 _pslinux.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 89797 Μαρ 31 22:36 _pslinux.cpython-312.pyc -rw-r--r-- 1 root root 21322 Μαρ 31 22:36 _psosx.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 21504 Μαρ 31 22:36 _psosx.cpython-312.pyc -rw-r--r-- 1 root root 5680 Μαρ 31 22:36 _psposix.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 5719 Μαρ 31 22:36 _psposix.cpython-312.pyc -rw-r--r-- 1 root root 30261 Μαρ 31 22:36 _pssunos.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 30352 Μαρ 31 22:36 _pssunos.cpython-312.pyc -rw-r--r-- 1 root root 42777 Μαρ 31 22:36 _pswindows.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 43007 Μαρ 31 22:36 _pswindows.cpython-312.pyc /home/djemos/obkey/obkey-python3/psutil/pkg/usr/lib64/python3.12/site-packages/psutil/tests: σύνολο 496 -rw-r--r-- 1 root root 64104 Μαρ 31 22:36 __init__.py -rw-r--r-- 1 root root 309 Μαρ 31 22:36 __main__.py drwxr-xr-x 2 root root 4096 Μαρ 31 22:36 __pycache__ -rw-r--r-- 1 root root 4408 Μαρ 31 22:36 test_aix.py -rw-r--r-- 1 root root 20191 Μαρ 31 22:36 test_bsd.py -rw-r--r-- 1 root root 21157 Μαρ 31 22:36 test_connections.py -rw-r--r-- 1 root root 12001 Μαρ 31 22:36 test_contracts.py -rw-r--r-- 1 root root 88895 Μαρ 31 22:36 test_linux.py -rw-r--r-- 1 root root 15121 Μαρ 31 22:36 test_memleaks.py -rw-r--r-- 1 root root 29672 Μαρ 31 22:36 test_misc.py -rw-r--r-- 1 root root 6315 Μαρ 31 22:36 test_osx.py -rw-r--r-- 1 root root 17187 Μαρ 31 22:36 test_posix.py -rw-r--r-- 1 root root 59881 Μαρ 31 22:36 test_process.py -rw-r--r-- 1 root root 18347 Μαρ 31 22:36 test_process_all.py -rw-r--r-- 1 root root 7725 Μαρ 31 22:36 test_scripts.py -rw-r--r-- 1 root root 1190 Μαρ 31 22:36 test_sunos.py -rw-r--r-- 1 root root 36107 Μαρ 31 22:36 test_system.py -rw-r--r-- 1 root root 18338 Μαρ 31 22:36 test_testutils.py -rw-r--r-- 1 root root 10392 Μαρ 31 22:36 test_unicode.py -rw-r--r-- 1 root root 33214 Μαρ 31 22:36 test_windows.py /home/djemos/obkey/obkey-python3/psutil/pkg/usr/lib64/python3.12/site-packages/psutil/tests/__pycache__: σύνολο 1380 -rw-r--r-- 1 root root 84458 Μαρ 31 22:36 __init__.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 91370 Μαρ 31 22:36 __init__.cpython-312.pyc -rw-r--r-- 1 root root 372 Μαρ 31 22:36 __main__.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 372 Μαρ 31 22:36 __main__.cpython-312.pyc -rw-r--r-- 1 root root 3850 Μαρ 31 22:36 test_aix.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 5127 Μαρ 31 22:36 test_aix.cpython-312.pyc -rw-r--r-- 1 root root 26430 Μαρ 31 22:36 test_bsd.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 35750 Μαρ 31 22:36 test_bsd.cpython-312.pyc -rw-r--r-- 1 root root 21208 Μαρ 31 22:36 test_connections.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 26937 Μαρ 31 22:36 test_connections.cpython-312.pyc -rw-r--r-- 1 root root 15834 Μαρ 31 22:36 test_contracts.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 22150 Μαρ 31 22:36 test_contracts.cpython-312.pyc -rw-r--r-- 1 root root 109572 Μαρ 31 22:36 test_linux.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 133706 Μαρ 31 22:36 test_linux.cpython-312.pyc -rw-r--r-- 1 root root 35832 Μαρ 31 22:36 test_memleaks.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 35832 Μαρ 31 22:36 test_memleaks.cpython-312.pyc -rw-r--r-- 1 root root 31694 Μαρ 31 22:36 test_misc.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 44560 Μαρ 31 22:36 test_misc.cpython-312.pyc -rw-r--r-- 1 root root 9133 Μαρ 31 22:36 test_osx.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 11373 Μαρ 31 22:36 test_osx.cpython-312.pyc -rw-r--r-- 1 root root 22787 Μαρ 31 22:36 test_posix.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 24608 Μαρ 31 22:36 test_posix.cpython-312.pyc -rw-r--r-- 1 root root 79618 Μαρ 31 22:36 test_process.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 98239 Μαρ 31 22:36 test_process.cpython-312.pyc -rw-r--r-- 1 root root 18643 Μαρ 31 22:36 test_process_all.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 26371 Μαρ 31 22:36 test_process_all.cpython-312.pyc -rw-r--r-- 1 root root 13734 Μαρ 31 22:36 test_scripts.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 14219 Μαρ 31 22:36 test_scripts.cpython-312.pyc -rw-r--r-- 1 root root 1775 Μαρ 31 22:36 test_sunos.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 2119 Μαρ 31 22:36 test_sunos.cpython-312.pyc -rw-r--r-- 1 root root 38166 Μαρ 31 22:36 test_system.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 54117 Μαρ 31 22:36 test_system.cpython-312.pyc -rw-r--r-- 1 root root 31778 Μαρ 31 22:36 test_testutils.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 38028 Μαρ 31 22:36 test_testutils.cpython-312.pyc -rw-r--r-- 1 root root 14423 Μαρ 31 22:36 test_unicode.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 16005 Μαρ 31 22:36 test_unicode.cpython-312.pyc -rw-r--r-- 1 root root 44721 Μαρ 31 22:36 test_windows.cpython-312.opt-1.pyc -rw-r--r-- 1 root root 55188 Μαρ 31 22:36 test_windows.cpython-312.pyc /home/djemos/obkey/obkey-python3/psutil/pkg/usr/lib64/python3.12/site-packages/psutil-7.0.0.dist-info: σύνολο 40 -rw-r--r-- 1 root root 22558 Μαρ 31 22:36 METADATA -rw-r--r-- 1 root root 2852 Μαρ 31 22:36 RECORD -rw-r--r-- 1 root root 102 Μαρ 31 22:36 WHEEL drwxr-xr-x 2 root root 4096 Μαρ 31 22:36 licenses -rw-r--r-- 1 root root 7 Μαρ 31 22:36 top_level.txt /home/djemos/obkey/obkey-python3/psutil/pkg/usr/lib64/python3.12/site-packages/psutil-7.0.0.dist-info/licenses: σύνολο 4 -rw-r--r-- 1 root root 1548 Μαρ 31 22:36 LICENSE /home/djemos/obkey/obkey-python3/psutil/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Μαρ 31 22:36 python3-psutil-7.0.0 /home/djemos/obkey/obkey-python3/psutil/pkg/usr/src/python3-psutil-7.0.0: σύνολο 4 -rw-r--r-- 1 root root 1028 Μαρ 31 22:36 SLKBUILD Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/djemos/obkey/obkey-python3/psutil/python3-psutil-7.0.0-x86_64-1dj.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python3-psutil-7.0.0/ usr/doc/python3-psutil-7.0.0/CREDITS usr/doc/python3-psutil-7.0.0/HISTORY.rst usr/doc/python3-psutil-7.0.0/LICENSE usr/doc/python3-psutil-7.0.0/README.rst usr/lib64/ usr/lib64/python3.12/ usr/lib64/python3.12/site-packages/ usr/lib64/python3.12/site-packages/psutil/ usr/lib64/python3.12/site-packages/psutil-7.0.0.dist-info/ usr/lib64/python3.12/site-packages/psutil-7.0.0.dist-info/METADATA usr/lib64/python3.12/site-packages/psutil-7.0.0.dist-info/RECORD usr/lib64/python3.12/site-packages/psutil-7.0.0.dist-info/WHEEL usr/lib64/python3.12/site-packages/psutil-7.0.0.dist-info/licenses/ usr/lib64/python3.12/site-packages/psutil-7.0.0.dist-info/licenses/LICENSE usr/lib64/python3.12/site-packages/psutil-7.0.0.dist-info/top_level.txt usr/lib64/python3.12/site-packages/psutil/__init__.py usr/lib64/python3.12/site-packages/psutil/__pycache__/ usr/lib64/python3.12/site-packages/psutil/__pycache__/__init__.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/__init__.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_common.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_common.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_psaix.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_psaix.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_psbsd.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_psbsd.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_pslinux.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_pslinux.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_psosx.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_psosx.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_psposix.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_psposix.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_pssunos.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_pssunos.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_pswindows.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/__pycache__/_pswindows.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/_common.py usr/lib64/python3.12/site-packages/psutil/_psaix.py usr/lib64/python3.12/site-packages/psutil/_psbsd.py usr/lib64/python3.12/site-packages/psutil/_pslinux.py usr/lib64/python3.12/site-packages/psutil/_psosx.py usr/lib64/python3.12/site-packages/psutil/_psposix.py usr/lib64/python3.12/site-packages/psutil/_pssunos.py usr/lib64/python3.12/site-packages/psutil/_psutil_linux.abi3.so usr/lib64/python3.12/site-packages/psutil/_psutil_posix.abi3.so usr/lib64/python3.12/site-packages/psutil/_pswindows.py usr/lib64/python3.12/site-packages/psutil/tests/ usr/lib64/python3.12/site-packages/psutil/tests/__init__.py usr/lib64/python3.12/site-packages/psutil/tests/__main__.py usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/ usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/__init__.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/__init__.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/__main__.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/__main__.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_aix.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_aix.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_bsd.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_bsd.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_connections.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_connections.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_contracts.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_contracts.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_linux.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_linux.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_memleaks.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_memleaks.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_misc.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_misc.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_osx.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_osx.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_posix.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_posix.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_process.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_process.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_process_all.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_process_all.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_scripts.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_scripts.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_sunos.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_sunos.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_system.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_system.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_testutils.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_testutils.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_unicode.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_unicode.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_windows.cpython-312.opt-1.pyc usr/lib64/python3.12/site-packages/psutil/tests/__pycache__/test_windows.cpython-312.pyc usr/lib64/python3.12/site-packages/psutil/tests/test_aix.py usr/lib64/python3.12/site-packages/psutil/tests/test_bsd.py usr/lib64/python3.12/site-packages/psutil/tests/test_connections.py usr/lib64/python3.12/site-packages/psutil/tests/test_contracts.py usr/lib64/python3.12/site-packages/psutil/tests/test_linux.py usr/lib64/python3.12/site-packages/psutil/tests/test_memleaks.py usr/lib64/python3.12/site-packages/psutil/tests/test_misc.py usr/lib64/python3.12/site-packages/psutil/tests/test_osx.py usr/lib64/python3.12/site-packages/psutil/tests/test_posix.py usr/lib64/python3.12/site-packages/psutil/tests/test_process.py usr/lib64/python3.12/site-packages/psutil/tests/test_process_all.py usr/lib64/python3.12/site-packages/psutil/tests/test_scripts.py usr/lib64/python3.12/site-packages/psutil/tests/test_sunos.py usr/lib64/python3.12/site-packages/psutil/tests/test_system.py usr/lib64/python3.12/site-packages/psutil/tests/test_testutils.py usr/lib64/python3.12/site-packages/psutil/tests/test_unicode.py usr/lib64/python3.12/site-packages/psutil/tests/test_windows.py usr/src/ usr/src/python3-psutil-7.0.0/ usr/src/python3-psutil-7.0.0/SLKBUILD Slackware package /home/djemos/obkey/obkey-python3/psutil/python3-psutil-7.0.0-x86_64-1dj.txz created. Package has been built. Cleaning pkg and src directories