From ef3df7a04ec922ccec1c5a916dd2f4c628fe3c0f Mon Sep 17 00:00:00 2001 From: OscarL Date: Mon, 20 Mar 2023 07:45:52 -0300 Subject: [PATCH] pytest_relaxed: drop support for Python 3.7 and 3.8. (#8013) --- dev-python/pytest-relaxed/pytest_relaxed-1.1.5.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]}