# Template file for 'python-pyudev' pkgname=python-pyudev version=0.21.0 revision=3 archs=noarch wrksrc="pyudev-${version}" build_style=python-module pycompile_module="pyudev" hostmakedepends="python-setuptools python3-setuptools" depends="python python-six" short_desc="Python bindings to libudev (Python2)" maintainer="Luca Weiss " license="LGPL-2.1" homepage="https://github.com/pyudev/pyudev" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=5f4625f89347e465731866ddbe042a055bbc5092577356aa3d089ac5fb8efd94 python3-pyudev_package() { archs=noarch depends="python3 python3-six" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } }