From 81fe3b83d7a909d19fe2bb2b88c69802f966b421 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 22 Feb 2016 08:35:05 -0500 Subject: python-pyserial: update to 3.0.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyserial.inc | 15 ++++++--------- .../recipes-devtools/python/python-pyserial_2.7.bb | 2 -- .../recipes-devtools/python/python-pyserial_3.0.1.bb | 2 ++ .../recipes-devtools/python/python3-pyserial_2.7.bb | 7 ------- .../recipes-devtools/python/python3-pyserial_3.0.1.bb | 7 +++++++ 5 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyserial_2.7.bb create mode 100644 meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyserial_2.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc index 0fd6747569..08eef746f9 100644 --- a/meta-python/recipes-devtools/python/python-pyserial.inc +++ b/meta-python/recipes-devtools/python/python-pyserial.inc @@ -1,11 +1,6 @@ SUMMARY = "Serial Port Support for Python" -SECTION = "devel/python" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c557c64905dac5b725980b9505bf8d7b" -SRCNAME = "pyserial" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0051a0dc811ee3fdb17a2fd0be44f3ad" # FIXME might stop packaging serialwin32 and serialjava files @@ -15,5 +10,7 @@ RDEPENDS_${PN} = "\ ${PYTHON_PN}-stringold \ " -SRC_URI[md5sum] = "794506184df83ef2290de0d18803dd11" -SRC_URI[sha256sum] = "3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477" +SRC_URI[md5sum] = "c8521e49f8852196aac39431e0901703" +SRC_URI[sha256sum] = "969cb6405d1d87f8960cf9c10f597ae58f85da2fb9769dba96f4aeeaade54656" + +inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyserial_2.7.bb b/meta-python/recipes-devtools/python/python-pyserial_2.7.bb deleted file mode 100644 index ad2b350b0c..0000000000 --- a/meta-python/recipes-devtools/python/python-pyserial_2.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pyserial.inc diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb b/meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb new file mode 100644 index 0000000000..ad2b350b0c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyserial.inc diff --git a/meta-python/recipes-devtools/python/python3-pyserial_2.7.bb b/meta-python/recipes-devtools/python/python3-pyserial_2.7.bb deleted file mode 100644 index 17ed3f8bc4..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyserial_2.7.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit setuptools3 -require python-pyserial.inc - -do_install_append() { - rm -f ${D}${bindir}/miniterm.py - rmdir ${D}${bindir} -} diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb new file mode 100644 index 0000000000..17ed3f8bc4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb @@ -0,0 +1,7 @@ +inherit setuptools3 +require python-pyserial.inc + +do_install_append() { + rm -f ${D}${bindir}/miniterm.py + rmdir ${D}${bindir} +} -- cgit v1.2.3-54-g00ecf