mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
ranger: remove python 3.6
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user