diff --git a/dev-python/pytest-relaxed/pytest_relaxed-1.1.5.recipe b/dev-python/pytest-relaxed/pytest_relaxed-1.1.5.recipe index 098b11fd0..9f91b0b92 100644 --- a/dev-python/pytest-relaxed/pytest_relaxed-1.1.5.recipe +++ b/dev-python/pytest-relaxed/pytest_relaxed-1.1.5.recipe @@ -7,7 +7,7 @@ opt-in to various behaviors)." HOMEPAGE="https://github.com/bitprophet/pytest-relaxed" COPYRIGHT="2020 Jeff Forcier" LICENSE="BSD (2-clause)" -REVISION="2" +REVISION="3" SOURCE_URI="$HOMEPAGE/archive/refs/tags/$portVersion.tar.gz" CHECKSUM_SHA256="80ec97a6e220237b0fdb11ad0101005740bfe9855f0bc3851ac1e6ba1d5f7d95" SOURCE_DIR="pytest-relaxed-$portVersion" @@ -25,8 +25,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39 python310) -PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}