From 992aca638b5fc39df4572cf46bd7e69c59ccd859 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 22 Feb 2016 08:34:56 -0500 Subject: python-flufl-enum: update to 4.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../python/python-flufl-enum_4.0.1.bb | 24 ---------------------- .../python/python-flufl-enum_4.1.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb diff --git a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb b/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb deleted file mode 100644 index fe25fd778..000000000 --- a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "A Python enumeration package." -DESCRIPTION = "The flufl.enum library is a Python enumeration package. Its goal is to provide simple, \ -specific, concise semantics in an easy to read and write syntax. flufl.enum has just enough of the \ -features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. " - -LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8" - -SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9" -SRC_URI[sha256sum] = "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8" - -PYPI_PACKAGE = "flufl.enum" -inherit pypi setuptools - -PACKAGES =+ "\ - ${PN}-test \ -" - -FILES_${PN}-doc += "\ - ${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/*.rst \ - ${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/docs \ -" - -FILES_${PN}-test += "${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/tests" diff --git a/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb b/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb new file mode 100644 index 000000000..ef108485a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb @@ -0,0 +1,24 @@ +SUMMARY = "A Python enumeration package." +DESCRIPTION = "The flufl.enum library is a Python enumeration package. Its goal is to provide simple, \ +specific, concise semantics in an easy to read and write syntax. flufl.enum has just enough of the \ +features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. " + +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = "file://PKG-INFO;startline=8;endline=9;md5=250adb4c74c359b7049abcd9d6b115e7" + +SRC_URI[md5sum] = "461779384c07ed2b5f554a5d51a000c4" +SRC_URI[sha256sum] = "94da1413ba085473652f81565847913ea1543d1739972ecbd6afe57d7b1b68b4" + +PYPI_PACKAGE = "flufl.enum" +inherit pypi setuptools + +PACKAGES =+ "\ + ${PN}-test \ +" + +FILES_${PN}-doc += "\ + ${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/*.rst \ + ${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/docs \ +" + +FILES_${PN}-test += "${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/tests" -- cgit v1.2.3-54-g00ecf