From bc892fb0cd52d1c3c7c5b1417d94a0e3f580f60e Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 10 Jul 2016 08:48:00 -0400 Subject: python-vcversioner: update to version 2.16.0.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../python/python-vcversioner_2.14.0.0.bb | 20 -------------------- .../python/python-vcversioner_2.16.0.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb deleted file mode 100644 index 0df18f5df4..0000000000 --- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Python vcversioner, automagically update the project's version" -HOMEPAGE = "https://github.com/habnabit/vcversioner" - -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=260625d695c5e0c9dd2c2ef898833c7d" - -SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4" -SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86" - -inherit pypi setuptools - -do_compile_append() { - ${PYTHON} setup.py -q bdist_egg --dist-dir ./ -} - -do_install_append() { - install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ -} - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb new file mode 100644 index 0000000000..9308c12afb --- /dev/null +++ b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "Python vcversioner, automagically update the project's version" +HOMEPAGE = "https://github.com/habnabit/vcversioner" + +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=827a7a91a8d20d3c666b665cd96db8e3" + +SRC_URI[md5sum] = "aab6ef5e0cf8614a1b1140ed5b7f107d" +SRC_URI[sha256sum] = "dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa06e19b" + +inherit pypi setuptools + +do_compile_append() { + ${PYTHON} setup.py -q bdist_egg --dist-dir ./ +} + +do_install_append() { + install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ +} + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf