description="Python bindings for the Linux input subsystem" url="https://python-evdev.readthedocs.io/en/latest/" contributors="Rems,Tnut" packager="spiky " run=(python) name=python-evdev version=1.6.1 release=3 PKGMK_KEEP_SOURCES="no" source=(https://github.com/gvalkov/python-evdev/archive/v$version.tar.gz) build() { cd $name-$version python3 setup.py build python3 setup.py install --prefix=/usr --root="${PKG}" -O1 --skip-build }