Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 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" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 10 | |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 11 | SRC_URI[sha256sum] = "0a34f9534356e5fd33af8cdda109d5e945b6335cb50399b267c46368c4e93c98" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 12 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 13 | inherit pypi setuptools3 |
| 14 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 15 | RDEPENDS:${PN} += "\ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 16 | python3-cython \ |
| 17 | python3-geomet \ |
| 18 | python3-json \ |
| 19 | python3-misc \ |
| 20 | python3-multiprocessing \ |
| 21 | python3-numbers \ |
| 22 | python3-six \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 23 | libevent \ |
| 24 | " |
| 25 | |
| 26 | DEPENDS += "\ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 27 | python3-cython \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 28 | " |