mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://www.attrs.org/en/stable/changelog.html Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
23 lines
742 B
Makefile
23 lines
742 B
Makefile
################################################################################
|
|
#
|
|
# python-attrs
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ATTRS_VERSION = 26.1.0
|
|
PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
|
|
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/9a/8e/82a0fe20a541c03148528be8cac2408564a6c9a0cc7e9171802bc1d26985
|
|
PYTHON_ATTRS_SETUP_TYPE = hatch
|
|
PYTHON_ATTRS_LICENSE = MIT
|
|
PYTHON_ATTRS_LICENSE_FILES = LICENSE
|
|
PYTHON_ATTRS_DEPENDENCIES = \
|
|
host-python-hatch-fancy-pypi-readme \
|
|
host-python-hatch-vcs
|
|
|
|
HOST_PYTHON_ATTRS_DEPENDENCIES = \
|
|
host-python-hatch-fancy-pypi-readme \
|
|
host-python-hatch-vcs
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|