Package Details: python-readchar 4.0.5-1

Git Clone URL: https://aur.archlinux.org/python-readchar.git (read-only, click to copy)
Package Base: python-readchar
Description: Python library to read characters and key strokes
Upstream URL: https://github.com/magmax/python-readchar
Licenses: custom:MIT
Submitter: marioom
Maintainer: marioom (kylelaker)
Last Packager: kylelaker
Votes: 5
Popularity: 0.000241
First Submitted: 2020-10-27 20:47 (UTC)
Last Updated: 2023-08-24 11:26 (UTC)

Latest Comments

1 2 3 Next › Last »

marioom commented on 2023-08-24 15:48 (UTC)

@AlexBocken, MIT isn't part of the license package, so it has to be custom, AFAIU: https://wiki.archlinux.org/title/PKGBUILD#license

AlexBocken commented on 2023-08-24 12:10 (UTC)

What's custom about this license? Looking at it it seems identical to the normal MIT license just with author and year added. Isn't it superfluous to include it then? A license=("MIT") should suffice.

marioom commented on 2022-06-24 09:44 (UTC)

@RubenKelevra, please let me know if the new update fixes your issue

RubenKelevra commented on 2022-06-23 19:31 (UTC)

I have trouble compiling this in a clean chroot, because of missing dependencies:

==> Making package: python-readchar 3.0.5-7 (Thu Jun 23 21:29:14 2022)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
* Getting dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/wrappers.py", line 332, 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 89, 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'

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

marioom commented on 2022-04-26 10:43 (UTC)

Fixed! Thanks for the report.

Miller.EC commented on 2022-04-26 10:40 (UTC)

After adding python -m build --wheel --no-isolation you'll also need to update the makedepends to include python-wheel.

qark commented on 2022-03-12 20:11 (UTC)

Thanks a lot for your work!

marioom commented on 2022-03-12 20:11 (UTC)

Hah, fixed. Thanks for bearing with me :)

qark commented on 2022-03-12 20:03 (UTC)

GITHUB_REF after this change should be in build() not in package().

marioom commented on 2022-03-12 19:51 (UTC)

You're right that those are to be updated here, not upstream. Should be fixed now.