Install this version:
emerge -a =sys-power/pycircadian-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-power/pycircadian-9999
Or alternatively:
emerge --autounmask-write -a =sys-power/pycircadian-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 git-r3 systemd
DESCRIPTION="Systemd suspend-on-idle daemon"
HOMEPAGE="https://github.com/voyageur/pycircadian"
EGIT_REPO_URI="https://github.com/voyageur/pycircadian.git"
LICENSE="GPL-3+"
SLOT="0"
IUSE="X"
RDEPEND="
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
X? (
x11-misc/xprintidle
x11-misc/xssstate
)
"
src_install() {
distutils-r1_src_install
systemd_dounit resources/${PN}.service
insinto /etc
newins resources/${PN}.conf.in ${PN}.conf
}
Manage flags for this package:
euse -i <flag> -p sys-power/pycircadian |
euse -E <flag> -p sys-power/pycircadian |
euse -D <flag> -p sys-power/pycircadian
dev-python/dbus-python[] dev-python/psutil[] X? ( x11-misc/xprintidle x11-misc/xssstate )