| ################################################################################ |
| # |
| # python-cbor2 |
| # |
| ################################################################################ |
| |
| PYTHON_CBOR2_VERSION = 5.4.2.post1 |
| PYTHON_CBOR2_SOURCE = cbor2-$(PYTHON_CBOR2_VERSION).tar.gz |
| PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/49/74/2b9f9b76e2831f54d70e177a4e602e72cb86441632d1bcc15be1f04a73f6 |
| PYTHON_CBOR2_SETUP_TYPE = setuptools |
| PYTHON_CBOR2_LICENSE = MIT |
| PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt |
| PYTHON_CBOR2_DEPENDENCIES = host-python-setuptools-scm |
| |
| $(eval $(python-package)) |