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

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

inherit distutils