Search Criteria
Package Details: jupyterlab_code_formatter 2.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jupyterlab_code_formatter.git (read-only, click to copy) |
---|---|
Package Base: | jupyterlab_code_formatter |
Description: | A universal code formatter for JupyterLab. |
Upstream URL: | https://pypi.org/project/jupyterlab-code-formatter |
Licenses: | MIT |
Submitter: | specter119 |
Maintainer: | specter119 |
Last Packager: | leuko |
Votes: | 2 |
Popularity: | 0.000049 |
First Submitted: | 2019-09-03 10:16 (UTC) |
Last Updated: | 2023-12-21 11:28 (UTC) |
Dependencies (23)
- jupyter-lsp
- jupyterlab
- python (python37AUR, python311AUR, python310AUR)
- python-debugpy
- python-fqdn
- python-isoduration
- python-jsonpointer
- python-rfc3339-validator
- python-rfc3986-validator
- python-terminado
- python-types-python-dateutil
- python-uri-template
- python-webcolors
- python-build (make)
- python-hatch (python-hatch-gitAUR) (make)
- python-hatch-jupyter-builder (make)
- python-hatch-nodejs-version (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- autopep8 (optional)
- Show 3 more dependencies...
Latest Comments
leuko commented on 2024-09-07 19:07 (UTC)
I don't often work with Jupyter anymore. I cannot co-maintain anymore.
leuko commented on 2023-12-13 11:23 (UTC)
@specter119, I can maintain this package if you don't have time.
leuko commented on 2023-10-17 09:33 (UTC) (edited on 2023-10-17 09:33 (UTC) by leuko)
@jhossbach
types-python-dateutil
is missing in your PKGBUILD.python-requests>=2.31
is also a dep, which should be available in next days in official packages.thx Julian for your PKGBUILD!
jhossbach commented on 2023-06-19 15:52 (UTC)
Hey @specter119, can you update the package using the recommended python packaging guidelines? The pyproject.toml upstream now incorporates adding the extension to /usr/share/jupyter/labextension/ etc, same for the config directory. You can simply use the recommended package guidelines in https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517).
Please see https://github.com/jhossbach/jupyterlab-code-formatter for inspiration