diff options
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 0000000000..bc83592e3b --- /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 | " | ||
