]> Git Repo - buildroot-mgba.git/commitdiff
package/python-attrs: use hatch setup type
authorJames Hilliard <[email protected]>
Thu, 24 Oct 2024 00:02:49 +0000 (18:02 -0600)
committerThomas Petazzoni <[email protected]>
Thu, 24 Oct 2024 07:27:39 +0000 (09:27 +0200)
Use the new hatch setup type which automatically pulls in the
host-python-hatchling dependency.

Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/python-attrs/python-attrs.mk

index aec96793c608061b22079f0bd70e5f03e551ad6c..c0725cf84782096c1bd699589f51a9b7a061af4d 100644 (file)
@@ -7,16 +7,14 @@
 PYTHON_ATTRS_VERSION = 24.2.0
 PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
 PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb
-PYTHON_ATTRS_SETUP_TYPE = pep517
+PYTHON_ATTRS_SETUP_TYPE = hatch
 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
 
This page took 0.041611 seconds and 4 git commands to generate.