python-beautifulsoup4.mk 662 B

123456789101112131415
  1. ################################################################################
  2. #
  3. # python-beautifulsoup4
  4. #
  5. ################################################################################
  6. PYTHON_BEAUTIFULSOUP4_VERSION = 4.12.2
  7. PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
  8. PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/af/0b/44c39cf3b18a9280950ad63a579ce395dda4c32193ee9da7ff0aed547094
  9. PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = pep517
  10. PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
  11. PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = LICENSE
  12. PYTHON_BEAUTIFULSOUP4_DEPENDENCIES = host-python-hatchling
  13. $(eval $(python-package))