blob: e9cd9fe599c446b7efed54ecef9e182c0ba5f223 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
pkgbase = jupyterlab_code_formatter
pkgdesc = A universal code formatter for JupyterLab.
pkgver = 3.0.2
pkgrel = 1
url = https://jupyterlab-code-formatter.readthedocs.io/
arch = any
license = MIT
checkdepends = python-black
checkdepends = python-isort
checkdepends = python-pytest
checkdepends = python-pytest-jupyter
checkdepends = yapf
makedepends = python-build
makedepends = python-hatch-jupyter-builder
makedepends = python-hatch-nodejs-version
makedepends = python-installer
depends = python
depends = jupyterlab
depends = jupyter-lsp
depends = python-fqdn
depends = python-rfc3986-validator
depends = python-rfc3339-validator
depends = python-webcolors
depends = python-uri-template
depends = python-jsonpointer
depends = python-isoduration
depends = python-types-python-dateutil
depends = python-terminado
depends = python-debugpy
optdepends = astyle: formatting of C, C++, C# and Java code
optdepends = autopep8: PEP8 compliant formatting of Python code using pycodestyle
optdepends = python-black: PEP8 compliant formatting of Python code with Black
optdepends = python-isort: sort imports in Python code
optdepends = python-ruff: Python formatting using Ruff
optdepends = r-formatr: automatic formatting of R code
optdepends = r-styler: R code formatting with Styler
optdepends = rust: formatting of Rust code
optdepends = scalafmt: Scala code formatting
optdepends = yapf: Python code formatting
source = https://files.pythonhosted.org/packages/source/j/jupyterlab_code_formatter/jupyterlab_code_formatter-3.0.2.tar.gz
sha256sums = 55adb8fa8b9bd58f0b39e7d3ead6c1e862e9ebc1444a66cdb4233d8dc6351d4b
pkgname = jupyterlab_code_formatter
|