Package Details: python-pynput 1.7.6-2

Git Clone URL: https://aur.archlinux.org/python-pynput.git (read-only, click to copy)
Package Base: python-pynput
Description: Python library to monitor and control user input devices
Upstream URL: https://github.com/moses-palmer/pynput
Licenses: LGPL-3.0-or-later
Submitter: j_4321
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 29
Popularity: 0.20
First Submitted: 2017-07-14 11:34 (UTC)
Last Updated: 2024-01-21 18:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

TimeWalker commented on 2021-03-16 23:23 (UTC) (edited on 2021-03-16 23:23 (UTC) by TimeWalker)

I can confirm that python-wheel has to be installed or installation fails with the error: invalid command 'bdist_wheel'

cknoblauch commented on 2021-02-21 15:00 (UTC)

@grandchild Thanks, that did the trick. :)

yochananmarqos commented on 2021-02-20 16:36 (UTC)

@STEELBAS: No, I did not and no, it does not.

STEELBAS commented on 2021-02-20 11:24 (UTC)

@yochananmarqos: I think you may have missed @ryuta's comment, but python-wheel should be set as dependency.

grandchild commented on 2021-02-17 14:13 (UTC)

@cknoblauch: Delete the offending file

sudo rm '/usr/lib/python3.9/site-packages/pynput-1.7.3-py3.9.egg-info/PKG-INFO'

and reinstall python-pynput. I think the issue occurs if you installed pkgver 1.7.3-1, which had broken permissions.

cknoblauch commented on 2021-02-17 14:07 (UTC)

FWIW, I have the exact same issue as @grandchild; any hints will be appreciated.

grandchild commented on 2021-02-16 10:38 (UTC)

Hm, yes that's what I meant. So if your AUR-push-script would use git add --update instead of git add . then you wouldn't need the .gitignore file at all, right? I guess both ways are fine, but one has a file less to maintain...

yochananmarqos commented on 2021-02-16 01:33 (UTC) (edited on 2021-02-16 01:33 (UTC) by yochananmarqos)

@grandchild:

I thought this is exactly what your .gitignore file tries to do?

No, my script that pushes to the AUR uses git add .. Hence "Ignore everything" except explicitly tracked files.

grandchild commented on 2021-02-15 20:31 (UTC)

@yochananmarqos: Yeah, sorry for the noise. It's something with my system, I cannot build any setuptools-based python package anymore. It's not this package.

Re: git add --update only updating previously tracked files: I though this is exactly what your .gitignore file tries to do? At least it looked like it to me. Sorry for assuming!

I'd be really interested in hearing what you are achieving with a * ignore with exceptions! Maybe I'll learn something. :)

ryuta commented on 2021-02-13 06:32 (UTC)

python-wheel should be set as dependency.