From 4baffeff01bd9616793943163d2ccdbc4379adbe Mon Sep 17 00:00:00 2001 From: OscarL Date: Wed, 28 Dec 2022 07:49:32 -0300 Subject: [PATCH] speedtest_cli: update to latest release, and switch to Python 3.9. (#7678) --- ...est_cli-2.0.2.recipe => speedtest_cli-2.1.3.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename net-analyzer/speedtest-cli/{speedtest_cli-2.0.2.recipe => speedtest_cli-2.1.3.recipe} (90%) diff --git a/net-analyzer/speedtest-cli/speedtest_cli-2.0.2.recipe b/net-analyzer/speedtest-cli/speedtest_cli-2.1.3.recipe similarity index 90% rename from net-analyzer/speedtest-cli/speedtest_cli-2.0.2.recipe rename to net-analyzer/speedtest-cli/speedtest_cli-2.1.3.recipe index a563ad484..45bd40893 100644 --- a/net-analyzer/speedtest-cli/speedtest_cli-2.0.2.recipe +++ b/net-analyzer/speedtest-cli/speedtest_cli-2.1.3.recipe @@ -10,11 +10,11 @@ the application being written in Python, \ differing performance between Python versions, \ and CPU and Memory capacity and speed." HOMEPAGE="https://github.com/sivel/speedtest-cli" -COPYRIGHT="2012-2018 Matt Martz" +COPYRIGHT="2012-2021 Matt Martz" LICENSE="Apache v2" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="5e22f2dcce1c9020f33faf559b22727483f022008a2912b85d573e578374b6a0" +CHECKSUM_SHA256="45e3ca21c3ce3c339646100de18db8a26a27d240c29f1c9e07b6c13995a969be" SOURCE_FILENAME="speedtest-cli-$portVersion.tar.gz" SOURCE_DIR="speedtest-cli-$portVersion" @@ -30,11 +30,11 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3) -PYTHON_VERSIONS=(2.7 3.6) +PYTHON_PACKAGES=(python39) +PYTHON_VERSIONS=(3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} -pythonVersions=${PYTHON_VERSIONS[$i]} +pythonVersion=${PYTHON_VERSIONS[$i]} eval "PROVIDES_${pythonPackage}=\"\ ${portName}_$pythonPackage = $portVersion\n\ cmd:speedtest_cli_$pythonPackage