New package: python3-usb-1.0.2
This commit is contained in:
parent
ebf70a5dcb
commit
a0de62c4d2
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-usb/template
Normal file
21
srcpkgs/python3-usb/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-usb'
|
||||
pkgname=python3-usb
|
||||
_pkgname=pyusb
|
||||
version=1.0.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${_pkgname}-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module=usb
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python library for USB communication"
|
||||
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/pyusb/pyusb"
|
||||
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||
checksum=4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue