| ################################################################################ |
| # |
| # python-attrs |
| # |
| ################################################################################ |
| |
| PYTHON_ATTRS_VERSION = 23.2.0 |
| PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz |
| PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/e3/fc/f800d51204003fa8ae392c4e8278f256206e7a919b708eef054f5f4b650d |
| PYTHON_ATTRS_SETUP_TYPE = pep517 |
| PYTHON_ATTRS_LICENSE = MIT |
| PYTHON_ATTRS_LICENSE_FILES = LICENSE |
| PYTHON_ATTRS_DEPENDENCIES = \ |
| host-python-hatchling \ |
| host-python-hatch-fancy-pypi-readme \ |
| host-python-hatch-vcs |
| |
| HOST_PYTHON_ATTRS_DEPENDENCIES = \ |
| host-python-hatchling \ |
| host-python-hatch-fancy-pypi-readme \ |
| host-python-hatch-vcs |
| |
| $(eval $(python-package)) |
| $(eval $(host-python-package)) |