From 26d15e3639929021cc283fa7a683f1640fb3b20c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 22 Oct 2019 19:03:59 +0200 Subject: [PATCH] mechanize: bump version. --- .../{mechanize-0.3.6.recipe => mechanize-0.4.3.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-python/mechanize/{mechanize-0.3.6.recipe => mechanize-0.4.3.recipe} (94%) diff --git a/dev-python/mechanize/mechanize-0.3.6.recipe b/dev-python/mechanize/mechanize-0.4.3.recipe similarity index 94% rename from dev-python/mechanize/mechanize-0.3.6.recipe rename to dev-python/mechanize/mechanize-0.4.3.recipe index 642abed7f..6f559ecb6 100644 --- a/dev-python/mechanize/mechanize-0.3.6.recipe +++ b/dev-python/mechanize/mechanize-0.4.3.recipe @@ -24,7 +24,7 @@ COPYRIGHT="2002-2010 John J. Lee LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://github.com/python-mechanize/mechanize/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="377ca7b2160716857a2035d986abba1c133f4f80939c19002333c82bd4c01e98" +CHECKSUM_SHA256="7c452a3eed7f83a13674027a58a4afe57ca67630d252a789ac1c15dcd55d310c" ARCHITECTURES="any" @@ -39,8 +39,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python) -PYTHON_VERSIONS=(2.7) +PYTHON_PACKAGES=(python python3) +PYTHON_VERSIONS=(2.7 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}