aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-kombu_4.6.6.bb
blob: b01215d5cc66e8ca51e930635f980ccfdeb05c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "The aim of Kombu is to make messaging in Python as easy as possible by providing \
an idiomatic high-level interface for the AMQ protocol, and also provide proven and tested \
solutions to common messaging problems."

DESCRIPTION = "A messaging framework for Python"
BUGTRACKER = "http://github.com/celery/kombu/issues/"
HOMEPAGE = "http://kombu.readthedocs.org"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4"

SRC_URI[md5sum] = "5f751ea817b1f6a4293d4e3a01040d4f"
SRC_URI[sha256sum] = "1760b54b1d15a547c9a26d3598a1c8cdaf2436386ac1f5561934bc8a3cbbbd86"

inherit setuptools pypi

PYPI_PACKAGE = "kombu"

FILES:${PN}-doc += "${datadir}/${SRCNAME}"

RDEPENDS:${PN} = " \
        python-amqp \
        "

PNBLACKLIST[python-kombu] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"