summaryrefslogblamecommitdiff
path: root/dev-python/libusb1/libusb1-3.1.0.ebuild
blob: 5cc2a979ac2a20c0c78072859fd6f246baf2a6c7 (plain) (tree)
1
2
3
4
5
6
7
8


                                                                  
      
 
                                  
                               
                         


                                                       



                   




                               
# 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