Package Details: python-inotify-simple 2.0.1-5

Git Clone URL: https://aur.archlinux.org/python-inotify-simple.git (read-only, click to copy)
Package Base: python-inotify-simple
Description: A simple Python wrapper around inotify
Upstream URL: https://github.com/chrisjbillington/inotify_simple
Licenses: BSD-2-Clause
Submitter: jelly
Maintainer: mroethke
Last Packager: mroethke
Votes: 5
Popularity: 0.41
First Submitted: 2024-05-06 17:45 (UTC)
Last Updated: 2025-08-25 07:29 (UTC)

Latest Comments

Damgaldor commented on 2026-01-15 21:09 (UTC)

Would be nice to bump the pkgrel so AUR helpers will automatically update the package for python-3.14

clacs24 commented on 2025-10-31 13:04 (UTC) (edited on 2025-10-31 13:07 (UTC) by clacs24)

Add #Fix to PKGBUILD file before running makepkg command

build() {
  cd inotify_simple

  #Fix
  sed -i 's/^license = "BSD-2-Clause"/license = {text = "BSD-2-Clause"}/' pyproject.toml
  sed -i '/license-files = \["LICENSE"\]/d' pyproject.toml

  python -m build --wheel --no-isolation
}

micwoj92 commented on 2025-01-16 23:58 (UTC)

Please use spdx license identifier.