python-pyserial: update to 3.0.1.
This commit is contained in:
parent
77f94c5597
commit
df27b73798
@ -2,11 +2,11 @@
|
|||||||
# vim: set ts=4 sw=4 sts=4 et:
|
# vim: set ts=4 sw=4 sts=4 et:
|
||||||
|
|
||||||
pkgname=python-pyserial
|
pkgname=python-pyserial
|
||||||
version=2.7
|
version=3.0.1
|
||||||
revision=2
|
revision=1
|
||||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||||
homepage="http://pyserial.sourceforge.net/"
|
homepage="https://github.com/pyserial/pyserial"
|
||||||
license="LGPL-2.1"
|
license="3-clause-BSD"
|
||||||
short_desc="Python2 module providing access for the serial port"
|
short_desc="Python2 module providing access for the serial port"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyserial-${version}"
|
wrksrc="pyserial-${version}"
|
||||||
@ -14,6 +14,9 @@ build_style=python-module
|
|||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="serial"
|
pycompile_module="serial"
|
||||||
distfiles="${PYPI_SITE}/p/pyserial/pyserial-${version}.tar.gz"
|
distfiles="https://github.com/pyserial/pyserial/archive/v${version}.tar.gz"
|
||||||
checksum=3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477
|
checksum=f99c338cd421348ca91f4e7dcb01d3c15d4e6e85b63d793b46d5ba4c826b7ba1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user