37 lines
1.0 KiB
Bash
37 lines
1.0 KiB
Bash
# Template file for 'python-pyserial'
|
|
pkgname=python-pyserial
|
|
version=3.1.1
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="pyserial-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
depends="python"
|
|
pycompile_module="serial"
|
|
short_desc="Python2 module providing access for the serial port"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://github.com/pyserial/pyserial"
|
|
license="3-clause-BSD"
|
|
distfiles="${PYPI_SITE}/p/pyserial/pyserial-${version}.tar.gz"
|
|
checksum=d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c
|
|
alternatives="pyserial:miniterm:/usr/bin/miniterm.py2.7"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|
|
|
|
python3.4-pyserial_package() {
|
|
noarch=yes
|
|
depends="python3.4"
|
|
pycompile_version="3.4"
|
|
pycompile_module="serial"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
alternatives="pyserial:miniterm:/usr/bin/miniterm.py3.4"
|
|
pkg_install() {
|
|
vmove usr/bin/miniterm.py3.4
|
|
vmove usr/lib/python3.4
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|
|
}
|