mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/hynek/argon2-cffi/blob/25.1.0/CHANGELOG.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
673 B
Makefile
18 lines
673 B
Makefile
################################################################################
|
|
#
|
|
# python-argon2-cffi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ARGON2_CFFI_VERSION = 25.1.0
|
|
PYTHON_ARGON2_CFFI_SOURCE = argon2_cffi-$(PYTHON_ARGON2_CFFI_VERSION).tar.gz
|
|
PYTHON_ARGON2_CFFI_SITE = https://files.pythonhosted.org/packages/0e/89/ce5af8a7d472a67cc819d5d998aa8c82c5d860608c4db9f46f1162d7dab9
|
|
PYTHON_ARGON2_CFFI_SETUP_TYPE = hatch
|
|
PYTHON_ARGON2_CFFI_LICENSE = MIT
|
|
PYTHON_ARGON2_CFFI_LICENSE_FILES = LICENSE
|
|
PYTHON_ARGON2_CFFI_DEPENDENCIES = \
|
|
host-python-hatch-fancy-pypi-readme \
|
|
host-python-hatch-vcs
|
|
|
|
$(eval $(python-package))
|