summaryrefslogtreecommitdiff
path: root/dev-python/psutil
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-24 19:17:57 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-24 19:17:57 +0000
commitead6d91d515e7c733ef57637623e050e5219653f (patch)
tree153832aebe25933508d13f7ac54ee024f0bf11fc /dev-python/psutil
parent2de41bea1f10fd6e7a8cd42b5756ca964ff37779 (diff)
downloadbaldeagleos-repo-ead6d91d515e7c733ef57637623e050e5219653f.tar.gz
baldeagleos-repo-ead6d91d515e7c733ef57637623e050e5219653f.tar.xz
baldeagleos-repo-ead6d91d515e7c733ef57637623e050e5219653f.zip
Adding metadata
Diffstat (limited to 'dev-python/psutil')
-rw-r--r--dev-python/psutil/Manifest4
-rw-r--r--dev-python/psutil/psutil-7.1.0.ebuild92
-rw-r--r--dev-python/psutil/psutil-7.1.2.ebuild92
-rw-r--r--dev-python/psutil/psutil-7.2.0.ebuild (renamed from dev-python/psutil/psutil-7.1.1.ebuild)11
4 files changed, 11 insertions, 188 deletions
diff --git a/dev-python/psutil/Manifest b/dev-python/psutil/Manifest
index 32de4543defb..7b7092ed15ef 100644
--- a/dev-python/psutil/Manifest
+++ b/dev-python/psutil/Manifest
@@ -1,4 +1,2 @@
-DIST psutil-7.1.0.tar.gz 497660 BLAKE2B 77c6adb50d4c8191bc47d3511735e97fffefd02cb6bdd85e2c9ef5f3cd7b3eee439e959d968bac05d5a26bd7cd3b6833519e71aac960d4fe578b845b1aeb1453 SHA512 6bf0fdaa7c1241126f99041bdfde87c3fe834b8364e306eb72deebafcc272a135d64502e12157e1134ebf0353893dee906fa00517ca3d399e97ea486b238ee6c
-DIST psutil-7.1.1.tar.gz 487067 BLAKE2B 7c3d5833bdc6c08fd8686d1a0f563c336cd8d4ddc86d38947b570cbc18d2ff1a0a5559d94da864260ff1b199a6eb0f376fb2e7e6bc648bcc0d36a2c7e6a05672 SHA512 e363a12e16e3cfb5df3f6df54af09a9f585e641cae41df1a9f5420dbb5a6e61c53e54c1a1eaf4fe29cb7d28adea9278dba9b374f0d57689f2fe6b7984ff8f2a4
-DIST psutil-7.1.2.tar.gz 487424 BLAKE2B d2f98b49c8b0d90639e0524864c4f6ce221240d4b79218fe1d72f11fd47e95eb6e79d705ac07239e59cca597880d8de8a5c9f89875e8f44811692256c9ab8b44 SHA512 89721868fcbf9a99ff21ddcfa6b5ae991d89f30b31db6c10dc8e712295640c2e4f0987975bba7f94a1d9153362c20e5628994c9e013c1e2ab106a2344a1fc5bb
DIST psutil-7.1.3.tar.gz 489059 BLAKE2B 860fce273fd5f6977eeef3a47c97fbe9500e750fadb2bb7e9d4d8e7859e566202f8436fa5c022005c4d90e84265e50f0bf9b560f749831e6ea6c60fbe2ba8529 SHA512 6c4a4ef94e634a808cce94c143d5f4164d2012dc314091257ba122a7963fa6bf982c4c54ba3b60da6c52535fbe83de19a4e3181e07fde1807ec4acc47eb44621
+DIST psutil-7.2.0.tar.gz 489863 BLAKE2B ad41b82c50346c58824c2db6d0fbf456b7080c290fc1669f7edd1fe716b3637c44aec6567720ffc463d209e43eef14d1ee2df99850762473e815b045faa78956 SHA512 d90b6198080b0e33cc24906365d825f8583e1c69f202df1de222b57f0e7140be2357df321406447215d0fd7f2f6f0781d2ba7dd0b4f52e9bef2f22bc2e3c3f3f
diff --git a/dev-python/psutil/psutil-7.1.0.ebuild b/dev-python/psutil/psutil-7.1.0.ebuild
deleted file mode 100644
index 18c242ec54cd..000000000000
--- a/dev-python/psutil/psutil-7.1.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Retrieve information on running processes and system utilization"
-HOMEPAGE="
- https://github.com/giampaolo/psutil/
- https://pypi.org/project/psutil/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-
-EPYTEST_PLUGINS=( pytest-subtests )
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # hardcoded assumptions about the test environment
- tests/test_linux.py::TestRootFsDeviceFinder::test_disk_partitions_mocked
- tests/test_linux.py::TestSystemDiskPartitions::test_zfs_fs
- tests/test_linux.py::TestSystemNetIfAddrs::test_ips
- tests/test_posix.py::TestProcess::test_nice
- tests/test_process.py::TestProcess::test_ionice_linux
- tests/test_system.py::TestDiskAPIs::test_disk_partitions
-
- # mocking is broken
- tests/test_linux.py::TestSensorsBattery::test_emulate_energy_full_0
- tests/test_linux.py::TestSensorsBattery::test_emulate_energy_full_not_avail
- tests/test_linux.py::TestSensorsBattery::test_emulate_no_power
- tests/test_linux.py::TestSensorsBattery::test_emulate_power_undetermined
-
- # doesn't like sandbox injecting itself
- tests/test_process.py::TestProcess::test_weird_environ
-
- # extremely flaky
- tests/test_linux.py::TestSystemVirtualMemoryAgainstFree::test_used
- tests/test_linux.py::TestSystemVirtualMemoryAgainstVmstat::test_used
-
- # nproc --all is broken?
- tests/test_linux.py::TestSystemCPUCountLogical::test_against_nproc
-
- # broken on some architectures
- tests/test_linux.py::TestSystemCPUCountCores::test_method_2
- tests/test_linux.py::TestSystemCPUCountLogical::test_emulate_fallbacks
- tests/test_linux.py::TestSystemCPUFrequency::test_emulate_use_cpuinfo
- tests/test_linux.py::TestSystemCPUFrequency::test_emulate_use_second_file
- tests/test_system.py::TestCpuAPIs::test_cpu_freq
- tests/test_system.py::TestCpuAPIs::test_cpu_times_comparison
-
- # broken in some setups
- tests/test_linux.py::TestMisc::test_issue_687
- tests/test_linux.py::TestProcessAgainstStatus::test_cpu_affinity
- tests/test_linux.py::TestSystemCPUStats::test_interrupts
- tests/test_posix.py::TestProcess::test_cmdline
- tests/test_posix.py::TestProcess::test_name
- tests/test_posix.py::TestSystemAPIs::test_users
- tests/test_process.py::TestProcess::test_memory_maps_lists_lib
- tests/test_process.py::TestProcess::test_terminal
- tests/test_unicode.py::TestFSAPIs::test_memory_maps
-
- # fails on all AT containers
- tests/test_system.py::TestMiscAPIs::test_users
-
- # failing without /sys/class/power_supply?
- tests/test_memleaks.py::TestModuleFunctionsLeaks::test_sensors_battery
- tests/test_misc.py::TestMisc::test_serialization
- )
-
- # Since we are running in an environment a bit similar to CI,
- # let's skip the tests that are disabled for CI
- local -x TRAVIS=1
- local -x APPVEYOR=1
- local -x GITHUB_ACTIONS=1
-
- rm -rf psutil || die
- epytest --pyargs psutil -o addopts=
-}
-
-python_compile() {
- # Force -j1 to avoid .o linking race conditions
- local MAKEOPTS=-j1
- distutils-r1_python_compile
-}
diff --git a/dev-python/psutil/psutil-7.1.2.ebuild b/dev-python/psutil/psutil-7.1.2.ebuild
deleted file mode 100644
index d9260c8c317b..000000000000
--- a/dev-python/psutil/psutil-7.1.2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Retrieve information on running processes and system utilization"
-HOMEPAGE="
- https://github.com/giampaolo/psutil/
- https://pypi.org/project/psutil/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
-
-EPYTEST_PLUGINS=( pytest-subtests )
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # hardcoded assumptions about the test environment
- tests/test_linux.py::TestRootFsDeviceFinder::test_disk_partitions_mocked
- tests/test_linux.py::TestSystemDiskPartitions::test_zfs_fs
- tests/test_linux.py::TestSystemNetIfAddrs::test_ips
- tests/test_posix.py::TestProcess::test_nice
- tests/test_process.py::TestProcess::test_ionice_linux
- tests/test_system.py::TestDiskAPIs::test_disk_partitions
-
- # mocking is broken
- tests/test_linux.py::TestSensorsBattery::test_emulate_energy_full_0
- tests/test_linux.py::TestSensorsBattery::test_emulate_energy_full_not_avail
- tests/test_linux.py::TestSensorsBattery::test_emulate_no_power
- tests/test_linux.py::TestSensorsBattery::test_emulate_power_undetermined
-
- # doesn't like sandbox injecting itself
- tests/test_process.py::TestProcess::test_weird_environ
-
- # extremely flaky
- tests/test_linux.py::TestSystemVirtualMemoryAgainstFree::test_used
- tests/test_linux.py::TestSystemVirtualMemoryAgainstVmstat::test_used
-
- # nproc --all is broken?
- tests/test_linux.py::TestSystemCPUCountLogical::test_against_nproc
-
- # broken on some architectures
- tests/test_linux.py::TestSystemCPUCountCores::test_method_2
- tests/test_linux.py::TestSystemCPUCountLogical::test_emulate_fallbacks
- tests/test_linux.py::TestSystemCPUFrequency::test_emulate_use_cpuinfo
- tests/test_linux.py::TestSystemCPUFrequency::test_emulate_use_second_file
- tests/test_system.py::TestCpuAPIs::test_cpu_freq
- tests/test_system.py::TestCpuAPIs::test_cpu_times_comparison
-
- # broken in some setups
- tests/test_linux.py::TestMisc::test_issue_687
- tests/test_linux.py::TestProcessAgainstStatus::test_cpu_affinity
- tests/test_linux.py::TestSystemCPUStats::test_interrupts
- tests/test_posix.py::TestProcess::test_cmdline
- tests/test_posix.py::TestProcess::test_name
- tests/test_posix.py::TestSystemAPIs::test_users
- tests/test_process.py::TestProcess::test_memory_maps_lists_lib
- tests/test_process.py::TestProcess::test_terminal
- tests/test_unicode.py::TestFSAPIs::test_memory_maps
-
- # fails on all AT containers
- tests/test_system.py::TestMiscAPIs::test_users
-
- # failing without /sys/class/power_supply?
- tests/test_memleaks.py::TestModuleFunctionsLeaks::test_sensors_battery
- tests/test_misc.py::TestMisc::test_serialization
- )
-
- # Since we are running in an environment a bit similar to CI,
- # let's skip the tests that are disabled for CI
- local -x TRAVIS=1
- local -x APPVEYOR=1
- local -x GITHUB_ACTIONS=1
-
- rm -rf psutil || die
- epytest --pyargs psutil -o addopts=
-}
-
-python_compile() {
- # Force -j1 to avoid .o linking race conditions
- local MAKEOPTS=-j1
- distutils-r1_python_compile
-}
diff --git a/dev-python/psutil/psutil-7.1.1.ebuild b/dev-python/psutil/psutil-7.2.0.ebuild
index d9260c8c317b..de60305104db 100644
--- a/dev-python/psutil/psutil-7.1.1.ebuild
+++ b/dev-python/psutil/psutil-7.2.0.ebuild
@@ -42,8 +42,10 @@ python_test() {
tests/test_process.py::TestProcess::test_weird_environ
# extremely flaky
+ tests/test_heap.py::TestHeap::test_mmap_used
tests/test_linux.py::TestSystemVirtualMemoryAgainstFree::test_used
tests/test_linux.py::TestSystemVirtualMemoryAgainstVmstat::test_used
+ tests/test_system.py::TestMiscAPIs::test_heap_info
# nproc --all is broken?
tests/test_linux.py::TestSystemCPUCountLogical::test_against_nproc
@@ -73,6 +75,13 @@ python_test() {
# failing without /sys/class/power_supply?
tests/test_memleaks.py::TestModuleFunctionsLeaks::test_sensors_battery
tests/test_misc.py::TestMisc::test_serialization
+
+ # tests for calling setup.py, fail over removed psutil dir
+ tests/test_scripts.py
+ )
+ local EPYTEST_IGNORE=(
+ # requires psleak
+ tests/test_memleaks.py
)
# Since we are running in an environment a bit similar to CI,
@@ -82,7 +91,7 @@ python_test() {
local -x GITHUB_ACTIONS=1
rm -rf psutil || die
- epytest --pyargs psutil -o addopts=
+ epytest -o addopts=
}
python_compile() {