python3-usb: update to 1.1.0.
This commit is contained in:
parent
1895c3b62f
commit
ef5878de37
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python3-usb'
|
# Template file for 'python3-usb'
|
||||||
pkgname=python3-usb
|
pkgname=python3-usb
|
||||||
version=1.0.2
|
version=1.1.0
|
||||||
revision=3
|
revision=3
|
||||||
archs=noarch
|
|
||||||
wrksrc="pyusb-${version}"
|
wrksrc="pyusb-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,7 +11,7 @@ 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/pyusb/pyusb-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyusb/pyusb-${version}.tar.gz"
|
||||||
checksum=4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362
|
checksum=d69ed64bff0e2102da11b3f49567256867853b861178689671a163d30865c298
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue