New package: python-pyserial 2.7
This commit is contained in:
parent
513fbb16e1
commit
7f4edd5843
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python-pyserial'
|
||||
# vim: set ts=4 sw=4 sts=4 et:
|
||||
|
||||
pkgname=python-pyserial
|
||||
version=2.7
|
||||
revision=1
|
||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||
homepage="http://pyserial.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
short_desc="Python2 module encapsulates the access for the serial port"
|
||||
noarch=yes
|
||||
wrksrc="pyserial-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
pycompile_module="pyserial"
|
||||
distfiles="${PYPI_SITE}/p/pyserial/pyserial-${version}.tar.gz"
|
||||
checksum=3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477
|
||||
|
Loading…
Reference in New Issue