### this file is sourced not run
PKGVER=1.3.1
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=pyusb-$PKGVER.tar.gz
MD5SUM=d510d4480f0c3b64bdd32ebdcf033133
SRC_URL=https://files.pythonhosted.org/packages/source/p/pyusb/$TARBALL
BUNDLE=

SLACKREQ='python3 libusb'
SLACKDESC="python3-pyusb: python3-pyusb $PKGVER (Access USB for python)
python3-pyusb: 
python3-pyusb: PyUSB offers easy USB devices communication in Python. It should work 
python3-pyusb: without additional code in any environment with Python >= 3.9, ctypes 
python3-pyusb: and a pre-built USB backend library (currently: libusb 1.x, libusb 
python3-pyusb: 0.1.x or OpenUSB).
python3-pyusb: 
python3-pyusb: https://pypi.org/project/pyusb/
python3-pyusb: https://github.com/pyusb/pyusb
python3-pyusb: 
python3-pyusb: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	#pkg_build_pip3modules pyusb && # this also works
	pkg_build_slackdesc
}


