# Template file for 'python3-usb'
pkgname=python3-usb
version=1.3.1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3 libusb"
short_desc="Python library for USB communication"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/pyusb/pyusb"
distfiles="${PYPI_SITE}/p/pyusb/pyusb-${version}.tar.gz"
checksum=3af070b607467c1c164f49d5b0caabe8ac78dbed9298d703a8dbf9df4052d17e

post_install() {
	vlicense LICENSE
}
