From c1c9d40c0cfe3c02aedc4977467b19c53e9f2c24 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 24 Oct 2019 18:36:00 +0200 Subject: [PATCH] pytest: bump version. --- .../{pytest-3.3.0.recipe => pytest-5.2.1.recipe} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename dev-python/pytest/{pytest-3.3.0.recipe => pytest-5.2.1.recipe} (83%) diff --git a/dev-python/pytest/pytest-3.3.0.recipe b/dev-python/pytest/pytest-5.2.1.recipe similarity index 83% rename from dev-python/pytest/pytest-3.3.0.recipe rename to dev-python/pytest/pytest-5.2.1.recipe index 2c6d3c982..4c9a40e94 100644 --- a/dev-python/pytest/pytest-3.3.0.recipe +++ b/dev-python/pytest/pytest-5.2.1.recipe @@ -1,11 +1,11 @@ SUMMARY="A Python testing framework" DESCRIPTION="The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries." HOMEPAGE="https://pytest.org" -SOURCE_URI="https://pypi.python.org/packages/41/6f/ed63db45ad82db405c77c807d75d66311d385e1b6bf476ec46bde0c9462a/pytest-3.3.0.tar.gz" -REVISION="1" -LICENSE="MIT" COPYRIGHT="2004-2017 Holger Krekel and others." -CHECKSUM_SHA256="6db1c070aa412c30647b6aeb13c55670f900cf00fbafa003cdde560c3f4a8d76" +LICENSE="MIT" +REVISION="1" +SOURCE_URI="https://pypi.io/packages/source/p/pytest/pytest-$portVersion.tar.gz" +CHECKSUM_SHA256="ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0" ARCHITECTURES="any" @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3) -PYTHON_VERSIONS=(2.7 3.6) +PYTHON_PACKAGES=(python python36 python3) +PYTHON_VERSIONS=(2.7 3.6 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}