5b8abbe72c
A wrapper for the Gnu Privacy Guard (GPG or GnuPG). The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this module, Python programs can encrypt and decrypt data, digitally sign documents and verify digital signatures, manage (generate, list and delete) encryption keys, using Public Key Infrastructure (PKI) encryption technology based on OpenPGP. https://docs.red-dove.com/python-gnupg/ Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
479 B
Makefile
14 lines
479 B
Makefile
################################################################################
|
|
#
|
|
# python-gnupg
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GNUPG_VERSION = 0.4.8
|
|
PYTHON_GNUPG_SITE = https://files.pythonhosted.org/packages/b1/90/75e15ead9693028c05fc7abd25c756c0d1da27bf04a27d6f5c4139d8ee10
|
|
PYTHON_GNUPG_LICENSE = BSD-3-Clause
|
|
PYTHON_GNUPG_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_GNUPG_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|