🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819
pkgname: python-pyinotify
pkgver: '0.9.6'
pkgrel: '9'
pkgdesc: Python module used for monitoring filesystems events on Linux platforms with inotify.
url: 'https://github.com/seb-m/pyinotify'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://github.com/seb-m/pyinotify/archive/${pkgver}.tar.gz'
sha256sums:
- 7943f198c5cef2bdc121d847937fbe565daaa7d4daaf1b8de8ef5689812f481c
build: "cd pyinotify-${pkgver}\n\n pip3 wheel -w dist \\\n --no-build-isolation \\\n --no-deps $PWD\n pip3 install --no-index\
\ \\\n --find-links dist \\\n --no-cache-dir \\\n --no-user \\\n --root=${PKGDIR} \\\n pyinotify\n\
\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true