mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: python-inotify-0.9.4.
This commit is contained in:
parent
461c6356c5
commit
c330232be0
1 changed files with 24 additions and 0 deletions
24
srcpkgs/python-inotify/template
Normal file
24
srcpkgs/python-inotify/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'python-inotify'
|
||||||
|
pkgname=python-inotify
|
||||||
|
version=0.9.4
|
||||||
|
revision=1
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python"
|
||||||
|
makedepends="python-devel"
|
||||||
|
short_desc="Python module used for monitoring filesystems events on Linux platforms with inotify"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://github.com/seb-m/pyinotify"
|
||||||
|
license="MIT"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone -b ${version} git://github.com/seb-m/pyinotify ${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
||||||
|
python-inotify_package() {
|
||||||
|
noarch=yes
|
||||||
|
pycompile_module="pyinotify.py"
|
||||||
|
depends="python"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue