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: | 10 |
| Popularity: | 0.22 |
| First Submitted: | 2020-10-27 20:47 (UTC) |
| Last Updated: | 2025-02-24 12:47 (UTC) |
Dependencies (5)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
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.
qark commented on 2022-03-12 19:39 (UTC)
Warnings could be avoided by switching from
python setup.py buildtopython -m build --wheel --no-isolationand frompython setup.py installtopython -m installer --destdir="$pkgdir" dist/*.whlmarioom commented on 2022-03-12 19:32 (UTC)
Perfect, fixed in the newest release. Thanks for the help.
qark commented on 2022-03-12 19:27 (UTC)
GITHUB_REF="refs/tags/$pkgver"is enough.marioom commented on 2022-03-12 19:09 (UTC)
The
setup.pywarnings should be reported upstream, this package is not mine. About theGITHUB_REFenv variable, what should its value be,refs/tags/3.0.5?qark commented on 2022-03-08 10:52 (UTC) (edited on 2022-03-09 17:32 (UTC) by qark)
Package installs module version as 2.0.1. To use 3.0.5 we have to set
GITHUB_REFenvironment variable, seesetup.py.Also
python setup.pyoutputs warningsand
Please consider switch to PEP 517. It worked for me even without
pyproject.toml.marioom commented on 2022-01-05 17:13 (UTC)
Sorry for taking so long, @yochananmarqos, I completely missed your message. flake8 has been removed :)
yochananmarqos commented on 2021-04-05 16:50 (UTC)
flake8can safely be removed:marioom commented on 2021-03-02 19:56 (UTC)
Done! Let me know if there's anything else that can be improved.
kylelaker commented on 2021-03-02 18:07 (UTC)
@marioom: I'd be happy to! This is a dependency of
python-inquirerwhich is a dependency of a package I hope to be uploading soon.The prefix is documented at https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_sources. Basically, it makes sure that the tar.gz file gets saved locally with the package name. Without it, the tar file from GitHub is just the tag name which can cause issues in $srcdir if two packages have the same version and don't fix the naming.
« First ‹ Previous 1 2 3 Next › Last »