Package Details: python-types-urllib3 1.26.11-2

Git Clone URL: https://aur.archlinux.org/python-types-urllib3.git (read-only, click to copy)
Package Base: python-types-urllib3
Description: Typing stubs for urllib3
Upstream URL: https://pypi.org/project/python-types-urllib3
Licenses: Apache
Submitter: AchmadFathoni
Maintainer: AchmadFathoni
Last Packager: AchmadFathoni
Votes: 1
Popularity: 0.016706
First Submitted: 2022-03-26 10:55 (UTC)
Last Updated: 2023-10-10 05:16 (UTC)

Latest Comments

frazar0 commented on 2023-10-07 13:31 (UTC) (edited on 2023-10-07 13:31 (UTC) by frazar0)

Hi! Thank you for maintaining the python-types-urllib3 package!

I believe the PKGBUILD is missing python-setuptools from the depends section.

Without it, building in a clean chroot fails with the following error:

==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
          ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.