From 5cc904be9d6551f6e9a6465e990df1e2de940004 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 21 May 2016 10:03:29 -0400 Subject: python-thrift: update to version 0.9.3 update recipe to use pypi class update license checksum for latest version Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../python-thrift/python-thrift_0.9.2.bb | 16 ---------------- .../python-thrift/python-thrift_0.9.3.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb create mode 100644 meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb (limited to 'meta-python/recipes-connectivity') diff --git a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb deleted file mode 100644 index d0c4af7571..0000000000 --- a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Python bindings for the Apache Thrift RPC system" -HOMEPAGE = "https://pypi.python.org/pypi/amqp/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=df17a59cc9e1327ec49c2285e13ac477" - -SRCNAME = "thrift" - -SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd" -SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb new file mode 100644 index 0000000000..a8a8ff8a79 --- /dev/null +++ b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb @@ -0,0 +1,9 @@ +SUMMARY = "Python bindings for the Apache Thrift RPC system" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1203b6a05c3bff3229710e3f063ddca7" + +SRC_URI[md5sum] = "b519551d7a086bb0b4f222a8f566b7e8" +SRC_URI[sha256sum] = "dfbc3d3bd19d396718dab05abaf46d93ae8005e2df798ef02e32793cd963877e" +PYPI_PACKAGE_HASH = "ae5835e3f0cd290039ff862c2c9d8ae8a76896665d70343d833bdc2f748b8e55" + +inherit pypi setuptools -- cgit 1.2.3-korg