mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
cram: switch to python 3.7
This commit is contained in:
@@ -6,7 +6,7 @@ the command's actual output."
|
||||
HOMEPAGE="https://bitheap.org/cram/"
|
||||
COPYRIGHT="2010-2016 Rafael G. Martins"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://bitheap.org/cram/cram-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f"
|
||||
|
||||
@@ -24,7 +24,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