python3-usb: depends on libusb
This commit is contained in:
parent
64533ef2dc
commit
5c7e0b558e
1 changed files with 5 additions and 7 deletions
|
@ -1,19 +1,17 @@
|
|||
# Template file for 'python3-usb'
|
||||
pkgname=python3-usb
|
||||
_pkgname=pyusb
|
||||
version=1.0.2
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="${_pkgname}-${version}"
|
||||
wrksrc="pyusb-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module=usb
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
depends="python3 libusb"
|
||||
short_desc="Python library for USB communication"
|
||||
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/pyusb/pyusb"
|
||||
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||
distfiles="${PYPI_SITE}/p/pyusb/pyusb-${version}.tar.gz"
|
||||
checksum=4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue