forked from TheRandomLabs/Scoop-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodespell-py.json
More file actions
28 lines (28 loc) · 1.04 KB
/
Copy pathcodespell-py.json
File metadata and controls
28 lines (28 loc) · 1.04 KB
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
{
"version": "2.2.4",
"homepage": "https://github.com/codespell-project/codespell",
"description": "Detects common misspellings in text files.",
"license": "GPL-2.0-only",
"depends": "python-bucket-utils",
"url": "https://github.com/codespell-project/codespell/archive/v2.2.4.zip",
"hash": "e094c626f8ad05d2d0d532ae2f48a98d8a773906459be73b88a83bc53282d6a3",
"extract_dir": "codespell-2.2.4",
"installer": {
"script": [
"if ($global) { install-python-package --global --quiet --dir $dir }",
"else { install-python-package --quiet --dir $dir }",
"if ($LASTEXITCODE) { exit 1 }"
]
},
"uninstaller": {
"script": [
"if ($global) { uninstall-python-package $app --global --dir $dir }",
"else { uninstall-python-package $app --dir $dir }"
]
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/codespell-project/codespell/archive/v$version.zip",
"extract_dir": "codespell-$version"
}
}