Package Details: python-ibm-platform-services 0.48.0-1

Git Clone URL: https://aur.archlinux.org/python-ibm-platform-services.git (read-only, click to copy)
Package Base: python-ibm-platform-services
Description: Python client library for IBM Cloud Platform Services
Upstream URL: https://github.com/IBM/platform-services-python-sdk
Licenses: Apache
Submitter: iyanmv
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 1
Popularity: 0.000019
First Submitted: 2022-06-18 20:58 (UTC)
Last Updated: 2023-12-08 16:15 (UTC)

Latest Comments

iyanmv commented on 2022-09-30 14:02 (UTC)

I was curious why it didn't fail to build using extra-x86_64-build, and I guess it was because before this change, python-build was also installing python-setuptools. I will have to double check all my packages here. Thanks for letting me know!

petronny commented on 2022-09-30 10:19 (UTC)

python-setuptools should be in makedepends:

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

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/wrappers.py", line 319, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

Full build log: https://github.com/arch4edu/cactus/actions/runs/3156994952/jobs/5137333696