Description: Fixed Bash-specific advanced globbing syntax mismatch bug
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Forwarded: not-needed
Last-Update: 2024-12-10

Index: pyenv-2.5.1/plugins/python-build/bin/python-build
===================================================================
--- pyenv-2.5.1.orig/plugins/python-build/bin/python-build
+++ pyenv-2.5.1/plugins/python-build/bin/python-build
@@ -1802,7 +1802,7 @@ build_package_auto_tcltk() {
 
 package_is_python() {
   case "$1" in
-    Python-* | jython-* | pypy-* | pypy[0-9].+([0-9])-* | stackless-* )
+    Python-* | jython-* | pypy-* | pypy[0-9]*-* | stackless-* )
       return 0
       ;;
   esac
