kumquat-buildroot/package/python3-decorator/python3-decorator.mk
Matt Weber 8b154320f0 package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT
cpe:2.3🅰️python:decorator:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3🅰️python:decorator

Note: 4783e5fd8c already added those for the python(2) variant.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
[yann.morin.1998@free.fr:
  - add reference to 4783e5fd8c
  - move up, right after license
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-20 23:23:13 +02:00

19 lines
796 B
Makefile

################################################################################
#
# python3-decorator
#
################################################################################
# Please keep in sync with package/python-decorator/python-decorator.mk
PYTHON3_DECORATOR_VERSION = 4.4.1
PYTHON3_DECORATOR_SITE = https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d
PYTHON3_DECORATOR_SOURCE = decorator-$(PYTHON3_DECORATOR_VERSION).tar.gz
PYTHON3_DECORATOR_LICENSE = BSD-2-Clause
PYTHON3_DECORATOR_LICENSE_FILES = LICENSE.txt
PYTHON3_DECORATOR_CPE_ID_VENDOR = python
PYTHON3_DECORATOR_CPE_ID_PRODUCT = decorator
PYTHON3_DECORATOR_SETUP_TYPE = setuptools
HOST_PYTHON3_DECORATOR_NEEDS_HOST_PYTHON = python3
$(eval $(host-python-package))