Package Details: python-pynotify 1.2.8-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.152429
First Submitted: 2024-03-29 22:40 (UTC)
Last Updated: 2024-10-19 22:08 (UTC)

Latest Comments

« First ‹ Previous 1 2

Bonnietwin commented on 2024-09-05 13:20 (UTC) (edited on 2024-09-05 13:20 (UTC) by Bonnietwin)

Your method is different to mine. I will give it a go.

The way I was doing it was as per the Arch User Repository wiki page. https://wiki.archlinux.org/title/Arch_User_Repository

git clone https://aur.archlinux.org/python-pynotify.git

cd python-pynotify

makepkg -sirc

pacman -U python-pynotify-1.2.4-1-any.pkg.tar.zst

GeneArch commented on 2024-09-05 13:11 (UTC) (edited on 2024-09-05 13:18 (UTC) by GeneArch)

Thanks for letting me know - I am trying to reproduce this but it works for me. How are you building the package (oops you said using makepkg - never mind)

Here's what I did :

wget https://aur.archlinux.org/cgit/aur.git/snapshot/python-pynotify.tar.gz

tar xf python-pynotify.tar.gz

cd python-pynotify

makepkg

...

Then:

ls pkg/python-pynotify/usr/lib/python3.12/site-packages/pynotify

Which looks fine. Check the package:

pacman -Ql -p python-pynotify-1.2.4-1-any.pkg.tar.zst

Also looks fine.

Bonnietwin commented on 2024-09-05 12:52 (UTC) (edited on 2024-09-05 12:53 (UTC) by Bonnietwin)

I am trying to build this as a dependency for wg-client. When I build wg-client it finds python-pynotify is present (does not flag it up as missing). However then running wg-client gives the message that python-pynotify is missing.

I then ran pacman -Ql python-pynotify and the only files installed are under /usr/share.

I also checked the contents of the python-pynotify-1.2.4-1-any.pkg.tar.zst file created after running makepkg -sirc and this also only has the /usr/share directory contents. I have tried building python-pynotify from scratch three times and each time I have got the same result of only the /usr/share files.

There are no files for /usr/lib/python3.12/site-packages in the pkg.tar.zst file

Am I doing something wrong in my package building or is there a bug somewhere?