Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- yay -S python-asteval Ok
- AUR Explicit (1): python-asteval-1.0.6-1
- :: PKGBUILD up to date, skipping download: python-asteval
- 1 python-asteval (Build Files Exist)
- ==> Packages to cleanBuild?
- ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
- ==>
- 1 python-asteval (Build Files Exist)
- ==> Diffs to show?
- ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
- ==>
- ==> Creazione del pacchetto: python-asteval 1.0.6-1 (lun 20 gen 2025, 22:45:50)
- ==> Download dei sorgenti in corso...
- -> Aggiornamento del repository asteval git in corso...
- ==> ATTENZIONE: Sto ignorando la verifica delle firme PGP.
- ==> Validazione di source file con b2sums...
- asteval ... Verificato
- :: (1/1) Parsing SRCINFO: python-asteval
- ==> Creazione del pacchetto: python-asteval 1.0.6-1 (lun 20 gen 2025, 22:45:51)
- ==> Controllo delle dipendenze durante l'avvio in corso...
- ==> Controllo delle dipendenze durante la compilazione in corso...
- ==> Download dei sorgenti in corso...
- -> Aggiornamento del repository asteval git in corso...
- ==> Validazione di source file con b2sums...
- asteval ... Verificato
- ==> Rimozione dell'esistente directory $srcdir/ in corso...
- ==> Estrazione dei sorgenti in corso...
- -> Creazione di una copia di lavoro del repository asteval git in corso...
- Clone in 'asteval' in corso...
- fatto.
- Si è passati a un nuovo branch 'makepkg'
- ==> I sorgenti sono pronti.
- ==> Creazione del pacchetto: python-asteval 1.0.6-1 (lun 20 gen 2025, 22:45:54)
- ==> Controllo delle dipendenze durante l'avvio in corso...
- ==> Controllo delle dipendenze durante la compilazione in corso...
- ==> ATTENZIONE: Sto usando il tree esistente di $srcdir/
- ==> Rimozione dell'esistente directory $pkgdir/ in corso...
- ==> Avvio di build() in corso...
- * Getting build dependencies for wheel...
- ModuleNotFoundError while trying to load entry-point compile_translations: No module named 'compile_translations'
- running egg_info
- creating asteval.egg-info
- writing asteval.egg-info/PKG-INFO
- writing dependency_links to asteval.egg-info/dependency_links.txt
- writing requirements to asteval.egg-info/requires.txt
- writing top-level names to asteval.egg-info/top_level.txt
- writing manifest file 'asteval.egg-info/SOURCES.txt'
- adding license file 'LICENSE'
- writing manifest file 'asteval.egg-info/SOURCES.txt'
- * Building wheel...
- ModuleNotFoundError while trying to load entry-point compile_translations: No module named 'compile_translations'
- running bdist_wheel
- running build
- running build_py
- creating build/lib/asteval
- copying asteval/asteval.py -> build/lib/asteval
- copying asteval/__init__.py -> build/lib/asteval
- copying asteval/version.py -> build/lib/asteval
- copying asteval/astutils.py -> build/lib/asteval
- running egg_info
- writing asteval.egg-info/PKG-INFO
- writing dependency_links to asteval.egg-info/dependency_links.txt
- writing requirements to asteval.egg-info/requires.txt
- writing top-level names to asteval.egg-info/top_level.txt
- adding license file 'LICENSE'
- writing manifest file 'asteval.egg-info/SOURCES.txt'
- installing to build/bdist.linux-x86_64/wheel
- running install
- running install_lib
- creating build/bdist.linux-x86_64/wheel
- creating build/bdist.linux-x86_64/wheel/asteval
- copying build/lib/asteval/asteval.py -> build/bdist.linux-x86_64/wheel/./asteval
- copying build/lib/asteval/__init__.py -> build/bdist.linux-x86_64/wheel/./asteval
- copying build/lib/asteval/version.py -> build/bdist.linux-x86_64/wheel/./asteval
- copying build/lib/asteval/astutils.py -> build/bdist.linux-x86_64/wheel/./asteval
- running install_egg_info
- Copying asteval.egg-info to build/bdist.linux-x86_64/wheel/./asteval-1.0.6-py3.13.egg-info
- running install_scripts
- creating build/bdist.linux-x86_64/wheel/asteval-1.0.6.dist-info/WHEEL
- creating '/home/simona/.cache/yay/python-asteval/src/asteval/dist/.tmp-gomcobbk/asteval-1.0.6-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
- adding 'asteval/__init__.py'
- adding 'asteval/asteval.py'
- adding 'asteval/astutils.py'
- adding 'asteval/version.py'
- adding 'asteval-1.0.6.dist-info/LICENSE'
- adding 'asteval-1.0.6.dist-info/METADATA'
- adding 'asteval-1.0.6.dist-info/WHEEL'
- adding 'asteval-1.0.6.dist-info/top_level.txt'
- adding 'asteval-1.0.6.dist-info/RECORD'
- removing build/bdist.linux-x86_64/wheel
- Successfully built asteval-1.0.6-py3-none-any.whl
- ==> Avvio di check() in corso...
- Traceback (most recent call last):
- File "/bin/pytest", line 8, in <module>
- sys.exit(console_main())
- ~~~~~~~~~~~~^^
- File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 201, in console_main
- code = main()
- File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 156, in main
- config = _prepareconfig(args, plugins)
- File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 341, in _prepareconfig
- config = pluginmanager.hook.pytest_cmdline_parse(
- pluginmanager=pluginmanager, args=args
- )
- File "/usr/lib/python3.13/site-packages/pluggy/_hooks.py", line 513, in __call__
- return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
- ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.13/site-packages/pluggy/_manager.py", line 120, in _hookexec
- return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
- ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.13/site-packages/pluggy/_callers.py", line 139, in _multicall
- raise exception.with_traceback(exception.__traceback__)
- File "/usr/lib/python3.13/site-packages/pluggy/_callers.py", line 122, in _multicall
- teardown.throw(exception) # type: ignore[union-attr]
- ~~~~~~~~~~~~~~^^^^^^^^^^^
- File "/usr/lib/python3.13/site-packages/_pytest/helpconfig.py", line 105, in pytest_cmdline_parse
- config = yield
- ^^^^^
- File "/usr/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall
- res = hook_impl.function(*args)
- File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 1140, in pytest_cmdline_parse
- self.parse(args)
- ~~~~~~~~~~^^^^^^
- File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 1494, in parse
- self._preparse(args, addopts=addopts)
- ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 1381, in _preparse
- self.pluginmanager.load_setuptools_entrypoints("pytest11")
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
- File "/usr/lib/python3.13/site-packages/pluggy/_manager.py", line 421, in load_setuptools_entrypoints
- plugin = ep.load()
- File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
- module = import_module(match.group('module'))
- File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
- File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
- File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
- File "/usr/lib/python3.13/site-packages/_pytest/assertion/rewrite.py", line 184, in exec_module
- exec(co, module.__dict__)
- ~~~~^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.13/site-packages/pytest_image_diff/plugin.py", line 17, in <module>
- from .image_diff import _diff
- File "/usr/lib/python3.13/site-packages/_pytest/assertion/rewrite.py", line 184, in exec_module
- exec(co, module.__dict__)
- ~~~~^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.13/site-packages/pytest_image_diff/image_diff.py", line 5, in <module>
- from diffimg import diff
- ModuleNotFoundError: No module named 'diffimg'
- ==> ERRORE: Si è verificato un errore in check().
- L'operazione sta per essere interrotta...
- -> error making: python-asteval-exit status 4
- removing untracked AUR files from cache...
- :: Cleaning (1/1): /home/simona/.cache/yay/python-asteval
- -> Failed to install the following packages. Manual intervention is required:
- python-asteval - exit status 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement