kumquat-buildroot/package/python-secretstorage/python-secretstorage.mk
James Hilliard dbb859d66b package/python-secretstorage: bump to version 3.3.3
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-11-03 21:19:22 +01:00

15 lines
606 B
Makefile

################################################################################
#
# python-secretstorage
#
################################################################################
PYTHON_SECRETSTORAGE_VERSION = 3.3.3
PYTHON_SECRETSTORAGE_SOURCE = SecretStorage-$(PYTHON_SECRETSTORAGE_VERSION).tar.gz
PYTHON_SECRETSTORAGE_SITE = https://files.pythonhosted.org/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691
PYTHON_SECRETSTORAGE_SETUP_TYPE = setuptools
PYTHON_SECRETSTORAGE_LICENSE = BSD-3-Clause
PYTHON_SECRETSTORAGE_LICENSE_FILES = LICENSE
$(eval $(python-package))