Files
shredos.x86_64/package/python-spake2/python-spake2.mk

15 lines
532 B
Makefile
Raw Normal View History

################################################################################
#
# python-spake2
#
################################################################################
2025-01-10 19:31:27 +00:00
PYTHON_SPAKE2_VERSION = 0.9
PYTHON_SPAKE2_SOURCE = spake2-$(PYTHON_SPAKE2_VERSION).tar.gz
2025-01-10 19:31:27 +00:00
PYTHON_SPAKE2_SITE = https://files.pythonhosted.org/packages/c5/4b/32ad65f8ff5c49254e218ccaae8fc16900cfc289954fb372686159ebe315
PYTHON_SPAKE2_SETUP_TYPE = setuptools
PYTHON_SPAKE2_LICENSE = MIT
PYTHON_SPAKE2_LICENSE_FILES = LICENSE
$(eval $(python-package))