The pywikibot.org landing page or its target https://pywikibot.toolforge.org/ is not updated automatically anymore. The last update was on 28th March.
The repository can be found here. The nightly script is normaly executed twice a day but looking at the version information which was updated two weeks ago on 24th May the web page is outdated.
The last nichtly steps were:
Requirement already satisfied: pip in ./.kube_venv/lib/python3.11/site-packages (23.0.1)
Collecting pip
Using cached pip-25.1.1-py3-none-any.whl (1.8 MB)
Requirement already satisfied: setuptools in ./.kube_venv/lib/python3.11/site-packages (66.1.1)
Collecting setuptools
Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
Installing collected packages: setuptools, pip
Attempting uninstall: setuptools
Found existing installation: setuptools 66.1.1
Uninstalling setuptools-66.1.1:
Successfully uninstalled setuptools-66.1.1
Attempting uninstall: pip
Found existing installation: pip 23.0.1
Uninstalling pip-23.0.1:
Successfully uninstalled pip-23.0.1
Successfully installed pip-25.1.1 setuptools-80.9.0
Building new public_html in /tmp/tmp.HLCtBkvhsB on nightly-29157180-g5cdk...
Step 1: Collecting mwparserfromhell...
Step 2: Collecting setuptools...
Step 3: Collecting importlib_metadata for Python 3.7...
Step 4: Collecting typing_extensions for importlib_metadata...
Step 5: Collecting zipp for importlib_metadata...
Step 6: Build core master
Step 7: Build core stable
Step 8: zip ALL the things
Step 9: tar ALL the things
Step 10: Copy static files
Step 11: Remove old stuff
Cleaned up /tmp/tmp.HLCtBkvhsBThe err log gives
...
/data/project/pywikibot/.kube_venv/lib/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/data/project/pywikibot/.kube_venv/lib/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
/data/project/pywikibot/.kube_venv/lib/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
ModuleNotFoundError while trying to load entry-point bdist_wheel: No module named 'setuptools.command.bdist_wheel'
/data/project/pywikibot/.kube_venv/lib/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
rm: cannot remove 'public_html.old/core/pywikibot/__pycache__/version.cpython-311.pyc': Permission denied
...
rm: cannot remove 'public_html.old/core_stable/pkg_resources/extern/__pycache__/__init__.cpython-39.pyc': Permission denied