From 1e20309587c3297b9ddfed9551f8d1653be62cdc Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 25 Feb 2018 15:30:12 -0500 Subject: python-ply: update to version 3.11 Update license checksum for new copyright year Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-ply.inc | 6 +++--- meta-python/recipes-devtools/python/python-ply_3.10.bb | 2 -- meta-python/recipes-devtools/python/python-ply_3.11.bb | 2 ++ meta-python/recipes-devtools/python/python3-ply_3.10.bb | 2 -- meta-python/recipes-devtools/python/python3-ply_3.11.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-ply_3.10.bb create mode 100644 meta-python/recipes-devtools/python/python-ply_3.11.bb delete mode 100644 meta-python/recipes-devtools/python/python3-ply_3.10.bb create mode 100644 meta-python/recipes-devtools/python/python3-ply_3.11.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-ply.inc b/meta-python/recipes-devtools/python/python-ply.inc index a6cdf4b40d..a744950b6e 100644 --- a/meta-python/recipes-devtools/python/python-ply.inc +++ b/meta-python/recipes-devtools/python/python-ply.inc @@ -3,10 +3,10 @@ DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for HOMEPAGE = "https://pypi.python.org/pypi/ply" SECTION = "devel/python" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://README.md;beginline=3;endline=30;md5=fcb04bc2f765e46ab7084d6ab6e452bb" +LIC_FILES_CHKSUM = "file://README.md;beginline=5;endline=32;md5=f5ee5c355c0e6719c787a71b8f0fa96c" -SRC_URI[md5sum] = "1d63c166ab250bab87d8dcc42dcca70e" -SRC_URI[sha256sum] = "96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb" +SRC_URI[md5sum] = "6465f602e656455affcd7c5734c638f8" +SRC_URI[sha256sum] = "00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-ply_3.10.bb b/meta-python/recipes-devtools/python/python-ply_3.10.bb deleted file mode 100644 index 2b6165c5be..0000000000 --- a/meta-python/recipes-devtools/python/python-ply_3.10.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-ply.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-ply_3.11.bb b/meta-python/recipes-devtools/python/python-ply_3.11.bb new file mode 100644 index 0000000000..2b6165c5be --- /dev/null +++ b/meta-python/recipes-devtools/python/python-ply_3.11.bb @@ -0,0 +1,2 @@ +require python-ply.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-ply_3.10.bb b/meta-python/recipes-devtools/python/python3-ply_3.10.bb deleted file mode 100644 index 72410baebf..0000000000 --- a/meta-python/recipes-devtools/python/python3-ply_3.10.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-ply.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-ply_3.11.bb b/meta-python/recipes-devtools/python/python3-ply_3.11.bb new file mode 100644 index 0000000000..72410baebf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ply_3.11.bb @@ -0,0 +1,2 @@ +require python-ply.inc +inherit setuptools3 -- cgit v1.2.3-54-g00ecf