ranger: remove python 3.6

This commit is contained in:
Jerome Duval
2021-11-23 20:00:09 +01:00
parent faf764abb1
commit cd98eab552

View File

@@ -32,7 +32,7 @@ COPYRIGHT="2009-2018 Roman Zimbelmann
2015-2018 Wojciech Siewierski
2016-2018 Toon Nolten"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://ranger.github.io/$portVersionedName.tar.gz"
CHECKSUM_SHA256="0e1d1b1d3f78c227a6cfa783822e98591ca76a35c643d4814f40f73515d66b8a"
@@ -50,7 +50,7 @@ BUILD_REQUIRES="
"
PYTHON_PACKAGES=(python python3)
PYTHON_VERSIONS=(2.7 3.6)
PYTHON_VERSIONS=(2.7 3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}