c16848b938
cpe:2.3🅰️pyopenssl:pyopenssl is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apyopenssl%3Apyopenssl Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
656 B
Makefile
17 lines
656 B
Makefile
################################################################################
|
|
#
|
|
# python-pyopenssl
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYOPENSSL_VERSION = 19.1.0
|
|
PYTHON_PYOPENSSL_SOURCE = pyOpenSSL-$(PYTHON_PYOPENSSL_VERSION).tar.gz
|
|
PYTHON_PYOPENSSL_SITE = https://files.pythonhosted.org/packages/0d/1d/6cc4bd4e79f78be6640fab268555a11af48474fac9df187c3361a1d1d2f0
|
|
PYTHON_PYOPENSSL_LICENSE = Apache-2.0
|
|
PYTHON_PYOPENSSL_LICENSE_FILES = LICENSE
|
|
PYTHON_PYOPENSSL_CPE_ID_VENDOR = pyopenssl
|
|
PYTHON_PYOPENSSL_CPE_ID_PRODUCT = pyopenssl
|
|
PYTHON_PYOPENSSL_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|