diff options
author | Ruben De Smet <ruben.de.smet@rubdos.be> | 2016-11-04 20:35:53 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:41 +0100 |
commit | 6d4cde463874cf46e3d3796569217936a13251d9 (patch) | |
tree | 7e6ba33c49c12da4a09bea8456a0efa7a151b470 /meta-python/recipes-devtools/python/python-cassandra-driver.inc | |
parent | caf48f2ea58f63b1a91a3d2aeafe98745efe0a50 (diff) | |
download | meta-openembedded-6d4cde463874cf46e3d3796569217936a13251d9.tar.gz |
python-cassandra-driver: add recipe for version 3.7.1
A Python library for Apache Cassandra
Signed-off-by: Ruben De Smet <ruben.de.smet@rubdos.be>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cassandra-driver.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cassandra-driver.inc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cassandra-driver.inc b/meta-python/recipes-devtools/python/python-cassandra-driver.inc new file mode 100644 index 000000000..bc83592e3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cassandra-driver.inc | |||
@@ -0,0 +1,33 @@ | |||
1 | SUMMARY = "DataStax Python Driver for Apache Cassandra" | ||
2 | DESCRIPTION = "A modern, feature-rich and highly-tunable Python client \ | ||
3 | library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using \ | ||
4 | exclusively Cassandra's binary protocol and Cassandra Query Language v3." | ||
5 | HOMEPAGE = "https://github.com/datastax/python-driver" | ||
6 | SECTION = "devel/python" | ||
7 | LICENSE = "Apache-2.0" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | ||
9 | SRCNAME = "cassandra-driver" | ||
10 | |||
11 | SRC_URI[md5sum] = "e01822b1e08940f300c0013765e070be" | ||
12 | SRC_URI[sha256sum] = "cd76355a6bf30b9cb9f1dd12327b6db2f4b883d5521eb6cac5e6b905000d688e" | ||
13 | |||
14 | DISTUTILS_BUILD_ARGS += " \ | ||
15 | --no-libev \ | ||
16 | " | ||
17 | DISTUTILS_INSTALL_ARGS += " \ | ||
18 | --no-libev \ | ||
19 | " | ||
20 | |||
21 | inherit pypi | ||
22 | |||
23 | RDEPENDS_${PN} += "\ | ||
24 | ${PYTHON_PN}-cython \ | ||
25 | ${PYTHON_PN}-multiprocessing \ | ||
26 | ${PYTHON_PN}-six \ | ||
27 | ${PYTHON_PN}-json \ | ||
28 | libevent \ | ||
29 | " | ||
30 | |||
31 | DEPENDS_${PN} += "\ | ||
32 | ${PYTHON_PN}-cython \ | ||
33 | " | ||