mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-usb: update to 1.2.1.
This commit is contained in:
parent
5883c21068
commit
a74a95b19e
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-usb'
|
# Template file for 'python3-usb'
|
||||||
pkgname=python3-usb
|
pkgname=python3-usb
|
||||||
version=1.1.1
|
version=1.2.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pyusb-${version}"
|
wrksrc="pyusb-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3 libusb"
|
depends="python3 libusb"
|
||||||
short_desc="Python library for USB communication"
|
short_desc="Python library for USB communication"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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=7d449ad916ce58aff60b89aae0b65ac130f289c24d6a5b7b317742eccffafc38
|
checksum=a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d9de7b9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue