Package Details: python-hyprland-monitors 0.7.0-1

Git Clone URL: https://aur.archlinux.org/python-hyprland-monitors.git (read-only, click to copy)
Package Base: python-hyprland-monitors
Description: Monitor management utilities for Hyprland
Upstream URL: https://github.com/BlueManCZ/hyprland-monitors
Licenses: MIT
Submitter: andersmmg
Maintainer: andersmmg
Last Packager: andersmmg
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-31 04:32 (UTC)
Last Updated: 2026-05-20 07:20 (UTC)

Latest Comments

facucosta commented on 2026-05-08 20:29 (UTC)

Yes, the problem was fixed now for both packages! Thanks a lot.

andersmmg commented on 2026-05-08 18:58 (UTC)

Looks like you're missing python hatchling, I'll add that to the makedepends which should hopefully prevent that in the future! Give it a try now

facucosta commented on 2026-05-08 18:38 (UTC) (edited on 2026-05-08 18:39 (UTC) by facucosta)

Hello! Thanks a lot for your time in maintaining this package :-)

Since the last update I've been getting an error when trying to upgrade this package and python-hyprland-state to the latest versions (0.5.0-1 and 0.2.1-1 respectively) using yay:

==> Making package: python-hyprland-monitors 0.5.0-1 (Fri 08 May 2026 03:34:44 PM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found python-hyprland-monitors-0.5.0.tar.gz
==> Validating source files with sha256sums...
    python-hyprland-monitors-0.5.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting python-hyprland-monitors-0.5.0.tar.gz with bsdtar
==> Sources are ready.
==> Making package: python-hyprland-monitors 0.5.0-1 (Fri 08 May 2026 03:34:44 PM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'hatchling.build'

ERROR Backend 'hatchling.build' is not available.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python-hyprland-monitors-exit status 4
==> Making package: python-hyprland-state 0.2.1-1 (Fri 08 May 2026 03:34:45 PM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found python-hyprland-state-0.2.1.tar.gz
==> Validating source files with sha256sums...
    python-hyprland-state-0.2.1.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting python-hyprland-state-0.2.1.tar.gz with bsdtar
==> Sources are ready.
==> Making package: python-hyprland-state 0.2.1-1 (Fri 08 May 2026 03:34:45 PM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'hatchling.build'

ERROR Backend 'hatchling.build' is not available.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python-hyprland-state-exit status 4

Please let me know if this is an error on my end or if there is any workaround I can do to fix the issue.