From fdbe09774108525c179db7f42ebaca7ae1123c29 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 10 Jan 2018 15:58:48 -0500 Subject: python-can: update to the released version of 2.0.0 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-can.inc | 4 ++-- meta-python/recipes-devtools/python/python-can_2.0.0.bb | 6 ++++++ meta-python/recipes-devtools/python/python-can_2.0.0b1.bb | 6 ------ meta-python/recipes-devtools/python/python3-can_2.0.0.bb | 7 +++++++ meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb | 7 ------- 5 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-can_2.0.0.bb delete mode 100644 meta-python/recipes-devtools/python/python-can_2.0.0b1.bb create mode 100644 meta-python/recipes-devtools/python/python3-can_2.0.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb diff --git a/meta-python/recipes-devtools/python/python-can.inc b/meta-python/recipes-devtools/python/python-can.inc index ecfae3cffc..802098ad32 100644 --- a/meta-python/recipes-devtools/python/python-can.inc +++ b/meta-python/recipes-devtools/python/python-can.inc @@ -3,8 +3,8 @@ SECTION = "devel/python" LICENSE = "LGPLv3" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=38138baa100d7259934590850bc0406e" -SRC_URI[md5sum] = "b2a164887c1c6a2a2490b5afb36e36db" -SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87" +SRC_URI[md5sum] = "d899550617614d542c0319773989920c" +SRC_URI[sha256sum] = "da89e94fa234d4ebe7f43a26d4b06a5d14ea767fbd2c4767732e4d964473dfb0" PYPI_PACKAGE="python-can" diff --git a/meta-python/recipes-devtools/python/python-can_2.0.0.bb b/meta-python/recipes-devtools/python/python-can_2.0.0.bb new file mode 100644 index 0000000000..a698ad3651 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-can_2.0.0.bb @@ -0,0 +1,6 @@ +require python-can.inc +inherit pypi setuptools + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-zlib \ +" diff --git a/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb b/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb deleted file mode 100644 index a698ad3651..0000000000 --- a/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb +++ /dev/null @@ -1,6 +0,0 @@ -require python-can.inc -inherit pypi setuptools - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-zlib \ -" diff --git a/meta-python/recipes-devtools/python/python3-can_2.0.0.bb b/meta-python/recipes-devtools/python/python3-can_2.0.0.bb new file mode 100644 index 0000000000..aaa9e811ce --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-can_2.0.0.bb @@ -0,0 +1,7 @@ +require python-can.inc +inherit pypi setuptools3 + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-compression \ +" diff --git a/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb b/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb deleted file mode 100644 index aaa9e811ce..0000000000 --- a/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb +++ /dev/null @@ -1,7 +0,0 @@ -require python-can.inc -inherit pypi setuptools3 - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-codecs \ - ${PYTHON_PN}-compression \ -" -- cgit 1.2.3-korg