Package Details: python-pynotify 1.3.0-1

Git Clone URL: https://aur.archlinux.org/python-pynotify.git (read-only, click to copy)
Package Base: python-pynotify
Description: Python Inotify Class
Upstream URL: https://github.com/gene-git/pynotify
Keywords: inotify python
Licenses: MIT
Submitter: GeneArch
Maintainer: GeneArch
Last Packager: GeneArch
Votes: 3
Popularity: 0.047735
First Submitted: 2024-03-29 22:40 (UTC)
Last Updated: 2025-01-01 00:50 (UTC)

Pinned Comments

GeneArch commented on 2025-01-03 10:34 (UTC)

Note on getting the git signing public key. Any of the following:

1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:

gpg --import < keys/pgp/*.asc

2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys

3) From authors website : https://www.sapience.com/tech

4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import

Latest Comments

1 2 Next › Last »

GeneArch commented on 2025-01-03 10:34 (UTC)

Note on getting the git signing public key. Any of the following:

1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:

gpg --import < keys/pgp/*.asc

2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys

3) From authors website : https://www.sapience.com/tech

4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import

GeneArch commented on 2025-01-01 20:45 (UTC)

Please see my comments on git public key :

https://aur.archlinux.org/packages/ssl-mgr#comment-1004774

https://aur.archlinux.org/packages/wg_tool#comment-1004777

simona commented on 2025-01-01 20:10 (UTC)

:: PGP keys need importing:
-> 7CCA1BA66669F3273DB52678E5B81343AB9809E1, required by: ssl-mgr kea_config process-mem lockmgr python-pynotify wg_tool
:: Importing keys with gpg...
gpg: ricezione dal keyserver fallita: Dati assenti

GeneArch commented on 2024-09-05 16:36 (UTC)

Thats terrific - thank you for taking the extra time to check everything. Very much appreciated.

Bonnietwin commented on 2024-09-05 16:26 (UTC)

Just to confirm, I removed python-notify and wg-client and then all the dependencies, including python-installer and then removed the build directories.

I then did a fresh aur build for python-inotify and wg-client and I can confirm that everything is built as would be expected and wg-client and gui are both working.

Bonnietwin commented on 2024-09-05 15:35 (UTC)

No problems. Glad we could sort it out.

GeneArch commented on 2024-09-05 15:29 (UTC)

I pushed 1.2.5 with the fix and added reference to here in Docs/Changelog

My apologies again and thank you for your help.

GeneArch commented on 2024-09-05 15:19 (UTC)

Bah so sorry - you'r right its a bug with PKGBUILD. I am really glad you tracked it down.

I will fix the PKGBUILD to include the dependency on python-installer.

Bonnietwin commented on 2024-09-05 14:15 (UTC)

I have found what the issue was.

I just had to read more closely the output from running the makepkg command. The build was missing python-installer but as it is not in the dependency list it continued with the build but missed all the python-3.12 directory stuff out.

So I manually installed python-installer and then when I ran makepkg it worked correctly.

Then running wg-client afterwards gave a working binary.

GeneArch commented on 2024-09-05 13:45 (UTC)

Couple things might be good to check.

1) After a fresh makepkg what is in

ls pkg/python-pynotify/usr/lib/

Should be python3.12 as you said.

2) what is in

ls src/pynotify

Did makepkg succeed in pulling the source code from github? If not try manually cloning it:

cd src

git clone git@github.com:gene-git/pynotify.git