-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpython-bucket-utils.json
More file actions
36 lines (36 loc) · 1.43 KB
/
python-bucket-utils.json
File metadata and controls
36 lines (36 loc) · 1.43 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
29
30
31
32
33
34
35
36
{
"version": "2020-05-25T03.18.34",
"homepage": "https://github.com/TheRandomLabs/Scoop-Python",
"description": "Utilities for working with packages in this bucket.",
"license": "Unlicense",
"suggest": {
"Python": [
"python",
"versions/python-alpha",
"versions/python-beta"
]
},
"url": "https://raw.githubusercontent.com/TheRandomLabs/Scoop-Python/master/scripts/install-python-package.ps1",
"hash": "7408184e93125e21914a35335ab2978146cc197d6fada2a30119471337173c0c",
"installer": {
"script": [
"$null, $null, $bucket, $null = Get-Manifest($app)",
"$bucketdir = Find-BucketDirectory($bucket)",
"Copy-Item \"$bucketdir\\..\\scripts\\$fname\" -Destination $dir",
"'migrate-python-packages', 'uninstall-python-package' | ForEach-Object { Copy-Item \"$bucketdir\\..\\scripts\\$_.ps1\" -Destination $dir }"
]
},
"bin": [
"install-python-package.ps1",
"migrate-python-packages.ps1",
"uninstall-python-package.ps1"
],
"checkver": {
"url": "https://api.github.com/repos/TheRandomLabs/Scoop-Python/commits?path=scripts&page=1&per_page=1",
"regex": "([\\d-]+T)(\\d+):(\\d+):(\\d+)",
"replace": "$1$2.$3.$4"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/TheRandomLabs/Scoop-Python/master/scripts/install-python-package.ps1"
}
}