File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ binaries = ["*"]
3
3
homepage = " https://astral.sh/"
4
4
strip = 1
5
5
6
+ env = {
7
+ " PYTHONUSERBASE" : " ${ HERMIT_ENV } /.hermit/python" ,
8
+ }
9
+
6
10
platform "darwin" {
7
11
source = " https://github.com/astral-sh/uv/releases/download/${ version } /uv-${ xarch } -apple-darwin.tar.gz"
8
12
sha256-source = " https://github.com/astral-sh/uv/releases/download/${ version } /uv-${ xarch } -apple-darwin.tar.gz.sha256"
@@ -37,10 +41,6 @@ version "0.1.1" "0.1.3" "0.1.4" "0.1.5" "0.1.6" "0.1.8" "0.1.10" "0.1.11" "0.1.1
37
41
}
38
42
}
39
43
40
- env = {
41
- " PYTHONUSERBASE" : " ${ HERMIT_ENV } /.hermit/python" ,
42
- }
43
-
44
44
sha256sums = {
45
45
" https://github.com/astral-sh/uv/releases/download/0.1.1/uv-x86_64-apple-darwin.tar.gz" : " dde96aad74a1abd6ba3440eceebca2a5c9f29aecf9178dda0b10d1177cfa3a8d" ,
46
46
" https://github.com/astral-sh/uv/releases/download/0.1.1/uv-aarch64-apple-darwin.tar.gz" : " ff595133104cd486c7d852f68d5fa82bafddc7cedcc5087432fd55f0681af89a" ,
You can’t perform that action at this time.
0 commit comments