Search Criteria
Package Details: python-cq-editor-git 0.1.2.r48.g2f75bf6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-cq-editor-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-cq-editor-git |
| Description: | CadQuery GUI editor based on PyQT built from git |
| Upstream URL: | https://github.com/CadQuery/CQ-editor |
| Licenses: | Apache |
| Conflicts: | python-cq-editor |
| Provides: | python-cq-editor |
| Submitter: | greyltc |
| Maintainer: | greyltc |
| Last Packager: | greyltc |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-12-31 13:23 (UTC) |
| Last Updated: | 2021-01-18 19:40 (UTC) |
Dependencies (15)
- python-cadqueryAUR
- python-logbook
- python-nptypingAUR
- python-path.py (python-path)
- python-pyparsing
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR)
- python-pyqtgraph
- python-qtconsole (python-qtconsole-gitAUR)
- python-requests
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- spyder (spyder-gitAUR)
- python-setuptools (make)
- python-pytest (check)
- python-pytest-mock (check)
- python-pytest-qt (check)
Latest Comments
farwayer commented on 2026-01-18 20:03 (UTC)
qt5-svg required
dack commented on 2021-05-26 19:26 (UTC)
Missing dependency for python-typing-extensions
DCengineer commented on 2021-03-06 20:54 (UTC)
You can add a .desktop file with the following changes...
Also, add
gendesktomakedepends.DCengineer commented on 2021-03-06 18:01 (UTC)
@greyltc Installations works, but there is one error during test.
dack commented on 2020-10-19 18:39 (UTC)
Here's a .desktop file that works for me. The icon is in the cq-editor git repo (icons/cadquery_logo_dark.svg), but isn't currently installed by the PKGBUILD (it's not copied as a part of running setup.py). The icon and the .desktop file installation would just need to be added to the PKGBUILD's package() function.
[Desktop Entry] Type=Application Name=CQ-Editor Comment=CadQuery Editor Exec=/usr/bin/cq-editor Encoding=UTF-8 Icon=cadquery_logo_dark Categories=Science; Terminal=false StartupWMClass=cq-editor
mikelkook commented on 2020-10-10 21:40 (UTC)
You can remove the whole prepare() block now, the two patches have been fixed upstream (and now it fails when applying the patches). Also could you please add a .desktop file, so we can start CQ-editor directly from the desktop environment's gui and not only via console? Thanks!
dack commented on 2020-10-05 16:58 (UTC)
Missing dependencies for python-scipy and python-nptyping (AUR). They were added in this commit:
https://github.com/CadQuery/CQ-editor/commit/77bfcdb293e6c9e981b470bc9ec01920251f65ad
dack commented on 2020-08-24 22:38 (UTC) (edited on 2020-08-24 22:39 (UTC) by dack)
I think there is a missing dependency on python-ocp: