Search Criteria
Package Details: devtoolbox 1.3.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/devtoolbox.git (read-only, click to copy) |
|---|---|
| Package Base: | devtoolbox |
| Description: | Development tools at your fingertips |
| Upstream URL: | https://github.com/aleiepure/devtoolbox |
| Licenses: | MIT, Unlicense, CC0-1.0, GPL-3.0-or-later, LGPL-3.0-or-later |
| Submitter: | yochananmarqos |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 1 |
| Popularity: | 0.29 |
| First Submitted: | 2023-03-03 22:46 (UTC) |
| Last Updated: | 2025-08-02 17:56 (UTC) |
Dependencies (34)
- gcr-4 (gcr-4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-without-adwaita-gitAUR)
- python-asn1crypto
- python-color-parser-pyAUR
- python-croniterAUR
- python-cryptography
- python-cssbeautifier
- python-daltonlensAUR
- python-dateutil (python-dateutil-gitAUR)
- python-gobject
- python-humanize
- python-jsbeautifier
- python-jsonschema
- python-lxml
- python-markdown2 (python-markdown2-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pillow (python-pillow-simd-gitAUR)
- python-pyjwt
- python-python-crontabAUR
- python-python-loremAUR
- python-pytz
- python-qrcode
- python-rcssmin
- python-rjsmin
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-sqlparse (python-sqlparse-gitAUR)
- python-textstatAUR
- python-tzlocal
- python-uuid6AUR
- webkitgtk-6.0 (webkitgtk-6.0-develAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
yochananmarqos commented on 2025-08-31 15:22 (UTC)
@patlefort:
nltk-datais already an optional dependency ofpython-nltk. One could even have the data installed in one's home folder and it would be found.patlefort commented on 2025-08-31 08:36 (UTC)
It won't run unless I install
nltk-data. Maybe it should be at least an optional dependency?python-nltkis needed bypython-textstatand needs to find its data somewhere.toddstevens commented on 2025-07-06 09:18 (UTC) (edited on 2025-07-06 09:19 (UTC) by toddstevens)
if you're getting a gi or missing file issue, it may be a python versioning issue
(my default python3 is python3.11)
to fix this:
1. set the shebang in /usr/bin/devtoolbox to python3.13
2. alias devtoolbox to python3.13 /usr/bin/devtoolbox
3. change the execute option in /usr/share/applications/me.iepure.devtoolbox.desktop to
the above alias as well
yochananmarqos commented on 2024-05-01 16:18 (UTC)
@xgugugu: No...?
xgugugu commented on 2024-05-01 04:53 (UTC)
Missing dependency python-setuptools?
yochananmarqos commented on 2023-03-03 22:48 (UTC)
Please see the pinned comment for
python-python-crontab.