From 97b728eb5fa5562658d90c9c75bc829c257db2b3 Mon Sep 17 00:00:00 2001 From: leimaohui Date: Fri, 31 Jul 2015 15:32:25 +0800 Subject: python-decorator: upgrade 3.4.0 -> 3.4.2 Signed-off-by: Lei Maohui Signed-off-by: Martin Jansa --- .../python/python-decorator_3.4.0.bb | 22 ---------------------- .../python/python-decorator_3.4.2.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-decorator_3.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python-decorator_3.4.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-decorator_3.4.0.bb b/meta-python/recipes-devtools/python/python-decorator_3.4.0.bb deleted file mode 100644 index 43166304a2..0000000000 --- a/meta-python/recipes-devtools/python/python-decorator_3.4.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Python decorator utilities" -HOMEPAGE = "http://pypi.python.org/pypi/decorator/" -DESCRIPTION = "\ -The aim of the decorator module it to simplify the usage of decorators \ -for the average programmer, and to popularize decorators by showing \ -various non-trivial examples. Of course, as all techniques, decorators \ -can be abused and you should not try to solve every problem with a \ -decorator, just because you can." - -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://documentation3.py;beginline=848;endline=877;md5=0b56661417fb7b841afc8892e14ba241" - -SRCNAME = "decorator" - -SRC_URI = "https://pypi.python.org/packages/source/d/decorator/decorator-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -SRC_URI[md5sum] = "1e8756f719d746e2fc0dd28b41251356" -SRC_URI[sha256sum] = "c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783" diff --git a/meta-python/recipes-devtools/python/python-decorator_3.4.2.bb b/meta-python/recipes-devtools/python/python-decorator_3.4.2.bb new file mode 100644 index 0000000000..7031857fa7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-decorator_3.4.2.bb @@ -0,0 +1,22 @@ +SUMMARY = "Python decorator utilities" +HOMEPAGE = "http://pypi.python.org/pypi/decorator/" +DESCRIPTION = "\ +The aim of the decorator module it to simplify the usage of decorators \ +for the average programmer, and to popularize decorators by showing \ +various non-trivial examples. Of course, as all techniques, decorators \ +can be abused and you should not try to solve every problem with a \ +decorator, just because you can." + +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=104961fab4bc3ef8d0640bb37641b473" + +SRCNAME = "decorator" + +SRC_URI = "https://pypi.python.org/packages/source/d/decorator/decorator-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +SRC_URI[md5sum] = "9e0536870d2b83ae27d58dbf22582f4d" +SRC_URI[sha256sum] = "7320002ce61dea6aa24adc945d9d7831b3669553158905cdd12f5d0027b54b44" -- cgit 1.2.3-korg