mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
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'
|
# Template file for 'python3-usb'
|
||||||
pkgname=python3-usb
|
pkgname=python3-usb
|
||||||
_pkgname=pyusb
|
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="pyusb-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module=usb
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3 libusb"
|
||||||
short_desc="Python library for USB communication"
|
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"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/pyusb/pyusb"
|
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
|
checksum=4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue