summaryrefslogtreecommitdiff
path: root/packages/python/python-pyserial_2.0.bb
blob: 044c6660372285b3903255338eba4a3ef76f0c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Serial Port Support for Python"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "PSF"
SRCNAME = "pyserial"
RDEPENDS = "python-fcntl python-io"

PR = "r1"

SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

bash: apply upstream fixes: up to 025 (was to 005) - from PokyMarcin Juszkiewicz3 2007-02-20bash: unified, bumped PRMarcin Juszkiewicz3 2007-02-20bash: create /etc/shells before using itMarcin Juszkiewicz2 2006-11-27bash: added 3.2 with upstream patches: 001 -> 005Marcin Juszkiewicz3