Thanks, applied as ba7b838362ab012bfde094a34356daee89069d0e. Michael
[sent from post-receive hook] On Mon, 04 Nov 2024 12:06:26 +0100, Lars Pedersen <[email protected]> wrote: > Signed-off-by: Lars Pedersen <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-python3-pluggy.in b/rules/host-python3-pluggy.in > new file mode 100644 > index 000000000000..333f49986729 > --- /dev/null > +++ b/rules/host-python3-pluggy.in > @@ -0,0 +1,9 @@ > +## SECTION=hosttools_noprompt > + > +config HOST_PYTHON3_PLUGGY > + tristate > + default y if ALLYES > + select HOST_PYTHON3 > + select HOST_PYTHON3_WHEEL > + select HOST_PYTHON3_PYBUILD > + select HOST_PYTHON3_SETUPTOOLS_SCM > diff --git a/rules/host-python3-pluggy.make b/rules/host-python3-pluggy.make > new file mode 100644 > index 000000000000..bdddf4c538f1 > --- /dev/null > +++ b/rules/host-python3-pluggy.make > @@ -0,0 +1,33 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2024 by Lars Pedersen <[email protected]> > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_PLUGGY) += host-python3-pluggy > + > +# > +# Paths and names > +# > +HOST_PYTHON3_PLUGGY_VERSION := 1.5.0 > +HOST_PYTHON3_PLUGGY_MD5 := ac0870be78ba0ee227a5c3955efeba59 > +HOST_PYTHON3_PLUGGY := pluggy-$(HOST_PYTHON3_PLUGGY_VERSION) > +HOST_PYTHON3_PLUGGY_SUFFIX := tar.gz > +HOST_PYTHON3_PLUGGY_URL := $(call ptx/mirror-pypi, pluggy, > $(HOST_PYTHON3_PLUGGY).$(HOST_PYTHON3_PLUGGY_SUFFIX)) > +HOST_PYTHON3_PLUGGY_SOURCE := > $(SRCDIR)/$(HOST_PYTHON3_PLUGGY).$(HOST_PYTHON3_PLUGGY_SUFFIX) > +HOST_PYTHON3_PLUGGY_DIR := > $(HOST_BUILDDIR)/$(HOST_PYTHON3_PLUGGY) > +HOST_PYTHON3_PLUGGY_LICENSE := MIT > +HOST_PYTHON3_PLUGGY_LICENSE_FILES := > file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2 > + > +# > ---------------------------------------------------------------------------- > +# Prepare > +# > ---------------------------------------------------------------------------- > + > +HOST_PYTHON3_PLUGGY_CONF_TOOL := python3 > + > +# vim: syntax=make
