File tree 2 files changed +15
-16
lines changed
2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,8 @@ modules:
95
95
# available in the sdk but not in the runtime
96
96
- python-pygments/python-pygments.json
97
97
- python-pyyaml/python-pyyaml.json
98
- - python-adblock/python-adblock.json
99
- # faster local rebuilds with pre-build python-adblock module
100
- # - python-adblock-bin/python-adblock-bin.json
98
+ # - python-adblock/python-adblock.json
99
+ - python-adblock-bin/python-adblock-bin.json
101
100
- pdfjs/pdfjs.json
102
101
- flatpak-spawn-wrapper/flatpak-spawn-wrapper.json
103
102
# TODO: f-e-d-c for tests
Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ _TOOLSDIR=$PWD/tools
8
8
9
9
flatpak-external-data-checker --edit-only ${_FPID} .yml
10
10
11
- for _mod in python-adblock; do
12
- (
13
- cd ${_mod%:* }
14
- case $_mod in
15
- * :* Cargo.lock)
16
- ${_TOOLSDIR} /cargo-updater $( basename ${_mod%:* } ) ${_mod#*: }
17
- ;;
18
- * )
19
- ${_TOOLSDIR} /cargo-updater $( basename ${_mod%:* } )
20
- ;;
21
- esac
22
- )
23
- done
11
+ # for _mod in python-adblock; do
12
+ # (
13
+ # cd ${_mod%:*}
14
+ # case $_mod in
15
+ # *:*Cargo.lock)
16
+ # ${_TOOLSDIR}/cargo-updater $(basename ${_mod%:*}) ${_mod#*:}
17
+ # ;;
18
+ # *)
19
+ # ${_TOOLSDIR}/cargo-updater $(basename ${_mod%:*})
20
+ # ;;
21
+ # esac
22
+ # )
23
+ # done
24
24
25
25
# python modules with multiple dependencies and have a requirements.txt file
26
26
# for _mod in tests; do
You can’t perform that action at this time.
0 commit comments