e2957f5ce7
Migrate to new flit based build. Since upstream commit cb0248d29ab2 (Extract CFFI bindings into argon2-cffi-bindings), the dependency to libargon2 is carried by argon2-cffi-bindings which is already enforced in Buildroot. So drop it from python-argon2-cffi. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [yann.morin.1998@free.fr: - explain why we drop the dependency to libargon2 ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
574 B
Makefile
15 lines
574 B
Makefile
################################################################################
|
|
#
|
|
# python-argon2-cffi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ARGON2_CFFI_VERSION = 21.3.0
|
|
PYTHON_ARGON2_CFFI_SOURCE = argon2-cffi-$(PYTHON_ARGON2_CFFI_VERSION).tar.gz
|
|
PYTHON_ARGON2_CFFI_SITE = https://files.pythonhosted.org/packages/3f/18/20bb5b6bf55e55d14558b57afc3d4476349ab90e0c43e60f27a7c2187289
|
|
PYTHON_ARGON2_CFFI_SETUP_TYPE = flit
|
|
PYTHON_ARGON2_CFFI_LICENSE = MIT
|
|
PYTHON_ARGON2_CFFI_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|