From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 24 May 2024 11:57:27 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sARfz-00GWou-33 for lore@lore.pengutronix.de; Fri, 24 May 2024 11:57:27 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sARfz-0002Hm-A7; Fri, 24 May 2024 11:57:27 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sARfg-0002EV-0k; Fri, 24 May 2024 11:57:08 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sARff-002mF4-DK; Fri, 24 May 2024 11:57:07 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sARff-009G1u-1B; Fri, 24 May 2024 11:57:07 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Date: Fri, 24 May 2024 11:56:53 +0200 Message-Id: <20240524095706.2206475-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH v2 00/13] nanopb, at-spi2-core, and some python3 packages X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false PATCH v2: * at-spi2-core: * remove symbols for installing libatspi and libatk-bridge * build with -Datk_only=true; don't require libxml * nanopb: * remove double forward slash in URL * remove default setting of NANOPB_CONF_ENV * remove empty targetinstall stage * python3 packages: * remove superfluous HOST_SYSTEM_PYTHON3_SETUPTOOLS dependencies PATCH v1: https://lore.ptxdist.org/ptxdist/Zk7k-zhB00jzae8h@pengutronix.de/T/#t Roland Hieber (13): atk: rename to at-spi2-core; version bump 2.38.0 -> 2.52.0 nanopb: new package: tiny protobuf implementation paho-mqtt-cpp: version bump 1.0.1 -> 1.2.0 python3-jinja2: pin down license files host-python3-markupsafe: add host package host-python3-jinja2: add host package host-python3-dunamai: add new host package host-python3-tomlkit: add new host package host-python3-poetry-core: add new host package host-python3-poetry-dynamic-versioning: add new host package python3-aiomqtt: new package python3-periphery: new package python3-protobuf: new package ...ire-libxml-if-building-with-atk_only.patch | 23 ++++++ patches/at-spi2-core-2.52.0/series | 4 + rules/{atk.in => at-spi2-core.in} | 11 +-- rules/at-spi2-core.make | 80 +++++++++++++++++++ rules/atk.make | 67 ---------------- rules/gtk.in | 2 +- rules/host-python3-dunamai.in | 7 ++ rules/host-python3-dunamai.make | 35 ++++++++ rules/host-python3-jinja2.in | 8 ++ rules/host-python3-jinja2.make | 24 ++++++ rules/host-python3-markupsafe.in | 6 ++ rules/host-python3-markupsafe.make | 23 ++++++ rules/host-python3-poetry-core.in | 7 ++ rules/host-python3-poetry-core.make | 35 ++++++++ .../host-python3-poetry-dynamic-versioning.in | 11 +++ ...ost-python3-poetry-dynamic-versioning.make | 35 ++++++++ rules/host-python3-tomlkit.in | 8 ++ rules/host-python3-tomlkit.make | 35 ++++++++ rules/nanopb.in | 12 +++ rules/nanopb.make | 41 ++++++++++ rules/paho-mqtt-cpp.make | 4 +- rules/python3-aiomqtt.in | 14 ++++ rules/python3-aiomqtt.make | 55 +++++++++++++ rules/python3-jinja2.make | 3 + rules/python3-periphery.in | 9 +++ rules/python3-periphery.make | 55 +++++++++++++ rules/python3-protobuf.in | 8 ++ rules/python3-protobuf.make | 55 +++++++++++++ scripts/migrate/migrate_ptx | 9 +++ 29 files changed, 611 insertions(+), 75 deletions(-) create mode 100644 patches/at-spi2-core-2.52.0/0001-meson-don-t-require-libxml-if-building-with-atk_only.patch create mode 100644 patches/at-spi2-core-2.52.0/series rename rules/{atk.in => at-spi2-core.in} (72%) create mode 100644 rules/at-spi2-core.make delete mode 100644 rules/atk.make create mode 100644 rules/host-python3-dunamai.in create mode 100644 rules/host-python3-dunamai.make create mode 100644 rules/host-python3-jinja2.in create mode 100644 rules/host-python3-jinja2.make create mode 100644 rules/host-python3-markupsafe.in create mode 100644 rules/host-python3-markupsafe.make create mode 100644 rules/host-python3-poetry-core.in create mode 100644 rules/host-python3-poetry-core.make create mode 100644 rules/host-python3-poetry-dynamic-versioning.in create mode 100644 rules/host-python3-poetry-dynamic-versioning.make create mode 100644 rules/host-python3-tomlkit.in create mode 100644 rules/host-python3-tomlkit.make create mode 100644 rules/nanopb.in create mode 100644 rules/nanopb.make create mode 100644 rules/python3-aiomqtt.in create mode 100644 rules/python3-aiomqtt.make create mode 100644 rules/python3-periphery.in create mode 100644 rules/python3-periphery.make create mode 100644 rules/python3-protobuf.in create mode 100644 rules/python3-protobuf.make -- 2.39.2