Package Details: python-playsound 1.3.0-2

Git Clone URL: https://aur.archlinux.org/python-playsound.git (read-only, click to copy)
Package Base: python-playsound
Description: Pure Python library for playing sounds
Upstream URL: https://github.com/TaylorSMarks/playsound
Licenses: MIT
Submitter: Nelliel
Maintainer: C0rn3j
Last Packager: lmartinez-mirror
Votes: 7
Popularity: 0.60
First Submitted: 2020-03-14 12:33 (UTC)
Last Updated: 2022-10-19 19:28 (UTC)

Latest Comments

lmartinez-mirror commented on 2022-10-19 19:29 (UTC)

Thanks for the report. Upstream was doing something weird in their setup.py, fixed.

djmattyg007 commented on 2022-10-16 21:24 (UTC)

This fails to build in a clean chroot for me. I'm getting the below error:

==> Starting build()...
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 351, in <module>
    main()
  File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 333, in main
    json_out['return_val'] = hook(**hook_input['kwargs'])
  File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 118, in get_requires_for_build_wheel
    return hook(config_settings)
  File "/usr/lib/python3.10/site-packages/setuptools/build_meta.py", line 177, in get_requires_for_build_wheel
    return self._get_build_requires(
  File "/usr/lib/python3.10/site-packages/setuptools/build_meta.py", line 159, in _get_build_requires
    self.run_setup()
  File "/usr/lib/python3.10/site-packages/setuptools/build_meta.py", line 281, in run_setup
    super(_BuildMetaLegacyBackend,
  File "/usr/lib/python3.10/site-packages/setuptools/build_meta.py", line 174, in run_setup
    exec(code, locals())
  File "<string>", line 6, in <module>
  File "/usr/lib/python3.10/inspect.py", line 1147, in getsource
    lines, lnum = getsourcelines(object)
  File "/usr/lib/python3.10/inspect.py", line 1129, in getsourcelines
    lines, lnum = findsource(object)
  File "/usr/lib/python3.10/inspect.py", line 958, in findsource
    raise OSError('could not get source code')
OSError: could not get source code
* Getting dependencies for wheel...

ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel