python3-pyserial: update to 3.5.

This commit is contained in:
Mohammed Anas 2023-11-02 21:05:42 +00:00 committed by classabbyamp
parent b53960022a
commit aef942f1ea

View File

@ -1,7 +1,7 @@
# Template file for 'python3-pyserial'
pkgname=python3-pyserial
version=3.4
revision=8
version=3.5
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
@ -10,11 +10,11 @@ short_desc="Python3 module providing access for the serial port"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/pyserial/pyserial"
changelog="https://raw.githubusercontent.com/pyserial/pyserial/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/pyserial/pyserial-${version}.tar.gz"
checksum=6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627
checksum=3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb
alternatives="pyserial:miniterm:/usr/bin/miniterm.py3"
post_install() {
mv ${DESTDIR}/usr/bin/miniterm.py{,3}
vlicense LICENSE.txt LICENSE
}