Package Details: python-materialyoucolor 3.0.2-1

Git Clone URL: https://aur.archlinux.org/python-materialyoucolor.git (read-only, click to copy)
Package Base: python-materialyoucolor
Description: Material You color algorithms for Python!
Upstream URL: https://github.com/T-Dynamos/materialyoucolor-python
Licenses: MIT
Submitter: matthewq337
Maintainer: matthewq337 (TurnrDev)
Last Packager: TurnrDev
Votes: 5
Popularity: 1.98
First Submitted: 2025-06-28 19:53 (UTC)
Last Updated: 2026-03-31 07:16 (UTC)

Latest Comments

TurnrDev commented on 2026-03-30 18:57 (UTC)

patch the following on your PKGBUILD

From 4ec72fba68aed4a566ecf5ab6d8c8e5012b5fd00 Mon Sep 17 00:00:00 2001 From: Jay Turner jaynicholasturner@gmail.com Date: Mon, 30 Mar 2026 19:46:58 +0100 Subject: [PATCH] Fix pybind11 depends


PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD index 05d9064..7cac705 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,8 +8,8 @@ pkgdesc="Material You color algorithms for Python!" arch=('x86_64') url="https://github.com/T-Dynamos/materialyoucolor-python" license=('MIT') -depends=('glibc' 'gcc-libs' 'python' 'python-pillow') -makedepends=( 'python-build' 'python-setuptools' 'python-installer' 'python-wheel') +depends=('glibc' 'gcc-libs' 'python' 'python-pillow' 'pybind11>=2.11.0') +makedepends=( 'python-build' 'python-setuptools>=61.0.0' 'python-installer' 'python-wheel' 'pybind11>=2.11.0') source=("$pkgname-$pkgver.tar.gz"::"$url/archive/v$pkgver.tar.gz") sha256sums=('aa013f0faea26b87b65f35d7b67f7850c7ed4b926cf1628617d088fe9ddaa9ec')

-- 2.53.0

w3berr commented on 2026-03-28 23:02 (UTC)

yay -S pybind

...solved the problem

w3berr commented on 2026-03-28 15:41 (UTC) (edited on 2026-03-28 15:49 (UTC) by w3berr)

==> Запускается build()...

  • Getting build dependencies for wheel...

Traceback (most recent call last):

File "/usr/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in <module> main() ^^

File "/usr/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel return hook(config_settings)

File "/usr/lib/python3.14/site-packages/setuptools/build_meta.py", line 333, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3.14/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires self.run_setup() ~~^^

File "/usr/lib/python3.14/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) ^^^^^^^^^^^^^^^^

File "<string>", line 33, in <module> ModuleNotFoundError: No module named 'pybind11'

ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel

==> ОШИБКА: Произошел сбой в build().

Прерывание...

-> error making: python-materialyoucolor-exit status 4

-> Failed to install the following packages. Manual intervention is required:

python-materialyoucolor - exit status 4

luisbocanegra commented on 2026-03-23 20:50 (UTC)

3.0.2-1 fails to build due to missing make dependency pybind11

Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in <module> main() ^^ File "/usr/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel return hook(config_settings) File "/usr/lib/python3.14/site-packages/setuptools/build_meta.py", line 333, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires self.run_setup() ^^ File "/usr/lib/python3.14/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) ~~^^^^^^^^^^^^^^^^ File "<string>", line 33, in <module> ModuleNotFoundError: No module named 'pybind11'

ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel ==> ERROR: A failure occurred in build().