blob: b8565d17e822dfff6763d91aba71ef34013b33e5 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "DataStax Python Driver for Apache Cassandra"
2DESCRIPTION = "A modern, feature-rich and highly-tunable Python client \
3library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using \
4exclusively Cassandra's binary protocol and Cassandra Query Language v3."
5HOMEPAGE = "https://github.com/datastax/python-driver"
6SECTION = "devel/python"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
9SRCNAME = "cassandra-driver"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
Patrick Williams169d7bc2024-01-05 11:33:25 -060011SRC_URI[sha256sum] = "0a34f9534356e5fd33af8cdda109d5e945b6335cb50399b267c46368c4e93c98"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
Andrew Geissler82c905d2020-04-13 13:39:40 -050013inherit pypi setuptools3
14
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN} += "\
Patrick Williams39653562024-03-01 08:54:02 -060016 python3-cython \
17 python3-geomet \
18 python3-json \
19 python3-misc \
20 python3-multiprocessing \
21 python3-numbers \
22 python3-six \
Andrew Geissler82c905d2020-04-13 13:39:40 -050023 libevent \
24"
25
26DEPENDS += "\
Patrick Williams39653562024-03-01 08:54:02 -060027 python3-cython \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050028"