New issue by rjpower4 on void-packages repository https://github.com/void-linux/void-packages/issues/22483 Description: ### System * xuname: ``Void 5.4.43_1 x86_64 AuthenticAMD uptodate FFF`` * package: ``python3-pipenv 2020.5.28_1`` ### Expected behavior On update expecting standard successful update ### Actual behavior Recieving compilation error on configuration: ``` Byte-compiling python3.8 code for module pipenv... *** Error compiling 'usr/lib/python3.8/site-packages/pipenv/patched/yaml2/constructor.py'... File "usr/lib/python3.8/site-packages/pipenv/patched/yaml2/constructor.py", line 167 except TypeError, exc: ^ SyntaxError: invalid syntax *** Error compiling 'usr/lib/python3.8/site-packages/pipenv/patched/yaml2/reader.py'... File "usr/lib/python3.8/site-packages/pipenv/patched/yaml2/reader.py", line 163 except UnicodeDecodeError, exc: ^ SyntaxError: invalid syntax *** Error compiling 'usr/lib/python3.8/site-packages/pipenv/patched/yaml2/resolver.py'... File "usr/lib/python3.8/site-packages/pipenv/patched/yaml2/resolver.py", line 174 re.compile(ur'''^(?:yes|Yes|YES|no|No|NO |true|True|TRUE|false|False|FALSE |on|On|ON|off|Off|OFF)$''', re.X), ^ SyntaxError: invalid syntax *** Error compiling 'usr/lib/python3.8/site-packages/pipenv/patched/yaml2/scanner.py'... File "usr/lib/python3.8/site-packages/pipenv/patched/yaml2/scanner.py", line 1421 except UnicodeDecodeError, exc: ^ SyntaxError: invalid syntax Updating ldconfig(8) cache... python3-pipenv-2020.5.28_1: updated successfully. ``` ### Steps to reproduce the behavior Update ``python3-pipenv`` to version ``2020.5.28_1`` **or** If ``python3-pipenv`` is not installed, simply install with ``xbps-install -S python3-pipenv``