diff --git a/dev-python/babel/babel-2.9.0.recipe b/dev-python/babel/babel-2.10.3.recipe similarity index 85% rename from dev-python/babel/babel-2.9.0.recipe rename to dev-python/babel/babel-2.10.3.recipe index d744aa0b9..1706f40fc 100644 --- a/dev-python/babel/babel-2.9.0.recipe +++ b/dev-python/babel/babel-2.10.3.recipe @@ -3,12 +3,12 @@ DESCRIPTION="Babel is a Python library that provides an integrated \ collection of utilities that assist with internationalizing and localizing \ Python applications (in particular web-based applications.)" HOMEPAGE="http://babel.pocoo.org/" -COPYRIGHT="2013-2020 the Babel Team" +COPYRIGHT="2013-2022 by the Babel Team" LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://github.com/python-babel/babel/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="7df55ebc7a75b6c544c381e1cc07151c2429f73f4ed01107bd8998b96cc83f42" -SOURCE_DIR="babel-$portVersion" +CHECKSUM_SHA256="960d7a36861836081929735afe5a98aa2fb0d3720e3abc44e2d0950092e0a573" +SOURCE_FILENAME="babel-v$portVersion.tar.gz" ARCHITECTURES="any" @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(3.7 3.8 3.9) +PYTHON_PACKAGES=(python3 python38 python39 python310) +PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}