diff --git a/dev-python/pytest_mock/pytest_mock-3.7.0.recipe b/dev-python/pytest_mock/pytest_mock-3.7.0.recipe index f9bb31ddc..d42198825 100644 --- a/dev-python/pytest_mock/pytest_mock-3.7.0.recipe +++ b/dev-python/pytest_mock/pytest_mock-3.7.0.recipe @@ -4,7 +4,7 @@ the mock package for py.test." HOMEPAGE="https://pytest.org" COPYRIGHT="2016 Bruno Oliveira" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.io/packages/source/p/pytest-mock/pytest-mock-$portVersion.tar.gz" CHECKSUM_SHA256="5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534" SOURCE_DIR="pytest-mock-$portVersion" @@ -22,8 +22,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(3.7 3.8 3.9) +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}