Package Details: python-peachpy-git r379.349e8f8-1

Git Clone URL: https://aur.archlinux.org/python-peachpy-git.git (read-only, click to copy)
Package Base: python-peachpy-git
Description: Python framework for writing high-performance assembly kernels (git version)
Upstream URL: https://github.com/Maratyszcza/PeachPy/
Licenses: BSD
Conflicts: python-peachpy
Provides: python-peachpy
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 2
Popularity: 0.000000
First Submitted: 2017-05-02 03:02 (UTC)
Last Updated: 2023-06-20 20:06 (UTC)

Dependencies (8)

Required by (1)

Sources (1)

Latest Comments

dbermond commented on 2023-06-20 20:06 (UTC)

@petronny Package updated.

petronny commented on 2023-05-10 06:38 (UTC)

ModuleNotFoundError: No module named 'sphinx.setup_command'
==> ERROR: A failure occurred in build().

https://github.com/arch4edu/cactus/actions/runs/4926250491/jobs/8801543697

CyberShadow commented on 2020-12-27 21:26 (UTC)

Thanks for replying, but that wasn't it.

The problem seems to have been due to python-sphinx-bootstrap-theme being built against an outdated Python version (it did not receive a pkgrel bump). Rebuilding it solved the problem.

dbermond commented on 2020-12-27 20:33 (UTC)

@CyberShadow Package is building fine. Your log shows what is causing the failure for you: No module named 'sphinx_bootstrap_theme'. You do not have python-sphinx-bootstrap-theme installed, which is a dependency from the AUR. Before building any AUR package, you need firstly to build and install all the AUR dependencies, and only after that build the desired package (this one in the case).

CyberShadow commented on 2020-12-27 18:25 (UTC)

Not building:

copying peachpy/formats/mscoff/symbol.py -> build/lib/peachpy/formats/mscoff
running build_sphinx
Running Sphinx v3.4.1

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/sphinx/config.py", line 326, in eval_config_file
    execfile_(filename, namespace)
  File "/usr/lib/python3.9/site-packages/sphinx/util/pycompat.py", line 88, in execfile_
    exec(code, _globals)
  File "/build/python-peachpy-git/src/PeachPy/sphinx/conf.py", line 1, in <module>
    import sphinx_bootstrap_theme
ModuleNotFoundError: No module named 'sphinx_bootstrap_theme'

dbermond commented on 2020-12-12 16:26 (UTC)

@petronny Done. Building fine now.

petronny commented on 2020-12-10 06:40 (UTC)

Please remove python2.

dbermond commented on 2017-10-01 19:30 (UTC)

@mesmer How are you getting this? Please provide more information like possible commands or something else.

mesmer commented on 2017-10-01 19:12 (UTC)

error in unicode UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3870: ordinal not in range(128)