Search Criteria
Package Details: python-cadquery-git 2.1.r474.gec54a38-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-cadquery-git.git (read-only, click to copy) |
---|---|
Package Base: | python-cadquery-git |
Description: | A parametric CAD scripting framework based on PythonOCC built from git |
Upstream URL: | https://github.com/CadQuery/cadquery |
Licenses: | Apache |
Conflicts: | python-cadquery |
Provides: | python-cadquery |
Submitter: | greyltc |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-12-31 13:08 (UTC) |
Last Updated: | 2022-08-08 09:52 (UTC) |
Dependencies (11)
- casadiAUR (casadi-gitAUR)
- nlopt
- openvr (openvr-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-ezdxfAUR
- python-multimethodAUR
- python-ocpAUR (python-ocp-gitAUR)
- python-typing_extensions
- ipython (ipython-gitAUR) (check)
- python-nptyping (check)
- python-pytest (check)
Required by (5)
- python-cq-editor (requires python-cadquery)
- python-cq-editor-git (requires python-cadquery)
- python-cq-kit (requires python-cadquery)
- python-cq_warehouse (requires python-cadquery)
- python-cq_warehouse-git (requires python-cadquery)
Latest Comments
« First ‹ Previous 1 2
DCengineer commented on 2021-03-05 05:22 (UTC)
@greyltc Still getting the same set of unit test failures with the 2.1.r65.g0325474-2 PKGBUILD.
DCengineer commented on 2021-03-03 03:51 (UTC)
Getting multiple patching prompts:
DCengineer commented on 2021-02-23 17:18 (UTC)
Multiple unit test errors/warnings
Jarshvor commented on 2020-11-08 04:21 (UTC)
Jupyter test failed for me, preventing installation: FAILED tests/test_jupyter.py::TestJupyter::test_repr_html - ModuleNotFoundError: No module named 'IPython'
Was resolved by installing ipython. Not sure if this needs to be a dependency.
emanus commented on 2020-10-18 09:40 (UTC)
Building also failed during check(), but for different reason than Z2h-A6n. I had to install
python-nptyping
as (python-typing-extensions
was already present).Z2h-A6n commented on 2020-09-25 18:41 (UTC)
I believe that
python-typing-extensions
should be added tocheckdepends
. Building this package fails duringcheck()
with failed tests resulting from a missingtyping_extensions
module ifpython-typing-extensions
isn't installed, but succeeds if it is.« First ‹ Previous 1 2