Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 1 | SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python." |
| 2 | DESCRIPTION = " \ |
| 3 | Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \ |
| 4 | including RabbitMQ's extensions. \ |
| 5 | " |
| 6 | SECTION = "devel/python" |
| 7 | HOMEPAGE = "https://pika.readthedocs.io" |
| 8 | LICENSE = "BSD-3-Clause" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3" |
| 10 | |
Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 11 | SRC_URI[sha256sum] = "b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f" |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 12 | |
| 13 | inherit pypi python_setuptools_build_meta |
| 14 | |
| 15 | PYPI_PACKAGE = "pika" |
| 16 | |
| 17 | DEPENDS += " \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 18 | python3-setuptools-scm-native \ |
| 19 | python3-toml-native \ |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 20 | " |
| 21 | |
| 22 | RDEPENDS:${PN} += " \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 23 | python3-logging \ |
| 24 | python3-tornado \ |
| 25 | python3-twisted \ |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 26 | " |