# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="Pure-python wrapper for dev-libs/libusb" HOMEPAGE="https://github.com/vpelletier/python-libusb1" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64" DEPEND="virtual/libusb:0" RDEPEND="${DEPEND}" distutils_enable_tests unittest