diff --git a/dev-python/gitpython/gitpython-3.1.27.recipe b/dev-python/gitpython/gitpython-3.1.27.recipe index 09e451308..5e2f88723 100644 --- a/dev-python/gitpython/gitpython-3.1.27.recipe +++ b/dev-python/gitpython/gitpython-3.1.27.recipe @@ -21,8 +21,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3) -PYTHON_VERSIONS=(3.7) +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} diff --git a/dev-python/pbr/pbr-5.5.1.recipe b/dev-python/pbr/pbr-5.5.1.recipe index 3e787d3eb..7d3d54402 100644 --- a/dev-python/pbr/pbr-5.5.1.recipe +++ b/dev-python/pbr/pbr-5.5.1.recipe @@ -27,8 +27,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3 python38 python39) -PYTHON_VERSIONS=(2.7 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]} @@ -44,17 +44,11 @@ BUILD_REQUIRES="$BUILD_REQUIRES BUILD_PREREQUIRES="$BUILD_PREREQUIRES cmd:python$pythonVersion" done -PROVIDES_python+=" - cmd:pbr2 - " -PROVIDES_python3+=" +PROVIDES_python39+=" cmd:pbr " -PROVIDES_python38+=" - cmd:pbr38 - " -PROVIDES_python39+=" - cmd:pbr39 +PROVIDES_python310+=" + cmd:pbr310 " BUILD() @@ -87,14 +81,8 @@ INSTALL() $python setup.py install \ --root=/ --prefix="$prefix" - if [ "$pythonPackage" = python ]; then - mv "$binDir"/pbr "$binDir"/pbr2 - fi - if [ "$pythonPackage" = python38 ]; then - mv "$binDir"/pbr "$binDir"/pbr38 - fi - if [ "$pythonPackage" = python39 ]; then - mv "$binDir"/pbr "$binDir"/pbr39 + if [ "$pythonPackage" = python310 ]; then + mv "$binDir"/pbr "$binDir"/pbr310 fi packageEntries $pythonPackage \ diff --git a/dev-util/gertty/gertty-1.6.0.recipe b/dev-util/gertty/gertty-1.6.0.recipe index 7b61670f4..9476cac70 100644 --- a/dev-util/gertty/gertty-1.6.0.recipe +++ b/dev-util/gertty/gertty-1.6.0.recipe @@ -38,8 +38,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3) -PYTHON_VERSIONS=(3.7) +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}