python-hid: update to 1.0.6

This commit is contained in:
Mehdi Chinoune 2024-02-23 19:22:18 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent 9b4fd0f50c
commit 6f87591799

View File

@ -3,26 +3,22 @@
_realname=hid
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.0.5
pkgrel=3
pkgver=1.0.6
pkgrel=1
pkgdesc="Python hidapi bindings in ctypes (aka pyhidapi) (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/apmorton/pyhidapi'
msys2_references=(
'pypi: hid'
)
url='https://github.com/apmorton/pyhidapi'
license=('MIT')
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-hidapi"
"${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('1e954e7f7ab9b7c9dfc78db59504692c17db3b71249492b976b1525b97dbb0e8')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
}
sha256sums=('48d764d7ae9746ba123b96dbf457893ca80268b7791c4b1d2e051310eeb83860')
build() {
cd "${srcdir}"