mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pyserial: update to 3.5.
This commit is contained in:
parent
b53960022a
commit
aef942f1ea
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pyserial'
|
# Template file for 'python3-pyserial'
|
||||||
pkgname=python3-pyserial
|
pkgname=python3-pyserial
|
||||||
version=3.4
|
version=3.5
|
||||||
revision=8
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -10,11 +10,11 @@ short_desc="Python3 module providing access for the serial port"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/pyserial/pyserial"
|
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"
|
distfiles="${PYPI_SITE}/p/pyserial/pyserial-${version}.tar.gz"
|
||||||
checksum=6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627
|
checksum=3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb
|
||||||
alternatives="pyserial:miniterm:/usr/bin/miniterm.py3"
|
alternatives="pyserial:miniterm:/usr/bin/miniterm.py3"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/bin/miniterm.py{,3}
|
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue