diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-09 03:04:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-09 03:04:33 -0500 |
| commit | a96a971c845e2cd3ffad3b8f63558c6408897f0a (patch) | |
| tree | 9431452ee7738105e3d34fdaa7a4ac405c646c8b /sys-power | |
| parent | 897a58deb079b5691d4424cc15517aea6e422808 (diff) | |
| download | baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.gz baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.xz baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.zip | |
Adding metadata
Diffstat (limited to 'sys-power')
| -rw-r--r-- | sys-power/throttled/Manifest | 2 | ||||
| -rw-r--r-- | sys-power/throttled/throttled-0.12.ebuild (renamed from sys-power/throttled/throttled-0.10.0.ebuild) | 13 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-power/throttled/Manifest b/sys-power/throttled/Manifest index 466cd33cd682..52cb7762dbc7 100644 --- a/sys-power/throttled/Manifest +++ b/sys-power/throttled/Manifest @@ -1,2 +1,2 @@ -DIST throttled-0.10.0.gh.tar.gz 22191 BLAKE2B c301ee070ff462acd613c90525209eb5237c57e7171bf25133535f9c9a50d226b919065d8f6999f95b45f7f0d4c30e63abb5e04ec768d76b3c82dd19f092a693 SHA512 b89c467295bfc592d7b3ce0c4a41fedf436acf8067f8ef63d8596b92343ed8e04d371d065a9e35fdddba40772f12255c30960c2c46f0cbd5093bfc5e72fb4e18 DIST throttled-0.11.gh.tar.gz 22195 BLAKE2B d45b8fe04c92dfd2903c1777a3d2bd017cfa4d4f740fa7f7dfc384b4ca902552b386f3e92112dcc57bd6b25644c9bf63a987f9ad4d7c81d3bcfa0a445c1cedfa SHA512 f60ce27d17abd6ddd7db6b77a80ac80e129fba24bbc2d21608d1cc8ed2b0131dac2f53d3fea07ac24f994850146e553c6d4c7fc0dedffee109a1aa6df8684c7a +DIST throttled-0.12.gh.tar.gz 32901 BLAKE2B 2adef7966b051f4a9e0573908f982e9f0e5d8fa0e974e0fabd821242228b44b81bc1a189eec210ac91d0ddef34b20c9954abac7ed65de3c4d60f3b1f43f68f80 SHA512 cb080beaa58f9f5ccbffa8a76af9c31acc8f84486e17aac47cd47faf0406df85c8f8595aa5310016c6c0c3f300e45d4692a9de0d721011dec1bc8a661fddca50 diff --git a/sys-power/throttled/throttled-0.10.0.ebuild b/sys-power/throttled/throttled-0.12.ebuild index dc5d14232a63..4a4875a9f17a 100644 --- a/sys-power/throttled/throttled-0.10.0.ebuild +++ b/sys-power/throttled/throttled-0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,18 +13,19 @@ SRC_URI="https://github.com/erpalma/throttled/archive/refs/tags/v${PV}.tar.gz -> LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="test" +RESTRICT="!test? ( test )" CONFIG_CHECK="~X86_MSR ~DEVMEM" RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] + dev-python/dbus-next[${PYTHON_USEDEP}] ') sys-apps/pciutils + test? ( dev-python/pytest-import-check ) " pkg_setup() { @@ -32,6 +33,10 @@ pkg_setup() { python-single-r1_pkg_setup } +src_test() { + epytest -p no:python --import-check mmio.py throttled.py +} + src_install() { default python_newscript throttled.py throttled |
