diff options
| author | Derek Straka <derek@asterius.io> | 2016-05-21 10:03:29 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-27 15:39:13 +0200 |
| commit | 5cc904be9d6551f6e9a6465e990df1e2de940004 (patch) | |
| tree | b43c11762ee8ac21f1310f41fc6c7daeb6fb5197 /meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb | |
| parent | ad7fb0fc793c6438d2555cc6a25b33b5a1ddb359 (diff) | |
| download | meta-openembedded-5cc904be9d6551f6e9a6465e990df1e2de940004.tar.gz | |
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 <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb')
| -rw-r--r-- | meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb | 16 |
1 files changed, 0 insertions, 16 deletions
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 @@ | |||
| 1 | SUMMARY = "Python bindings for the Apache Thrift RPC system" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/amqp/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=df17a59cc9e1327ec49c2285e13ac477" | ||
| 6 | |||
| 7 | SRCNAME = "thrift" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd" | ||
| 12 | SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
