From de1b620340e24ce0133deb9e24ff4707c6a1a354 Mon Sep 17 00:00:00 2001 From: Dominic Sacré Date: Mon, 24 Aug 2015 17:27:51 +0200 Subject: python-decorator: Upgrade 3.4.2 -> 4.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change LIC_FILES_CHKSUM to use LICENSE.txt which is now included in the tarball. The license itself did not change. Signed-off-by: Dominic Sacré Signed-off-by: Martin Jansa --- .../python/python-decorator_3.4.2.bb | 22 ---------------------- .../python/python-decorator_4.0.2.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-decorator_3.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python-decorator_4.0.2.bb (limited to 'meta-python') 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 deleted file mode 100644 index 7031857fa7..0000000000 --- a/meta-python/recipes-devtools/python/python-decorator_3.4.2.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://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" diff --git a/meta-python/recipes-devtools/python/python-decorator_4.0.2.bb b/meta-python/recipes-devtools/python/python-decorator_4.0.2.bb new file mode 100644 index 0000000000..bda0d713df --- /dev/null +++ b/meta-python/recipes-devtools/python/python-decorator_4.0.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://LICENSE.txt;md5=41e24e0e235a97e60cdb5c4137fa2cd0" + +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] = "033c9563af492c4ce2680ee6ca481fa7" +SRC_URI[sha256sum] = "1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206" -- cgit 1.2.3-korg