File tree Expand file tree Collapse file tree 19 files changed +0
-360
lines changed
itkwasm-compare-images-emscripten
itkwasm-compare-images-wasi
compress-stringify/python
itkwasm-compress-stringify-emscripten
itkwasm-compress-stringify-wasi
itkwasm-compress-stringify
itkwasm-downsample-emscripten
itkwasm-image-io-emscripten
itkwasm-mesh-io-emscripten Expand file tree Collapse file tree 19 files changed +0
-360
lines changed Original file line number Diff line number Diff line change @@ -38,37 +38,10 @@ dependencies = [
38
38
[tool .hatch .version ]
39
39
path = " itkwasm_compare_images_emscripten/_version.py"
40
40
41
- [tool .hatch .envs .default ]
42
- dependencies = [
43
- " pytest" ,
44
- " pytest-pyodide" ,
45
- " itk-webassemblyinterface >= 1.0.b173" ,
46
- " itkwasm >= 1.0.b171" ,
47
- ]
48
-
49
41
[project .urls ]
50
42
Home = " https://github.com/InsightSoftwareConsortium/ITK-Wasm"
51
43
Source = " https://github.com/InsightSoftwareConsortium/ITK-Wasm"
52
44
53
- [tool .hatch .envs .default .scripts ]
54
- test = [
55
- " hatch build -t wheel ./dist/pyodide/" ,
56
- " pytest -s --dist-dir=./dist/pyodide --rt=chrome" ,
57
- ]
58
- download-pyodide = [
59
- " curl -L https://github.com/pyodide/pyodide/releases/download/0.25.1/pyodide-0.25.1.tar.bz2 -o pyodide.tar.bz2" ,
60
- " tar xjf pyodide.tar.bz2" ,
61
- " rm -rf dist/pyodide pyodide.tar.bz2" ,
62
- " mkdir -p dist" ,
63
- " mv pyodide dist" ,
64
- ]
65
- serve = [
66
- " hatch build -t wheel ./dist/pyodide" ,
67
- ' echo "\nVisit http://localhost:8877/console.html\n"' ,
68
- " python -m http.server --directory=./dist/pyodide 8877" ,
69
- ]
70
-
71
-
72
45
[tool .hatch .build ]
73
46
exclude = [
74
47
" /examples" ,
Original file line number Diff line number Diff line change @@ -34,26 +34,15 @@ requires-python = ">=3.8"
34
34
dependencies = [
35
35
" itkwasm >= 1.0.b171" ,
36
36
" importlib_resources" ,
37
-
38
37
]
39
38
40
39
[tool .hatch .version ]
41
40
path = " itkwasm_compare_images_wasi/_version.py"
42
41
43
- [tool .hatch .envs .default ]
44
- dependencies = [
45
- " pytest" ,
46
- " itk-webassemblyinterface >= 1.0.b173"
47
- ]
48
-
49
42
[project .urls ]
50
43
Home = " https://github.com/InsightSoftwareConsortium/ITK-Wasm"
51
44
Source = " https://github.com/InsightSoftwareConsortium/ITK-Wasm"
52
45
53
- [tool .hatch .envs .default .scripts ]
54
- test = " pytest"
55
-
56
-
57
46
[tool .hatch .build ]
58
47
exclude = [
59
48
" /examples" ,
Original file line number Diff line number Diff line change @@ -42,36 +42,10 @@ dependencies = [
42
42
[tool .hatch .version ]
43
43
path = " itkwasm_compare_images/_version.py"
44
44
45
- [tool .hatch .envs .default ]
46
- dependencies = [
47
- " pytest" ,
48
- " pytest-pyodide" ,
49
- " itk-webassemblyinterface >= 1.0.b173" ,
50
- " itkwasm >= 1.0.b171" ,
51
- ]
52
-
53
45
[project .urls ]
54
46
Home = " https://github.com/InsightSoftwareConsortium/ITK-Wasm"
55
47
Source = " https://github.com/InsightSoftwareConsortium/ITK-Wasm"
56
48
57
- [tool .hatch .envs .default .scripts ]
58
- test = [
59
- " hatch build -t wheel ./dist/pyodide/" ,
60
- " pytest -s --dist-dir=./dist/pyodide --rt=chrome" ,
61
- ]
62
- download-pyodide = [
63
- " curl -L https://github.com/pyodide/pyodide/releases/download/0.25.1/pyodide-0.25.1.tar.bz2 -o pyodide.tar.bz2" ,
64
- " tar xjf pyodide.tar.bz2" ,
65
- " rm -rf dist/pyodide pyodide.tar.bz2" ,
66
- " mkdir -p dist" ,
67
- " mv pyodide dist" ,
68
- ]
69
- serve = [
70
- " hatch build -t wheel ./dist/pyodide" ,
71
- ' echo "\nVisit http://localhost:8877/console.html\n"' ,
72
- " python -m http.server --directory=./dist/pyodide 8877" ,
73
- ]
74
-
75
49
[tool .hatch .build ]
76
50
exclude = [
77
51
" /examples" ,
Original file line number Diff line number Diff line change @@ -43,32 +43,6 @@ Issues = "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
43
43
[tool .hatch .version ]
44
44
path = " itkwasm_compress_stringify_emscripten/_version.py"
45
45
46
- [tool .hatch .envs .default ]
47
- dependencies = [
48
- " pytest" ,
49
- " pytest-pyodide" ,
50
- ]
51
-
52
-
53
- [tool .hatch .envs .default .scripts ]
54
- test = [
55
- " hatch build -t wheel ./dist/pyodide/" ,
56
- " pytest --dist-dir=./dist/pyodide --rt=chrome" ,
57
- ]
58
- download-pyodide = [
59
- " curl -L https://github.com/pyodide/pyodide/releases/download/0.25.1/pyodide-0.25.1.tar.bz2 -o pyodide.tar.bz2" ,
60
- " tar xjf pyodide.tar.bz2" ,
61
- " rm -rf dist/pyodide pyodide.tar.bz2" ,
62
- " mkdir -p dist" ,
63
- " mv pyodide dist" ,
64
- ]
65
- serve = [
66
- " hatch build -t wheel ./dist/pyodide/" ,
67
- ' echo "\nVisit http://localhost:8877/console.html\n"' ,
68
- " python -m http.server --directory=./dist/pyodide 8877" ,
69
- ]
70
-
71
-
72
46
[tool .hatch .build ]
73
47
exclude = [
74
48
" /examples" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ requires-python = ">=3.8"
34
34
dependencies = [
35
35
" itkwasm >= 1.0.b171" ,
36
36
" importlib_resources" ,
37
-
38
37
]
39
38
40
39
[project .urls ]
@@ -45,16 +44,6 @@ Issues = "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
45
44
[tool .hatch .version ]
46
45
path = " itkwasm_compress_stringify_wasi/_version.py"
47
46
48
- [tool .hatch .envs .default ]
49
- dependencies = [
50
- " pytest" ,
51
- ]
52
-
53
-
54
- [tool .hatch .envs .default .scripts ]
55
- test = " pytest"
56
-
57
-
58
47
[tool .hatch .build ]
59
48
exclude = [
60
49
" /examples" ,
Original file line number Diff line number Diff line change @@ -47,37 +47,6 @@ Issues = "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
47
47
[tool .hatch .version ]
48
48
path = " itkwasm_compress_stringify/_version.py"
49
49
50
- [tool .hatch .envs .default ]
51
- dependencies = [
52
- " pytest" ,
53
- " pytest-pyodide" ,
54
- " itkwasm-compare-images" ,
55
- " itkwasm-image-io" ,
56
- " itkwasm-compare-meshes" ,
57
- " itkwasm-mesh-io" ,
58
- " itkwasm-mesh-to-poly-data" ,
59
- ]
60
-
61
-
62
- [tool .hatch .envs .default .scripts ]
63
- test = [
64
- " hatch build -t wheel ./dist/pyodide/" ,
65
- " pytest --dist-dir=./dist/pyodide --rt=chrome" ,
66
- ]
67
- download-pyodide = [
68
- " curl -L https://github.com/pyodide/pyodide/releases/download/0.25.1/pyodide-0.25.1.tar.bz2 -o pyodide.tar.bz2" ,
69
- " tar xjf pyodide.tar.bz2" ,
70
- " rm -rf dist/pyodide pyodide.tar.bz2" ,
71
- " mkdir -p dist" ,
72
- " mv pyodide dist" ,
73
- ]
74
- serve = [
75
- " hatch build -t wheel ./dist/pyodide/" ,
76
- ' echo "\nVisit http://localhost:8877/console.html\n"' ,
77
- " python -m http.server --directory=./dist/pyodide 8877" ,
78
- ]
79
-
80
-
81
50
[tool .hatch .build ]
82
51
exclude = [
83
52
" /examples" ,
Original file line number Diff line number Diff line change @@ -38,36 +38,11 @@ dependencies = [
38
38
[tool .hatch .version ]
39
39
path = " itkwasm_dicom_emscripten/_version.py"
40
40
41
- [tool .hatch .envs .default ]
42
- dependencies = [
43
- " pytest" ,
44
- " pytest-pyodide" ,
45
- ]
46
-
47
41
[project .urls ]
48
42
Home = " https://itk-wasm-dicom-python-docs.on.fleek.co"
49
43
Source = " https://github.com/InsightSoftwareConsortium/ITK-Wasm"
50
44
Issues = " https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
51
45
52
- [tool .hatch .envs .default .scripts ]
53
- test = [
54
- " hatch build -t wheel ./dist/pyodide/" ,
55
- " pytest --dist-dir=./dist/pyodide --rt=chrome" ,
56
- ]
57
- download-pyodide = [
58
- " curl -L https://github.com/pyodide/pyodide/releases/download/0.25.1/pyodide-0.25.1.tar.bz2 -o pyodide.tar.bz2" ,
59
- " tar xjf pyodide.tar.bz2" ,
60
- " rm -rf dist/pyodide pyodide.tar.bz2" ,
61
- " mkdir -p dist" ,
62
- " mv pyodide dist" ,
63
- ]
64
- serve = [
65
- " hatch build -t wheel ./dist/pyodide/" ,
66
- ' echo "\nVisit http://localhost:8877/console.html\n"' ,
67
- " python -m http.server --directory=./dist/pyodide 8877" ,
68
- ]
69
-
70
-
71
46
[tool .hatch .build ]
72
47
exclude = [
73
48
" /examples" ,
Original file line number Diff line number Diff line change @@ -45,17 +45,6 @@ Issues = "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
45
45
[tool .hatch .version ]
46
46
path = " itkwasm_dicom_wasi/_version.py"
47
47
48
- [tool .hatch .envs .default ]
49
- dependencies = [
50
- " pytest" ,
51
- " pillow" ,
52
- ]
53
-
54
-
55
- [tool .hatch .envs .default .scripts ]
56
- test = " pytest"
57
-
58
-
59
48
[tool .hatch .build ]
60
49
exclude = [
61
50
" /examples" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ dependencies = [
36
36
" itkwasm >= 1.0.b131" ,
37
37
" itkwasm-dicom-wasi; sys_platform != \" emscripten\" " ,
38
38
" itkwasm-dicom-emscripten; sys_platform == \" emscripten\" " ,
39
-
40
39
]
41
40
42
41
[project .urls ]
@@ -47,16 +46,6 @@ Issues = "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
47
46
[tool .hatch .version ]
48
47
path = " itkwasm_dicom/_version.py"
49
48
50
- [tool .hatch .envs .default ]
51
- dependencies = [
52
- " pytest" ,
53
- ]
54
-
55
-
56
- [tool .hatch .envs .default .scripts ]
57
- test = " pytest"
58
-
59
-
60
49
[tool .hatch .build ]
61
50
exclude = [
62
51
" /examples" ,
Original file line number Diff line number Diff line change @@ -40,13 +40,6 @@ dependencies = [
40
40
[tool .hatch .version ]
41
41
path = " itkwasm_downsample_cucim/_version.py"
42
42
43
- [tool .hatch .envs .default ]
44
- dependencies = [
45
- " pytest" ,
46
- " itkwasm-image-io" ,
47
- " itkwasm-compare-images" ,
48
- ]
49
-
50
43
[project .urls ]
51
44
Home = " https://github.com/InsightSoftwareConsortium/ITK-Wasm"
52
45
Source = " https://github.com/InsightSoftwareConsortium/ITK-Wasm"
@@ -57,10 +50,6 @@ Source = "https://github.com/InsightSoftwareConsortium/ITK-Wasm"
57
50
[project .entry-points ."itkwasm_downsample .downsample" ]
58
51
"itkwasm_downsample-downsample.priority.10" = " itkwasm_downsample_cucim.downsample:downsample"
59
52
60
- [tool .hatch .envs .default .scripts ]
61
- test = " pytest"
62
-
63
-
64
53
[tool .hatch .build ]
65
54
exclude = [
66
55
" /examples" ,
You can’t perform that action at this time.
0 commit comments