Package Details: autosuspend 7.2.0-2

Git Clone URL: https://aur.archlinux.org/autosuspend.git (read-only, click to copy)
Package Base: autosuspend
Description: A daemon to suspend and wake up a system based on configurable checks
Upstream URL: https://github.com/languitar/autosuspend
Keywords: daemon energy power server suspend
Licenses: GPL-2.0-only
Submitter: languitar
Maintainer: languitar
Last Packager: languitar
Votes: 8
Popularity: 0.000061
First Submitted: 2015-09-21 13:19 (UTC)
Last Updated: 2025-02-28 22:35 (UTC)

Dependencies (23)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

sweetthdevil commented on 2025-03-11 08:02 (UTC)

thank you that worked!

languitar commented on 2025-03-09 20:24 (UTC)

@sweetthdevil You probably did not reinstall python-sphinxcontrib-plantuml after the last Python version bump.

sweetthdevil commented on 2025-03-08 08:50 (UTC)

Hello,

I am getting the below error trying to update autosuspend:

Extension error!

Versions
  • Platform: linux; (Linux-6.13.5-arch1-1-x86_64-with-glibc2.41)
  • Python version: 3.13.2 (CPython)
  • Sphinx version: 8.2.3
  • Docutils version: 0.21.2
  • Jinja2 version: 3.1.5
  • Pygments version: 2.19.1
Last Messages

None.

Loaded Extensions

None.

Traceback
  File "/usr/lib/python3.13/site-packages/sphinx/registry.py", line 544, in load_extension
    raise ExtensionError(
        __('Could not import extension %s') % extname, err
    ) from err
sphinx.errors.ExtensionError: Could not import extension sphinxcontrib.plantuml (exception: No module named 'sphinxcontrib.plantuml')

The full traceback has been saved in: /tmp/sphinx-err-kznb4_zm.log

To report this error to the developers, please open an issue at https://github.com/sphinx-doc/sphinx/issues/. Thanks! Please also report this if it was a user error, so that a better error message can be provided next time. ==> ERROR: A failure occurred in build(). Aborting... -> error making: autosuspend-exit status 4 -> Failed to install the following packages. Manual intervention is required: autosuspend - exit status 4

languitar commented on 2025-01-29 22:00 (UTC)

@rgrewe Thanks for pointing that out. A fixed version will arrive in a few minutes.

rgrewe commented on 2025-01-23 07:45 (UTC)

The (optional) dependency "python-dbus" is needed for SystemdTimer checks, too.

languitar commented on 2023-07-02 19:37 (UTC)

Sorry for the delay. The missing dependency is added now.

gkatev commented on 2023-05-28 10:07 (UTC)

It looks like python-jsonpath-ng should be listed as a dependency. At least an optional one? -- maybe it's not really required if no JsonPath activity checks are used.

languitar commented on 2023-05-18 21:17 (UTC)

The build is broken because sphinx was moved to version 7 while the rtd theme is not compatible with that version. I'll try to find a workaround.

zenox commented on 2023-05-18 20:48 (UTC) (edited on 2023-05-18 20:49 (UTC) by zenox)

With Arch's change to python 3.11 the build fails for me with

==> Starting build()...

usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]

error: invalid command 'build_sphinx'

languitar commented on 2017-03-23 08:36 (UTC)

Thanks, I missed that.