2014-12-24 16:33:31 +01:00
|
|
|
# Template file for 'python-pyserial'
|
|
|
|
# vim: set ts=4 sw=4 sts=4 et:
|
|
|
|
|
|
|
|
pkgname=python-pyserial
|
|
|
|
version=2.7
|
2014-12-25 20:22:28 +01:00
|
|
|
revision=2
|
2014-12-24 16:33:31 +01:00
|
|
|
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
|
|
|
homepage="http://pyserial.sourceforge.net/"
|
|
|
|
license="LGPL-2.1"
|
2014-12-25 20:22:28 +01:00
|
|
|
short_desc="Python2 module providing access for the serial port"
|
2014-12-24 16:33:31 +01:00
|
|
|
noarch=yes
|
|
|
|
wrksrc="pyserial-${version}"
|
|
|
|
build_style=python-module
|
|
|
|
hostmakedepends="python-setuptools"
|
2014-12-25 20:20:30 +01:00
|
|
|
depends="python"
|
|
|
|
pycompile_module="serial"
|
2014-12-24 16:33:31 +01:00
|
|
|
distfiles="${PYPI_SITE}/p/pyserial/pyserial-${version}.tar.gz"
|
|
|
|
checksum=3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477
|
|
|
|
|