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: 4
Popularity: 0.21
First Submitted: 2024-05-06 17:45 (UTC)
Last Updated: 2025-08-25 07:29 (UTC)

Latest Comments

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.