* update python-pyinotify to 0.9.6-15

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:42 +01:00
parent 6e2db63688
commit c27ee90188
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,16 @@
pkgbase = python-pyinotify
pkgdesc = Python module used for monitoring filesystems events on Linux platforms with inotify.
pkgver = 0.9.6
pkgrel = 15
url = https://github.com/seb-m/pyinotify
arch = any
license = custom:MIT
makedepends = python
makedepends = python-setuptools
depends = python
source = https://github.com/seb-m/pyinotify/archive/0.9.6.tar.gz
source = pyinotify-python-3.12-fix.patch
sha512sums = 144db691c1cdfd4e52b838b8ed839b8d50d84d26a91a59b7460c3170f58a1c96b3ce4f51e6273835835291781215a87b8f2d2d87d1abf012e4c14b2cd4b3f4cf
sha512sums = 5da85499b8a3e89dc13ce609a08804d778df53006b382c8e1ca2a5212bf5b62e006275b81d232fd6d3a554c392a1d756c1fca2b56bfd1124b9d6591feb70ea63
pkgname = python-pyinotify

View File

@ -0,0 +1,3 @@
[python-pyinotify]
source = "git"
git = "https://github.com/seb-m/pyinotify.git"

View File

@ -5,7 +5,7 @@
pkgname=python-pyinotify pkgname=python-pyinotify
pkgver=0.9.6 pkgver=0.9.6
pkgrel=14 pkgrel=15
pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.' pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
arch=(any) arch=(any)
url="https://github.com/seb-m/pyinotify" url="https://github.com/seb-m/pyinotify"