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.000192
First Submitted: 2020-10-27 20:47 (UTC)
Last Updated: 2023-08-24 11:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

kylelaker commented on 2021-02-28 21:33 (UTC) (edited on 2021-02-28 22:03 (UTC) by kylelaker)

Noticed a few things while trying to install this:

  • flake8 must be added to makedepends (it is in setup.py's setup_requires)
  • ${pkgname}-${pkgver}.tar.gz:: should be added before https:// in the tar download
  • Starting with v3.0.0 the tag names have a v prefix

See: https://gist.github.com/kylelaker/0b09add656216b3bccafae8d4f21b581

Edit: Due to a bug in the source package's setup.py, the tests get included in the package and placed in the root of site-packages, so I updated the gist above to patch that. It could also be done with an rm of the directory in package. See https://wiki.archlinux.org/index.php/Python_package_guidelines#Test_directory_in_site-package