Search Criteria
Package Details: python-readchar 4.2.1-1
Package Actions
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: | MIT |
Submitter: | marioom |
Maintainer: | TrippleTrabble |
Last Packager: | TrippleTrabble |
Votes: | 6 |
Popularity: | 0.98 |
First Submitted: | 2020-10-27 20:47 (UTC) |
Last Updated: | 2025-02-24 12:47 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
1 2 3 Next › Last »
micwoj92 commented on 2025-02-23 06:42 (UTC)
This has changed, license needs to have spdx license identifier, so just
MIT
.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:
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 themakedepends
to includepython-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 inpackage()
.1 2 3 Next › Last »