mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Markus Heidelberg <m.heidelberg@cab.de>
Subject: Re: [ptxdist] [APPLIED] python3-pyserial-asyncio: new package
Date: Fri, 12 Dec 2025 15:52:01 +0100	[thread overview]
Message-ID: <20251212145201.3025208-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20251202143051.186760-2-m.heidelberg@cab.de>

Thanks, applied as e60a459c4a1bf2068681bb86b9ee1c743f274ba0.

Michael

[sent from post-receive hook]

On Fri, 12 Dec 2025 15:52:01 +0100, Markus Heidelberg <m.heidelberg@cab.de> wrote:
> Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
> Message-Id: <20251202143051.186760-2-m.heidelberg@cab.de>
> [mol: remove unnecessary HOST_PYTHON3_SETUPTOOLS dependency]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/python3-pyserial-asyncio.in b/rules/python3-pyserial-asyncio.in
> new file mode 100644
> index 000000000000..a3a4bce09229
> --- /dev/null
> +++ b/rules/python3-pyserial-asyncio.in
> @@ -0,0 +1,11 @@
> +## SECTION=python3
> +
> +config PYTHON3_PYSERIAL_ASYNCIO
> +	tristate
> +	select PYTHON3
> +	select PYSERIAL3
> +	prompt "pyserial-asyncio"
> +	help
> +	  Async I/O extension package for the Python Serial Port Extension.
> +
> +# vim: ft=kconfig tw=80
> diff --git a/rules/python3-pyserial-asyncio.make b/rules/python3-pyserial-asyncio.make
> new file mode 100644
> index 000000000000..ba5dd9be82be
> --- /dev/null
> +++ b/rules/python3-pyserial-asyncio.make
> @@ -0,0 +1,55 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2025 by Markus Heidelberg <m.heidelberg@cab.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_PYTHON3_PYSERIAL_ASYNCIO) += python3-pyserial-asyncio
> +
> +#
> +# Paths and names
> +#
> +PYTHON3_PYSERIAL_ASYNCIO_VERSION	:= 0.6
> +PYTHON3_PYSERIAL_ASYNCIO_MD5		:= 409f32a35a3b530e6b2224e2a5b367da
> +PYTHON3_PYSERIAL_ASYNCIO		:= pyserial-asyncio-$(PYTHON3_PYSERIAL_ASYNCIO_VERSION)
> +PYTHON3_PYSERIAL_ASYNCIO_SUFFIX		:= tar.gz
> +PYTHON3_PYSERIAL_ASYNCIO_URL		:= $(call ptx/mirror-pypi, pyserial-asyncio, $(PYTHON3_PYSERIAL_ASYNCIO).$(PYTHON3_PYSERIAL_ASYNCIO_SUFFIX))
> +PYTHON3_PYSERIAL_ASYNCIO_SOURCE		:= $(SRCDIR)/$(PYTHON3_PYSERIAL_ASYNCIO).$(PYTHON3_PYSERIAL_ASYNCIO_SUFFIX)
> +PYTHON3_PYSERIAL_ASYNCIO_DIR		:= $(BUILDDIR)/$(PYTHON3_PYSERIAL_ASYNCIO)
> +PYTHON3_PYSERIAL_ASYNCIO_LICENSE	:= BSD-3-Clause
> +PYTHON3_PYSERIAL_ASYNCIO_LICENSE_FILES	:= \
> +	file://serial_asyncio/__init__.py;startline=6;endline=9;md5=61bcbf6ef10a905e8c7a091e7a5d19c0 \
> +	file://LICENSE.txt;md5=9a79418f241689e78034391d51162d24
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +PYTHON3_PYSERIAL_ASYNCIO_CONF_TOOL	:= python3
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/python3-pyserial-asyncio.targetinstall:
> +	@$(call targetinfo)
> +
> +	@$(call install_init, python3-pyserial-asyncio)
> +	@$(call install_fixup, python3-pyserial-asyncio,PRIORITY,optional)
> +	@$(call install_fixup, python3-pyserial-asyncio,SECTION,base)
> +	@$(call install_fixup, python3-pyserial-asyncio,AUTHOR,"Markus Heidelberg <m.heidelberg@cab.de>")
> +	@$(call install_fixup, python3-pyserial-asyncio,DESCRIPTION,missing)
> +
> +	@$(call install_glob, python3-pyserial-asyncio, 0, 0, -, \
> +		$(PYTHON3_SITEPACKAGES),, *.py)
> +
> +	@$(call install_finish, python3-pyserial-asyncio)
> +
> +	@$(call touch)
> +
> +# vim: ft=make



  reply	other threads:[~2025-12-12 14:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-01 17:46 [ptxdist] [PATCH] python3-telnetlib3: " Markus Heidelberg via ptxdist
2025-12-01 17:46 ` [ptxdist] [PATCH] python3-pyserial-asyncio: " Markus Heidelberg via ptxdist
2025-12-02 14:30   ` [ptxdist] [PATCH v2] " Markus Heidelberg via ptxdist
2025-12-12 14:52     ` Michael Olbrich [this message]
2025-12-01 17:46 ` [ptxdist] [PATCH] python3-pymodbus: version bump 3.11.2 -> 3.11.4 Markus Heidelberg via ptxdist
2025-12-01 17:46 ` [ptxdist] [PATCH] python3-asgiref: new package Markus Heidelberg via ptxdist
2025-12-02 14:30   ` [ptxdist] [PATCH v2] " Markus Heidelberg via ptxdist
2025-12-12 14:52     ` [ptxdist] [APPLIED] " Michael Olbrich
2025-12-01 17:46 ` [ptxdist] [PATCH] python3-aiosqlite: version bump 0.18.0 -> 0.21.0 Markus Heidelberg via ptxdist
2025-12-12 14:52   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-12-01 17:46 ` [ptxdist] [PATCH] sqlite: version bump 3.50.4 -> 3.51.1 Markus Heidelberg via ptxdist
2025-12-12 14:52   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-12-02 14:30 ` [ptxdist] [PATCH v2] python3-telnetlib3: new package Markus Heidelberg via ptxdist
2025-12-12 14:52   ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251212145201.3025208-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=m.heidelberg@cab.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox