ranger: Skip running pylint
This commit is contained in:
parent
b490abcff2
commit
9ca986430e
@ -7,10 +7,14 @@ TERMUX_PKG_DEPENDS="python, file"
|
||||
TERMUX_PKG_BUILD_IN_SRC=yes
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
||||
|
||||
termux_step_make_install () {
|
||||
termux_step_make() {
|
||||
echo Skipping make step...
|
||||
}
|
||||
|
||||
termux_step_make_install() {
|
||||
python3.6 setup.py install --prefix=$TERMUX_PREFIX --force
|
||||
}
|
||||
|
||||
termux_step_post_massage () {
|
||||
termux_step_post_massage() {
|
||||
find . -path '*/__pycache__*' -delete
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user