# Template file for 'python-evdev' pkgname=python-evdev version=1.1.0 revision=1 build_style=python-module pycompile_module="evdev" hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" short_desc="Python2 bindings for the Linux input subsystem" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/gvalkov/python-evdev" distfiles="https://github.com/gvalkov/python-evdev/archive/v${version}.tar.gz" checksum=a99fd6d63f1177efc16e0874235db5856ee625e1dd312f0c5d2700bfff7b20fe post_install() { vlicense LICENSE } python3-evdev_package() { pycompile_module="evdev" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } }