Thanks, applied as 2f08643275e001c5ddea36a786ea12058b26558e. Michael
[sent from post-receive hook] On Mon, 05 Aug 2024 08:50:12 +0200, Roland Hieber <[email protected]> wrote: > Signed-off-by: Roland Hieber <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-python3-pyexcel-ods.in > b/rules/host-python3-pyexcel-ods.in > new file mode 100644 > index 000000000000..ac6e2a8d1202 > --- /dev/null > +++ b/rules/host-python3-pyexcel-ods.in > @@ -0,0 +1,8 @@ > +## SECTION=hosttools_noprompt > + > +config HOST_PYTHON3_PYEXCEL_ODS > + tristate > + default y if ALLYES > + select HOST_PYTHON3_ODFPY > + select HOST_SYSTEM_PYTHON3 > + select HOST_SYSTEM_PYTHON3_SETUPTOOLS > diff --git a/rules/host-python3-pyexcel-ods.make > b/rules/host-python3-pyexcel-ods.make > new file mode 100644 > index 000000000000..5895bea7b1fb > --- /dev/null > +++ b/rules/host-python3-pyexcel-ods.make > @@ -0,0 +1,35 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2024 by Roland Hieber <[email protected]> > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_HOST_PYTHON3_PYEXCEL_ODS) += host-python3-pyexcel-ods > + > +# > +# Paths and names > +# > +HOST_PYTHON3_PYEXCEL_ODS_VERSION := 0.6.0 > +HOST_PYTHON3_PYEXCEL_ODS_MD5 := bf9ebbe4ad0eb39b45e836a09dbc3c01 > +HOST_PYTHON3_PYEXCEL_ODS := > pyexcel-ods-$(HOST_PYTHON3_PYEXCEL_ODS_VERSION) > +HOST_PYTHON3_PYEXCEL_ODS_SUFFIX := tar.gz > +HOST_PYTHON3_PYEXCEL_ODS_URL := $(call ptx/mirror-pypi, pyexcel-ods, > $(HOST_PYTHON3_PYEXCEL_ODS).$(HOST_PYTHON3_PYEXCEL_ODS_SUFFIX)) > +HOST_PYTHON3_PYEXCEL_ODS_SOURCE := > $(SRCDIR)/$(HOST_PYTHON3_PYEXCEL_ODS).$(HOST_PYTHON3_PYEXCEL_ODS_SUFFIX) > +HOST_PYTHON3_PYEXCEL_ODS_DIR := > $(HOST_BUILDDIR)/$(HOST_PYTHON3_PYEXCEL_ODS) > +HOST_PYTHON3_PYEXCEL_ODS_LICENSE := BSD-3-Clause > +HOST_PYTHON3_PYEXCEL_ODS_LICENSE_FILES := \ > + > file://README.rst;startline=317;endline=320;md5=1ba5f3aa42dab728d580a19d742471a2 > \ > + file://LICENSE;md5=03acf66140522d48eb77c81a7a02f15a > + > +# > ---------------------------------------------------------------------------- > +# Prepare > +# > ---------------------------------------------------------------------------- > + > +HOST_PYTHON3_PYEXCEL_ODS_CONF_TOOL := python3 > + > +# vim: syntax=make
