|
@@ -4,11 +4,11 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-RANGER_VERSION = 1.7.2
|
|
|
|
-RANGER_SITE = http://ranger.nongnu.org
|
|
|
|
|
|
+RANGER_VERSION = 1.9.3
|
|
|
|
+RANGER_SITE = https://ranger.github.io
|
|
RANGER_SETUP_TYPE = setuptools
|
|
RANGER_SETUP_TYPE = setuptools
|
|
RANGER_LICENSE = GPL-3.0
|
|
RANGER_LICENSE = GPL-3.0
|
|
-RANGER_LICENSE_FILES = AUTHORS
|
|
|
|
|
|
+RANGER_LICENSE_FILES = AUTHORS LICENSE
|
|
|
|
|
|
# The ranger script request python to be called with -O (optimize generated
|
|
# The ranger script request python to be called with -O (optimize generated
|
|
# bytecode slightly; also PYTHONOPTIMIZE=x). This implicitly requires the python
|
|
# bytecode slightly; also PYTHONOPTIMIZE=x). This implicitly requires the python
|
|
@@ -16,7 +16,7 @@ RANGER_LICENSE_FILES = AUTHORS
|
|
# files are installed.
|
|
# files are installed.
|
|
|
|
|
|
define RANGER_DO_NOT_GENERATE_BYTECODE_AT_RUNTIME
|
|
define RANGER_DO_NOT_GENERATE_BYTECODE_AT_RUNTIME
|
|
- $(SED) 's%/usr/bin/python -O%/usr/bin/python%g' $(@D)/scripts/ranger
|
|
|
|
|
|
+ $(SED) 's%/usr/bin/python -O%/usr/bin/python%g' $(@D)/ranger.py
|
|
endef
|
|
endef
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_PYTHON3_PYC_ONLY),y)
|
|
ifeq ($(BR2_PACKAGE_PYTHON3_PYC_ONLY),y)
|