Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2022 18:12:33 +0800
From:      Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Li-Wen Hsu <lwhsu@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org, chris@chrullrich.net
Subject:   Re: git: ec20f86f913d - main - Add comms/py-pyserial-asyncio: Async I/O support for pyserial
Message-ID:  <CAMHz58QWTHLgKZMmm2YaJg8S_M%2B_4Mq24VLWgw0U=oexh63Kdw@mail.gmail.com>
In-Reply-To: <202210241501.29OF11cF047878@gitrepo.freebsd.org>
References:  <202210241501.29OF11cF047878@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000bb2d8d05edd011cb
Content-Type: text/plain; charset="UTF-8"

On Mon, Oct 24, 2022 at 11:01 PM Li-Wen Hsu <lwhsu@freebsd.org> wrote:

> The branch main has been updated by lwhsu:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=ec20f86f913d3355e6a63e2eb96a6c813652850a
>
> commit ec20f86f913d3355e6a63e2eb96a6c813652850a
> Author:     Christian Ullrich <chris@chrullrich.net>
> AuthorDate: 2022-10-24 14:59:14 +0000
> Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
> CommitDate: 2022-10-24 15:00:31 +0000
>
>     Add comms/py-pyserial-asyncio: Async I/O support for pyserial
>
>     PR:             267306
> ---
>  comms/Makefile                      |  1 +
>  comms/py-pyserial-asyncio/Makefile  | 27 +++++++++++++++++++++++++++
>  comms/py-pyserial-asyncio/distinfo  |  3 +++
>  comms/py-pyserial-asyncio/pkg-descr |  2 ++
>  4 files changed, 33 insertions(+)
>
> diff --git a/comms/Makefile b/comms/Makefile
> index 89ee6a0f75e2..80cc88dd6916 100644
> --- a/comms/Makefile
> +++ b/comms/Makefile
> @@ -139,6 +139,7 @@
>      SUBDIR += py-libimobiledevice
>      SUBDIR += py-libscrc
>      SUBDIR += py-pyserial
> +    SUBDIR += py-pyserial-asyncio
>      SUBDIR += py-xmodem
>      SUBDIR += pyla
>      SUBDIR += qico
> diff --git a/comms/py-pyserial-asyncio/Makefile
> b/comms/py-pyserial-asyncio/Makefile
> new file mode 100644
> index 000000000000..aa05480f1c32
> --- /dev/null
> +++ b/comms/py-pyserial-asyncio/Makefile
> @@ -0,0 +1,27 @@
> +PORTNAME=      pyserial-asyncio
> +DISTVERSIONPREFIX=     v
> +DISTVERSION=   0.6
> +CATEGORIES=    comms python
> +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
> +
> +MAINTAINER=    chris@chrullrich.net
> +COMMENT=       Async I/O support for pyserial
> +WWW=           https://github.com/pyserial/pyserial-asyncio
> +
> +LICENSE=       BSD3CLAUSE
> +LICENSE_FILE=  ${WRKSRC}/LICENSE.txt
> +
> +RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}pyserial>=3.1.1:comms/py-pyserial@
> ${PY_FLAVOR}
> +
> +USES=          python:3.6+ shebangfix
> +USE_PYTHON=    autoplist concurrent distutils
> +USE_GITHUB=    yes
> +GH_ACCOUNT=    pyserial
>

Hello,

Why not use the tarball (pyserial-asyncio-0.6.tar.gz) from PyPI? It has all
the required files.
Maintainer is cc'd.

Regards,
sunpoet

--000000000000bb2d8d05edd011cb
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr">On Mon, Oct 24, 2022 at 11:01 PM Li-Wen H=
su &lt;<a href=3D"mailto:lwhsu@freebsd.org" target=3D"_blank">lwhsu@freebsd=
.org</a>&gt; wrote:<br></div><div class=3D"gmail_quote"><blockquote class=
=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rg=
b(204,204,204);padding-left:1ex">The branch main has been updated by lwhsu:=
<br>
<br>
URL: <a href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3Dec20f86f913d335=
5e6a63e2eb96a6c813652850a" rel=3D"noreferrer" target=3D"_blank">https://cgi=
t.FreeBSD.org/ports/commit/?id=3Dec20f86f913d3355e6a63e2eb96a6c813652850a</=
a><br>
<br>
commit ec20f86f913d3355e6a63e2eb96a6c813652850a<br>
Author:=C2=A0 =C2=A0 =C2=A0Christian Ullrich &lt;<a href=3D"mailto:chris@ch=
rullrich.net" target=3D"_blank">chris@chrullrich.net</a>&gt;<br>
AuthorDate: 2022-10-24 14:59:14 +0000<br>
Commit:=C2=A0 =C2=A0 =C2=A0Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;<br>
CommitDate: 2022-10-24 15:00:31 +0000<br>
<br>
=C2=A0 =C2=A0 Add comms/py-pyserial-asyncio: Async I/O support for pyserial=
<br>
<br>
=C2=A0 =C2=A0 PR:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0267306<br>
---<br>
=C2=A0comms/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 =C2=A0 =C2=A0 =C2=A0 |=C2=A0 1 +<br>
=C2=A0comms/py-pyserial-asyncio/Makefile=C2=A0 | 27 +++++++++++++++++++++++=
++++<br>
=C2=A0comms/py-pyserial-asyncio/distinfo=C2=A0 |=C2=A0 3 +++<br>
=C2=A0comms/py-pyserial-asyncio/pkg-descr |=C2=A0 2 ++<br>
=C2=A04 files changed, 33 insertions(+)<br>
<br>
diff --git a/comms/Makefile b/comms/Makefile<br>
index 89ee6a0f75e2..80cc88dd6916 100644<br>
--- a/comms/Makefile<br>
+++ b/comms/Makefile<br>
@@ -139,6 +139,7 @@<br>
=C2=A0 =C2=A0 =C2=A0SUBDIR +=3D py-libimobiledevice<br>
=C2=A0 =C2=A0 =C2=A0SUBDIR +=3D py-libscrc<br>
=C2=A0 =C2=A0 =C2=A0SUBDIR +=3D py-pyserial<br>
+=C2=A0 =C2=A0 SUBDIR +=3D py-pyserial-asyncio<br>
=C2=A0 =C2=A0 =C2=A0SUBDIR +=3D py-xmodem<br>
=C2=A0 =C2=A0 =C2=A0SUBDIR +=3D pyla<br>
=C2=A0 =C2=A0 =C2=A0SUBDIR +=3D qico<br>
diff --git a/comms/py-pyserial-asyncio/Makefile b/comms/py-pyserial-asyncio=
/Makefile<br>
new file mode 100644<br>
index 000000000000..aa05480f1c32<br>
--- /dev/null<br>
+++ b/comms/py-pyserial-asyncio/Makefile<br>
@@ -0,0 +1,27 @@<br>
+PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 pyserial-asyncio<br>
+DISTVERSIONPREFIX=3D=C2=A0 =C2=A0 =C2=A0v<br>
+DISTVERSION=3D=C2=A0 =C2=A00.6<br>
+CATEGORIES=3D=C2=A0 =C2=A0 comms python<br>
+PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX}<br>
+<br>
+MAINTAINER=3D=C2=A0 =C2=A0 <a href=3D"mailto:chris@chrullrich.net" target=
=3D"_blank">chris@chrullrich.net</a><br>
+COMMENT=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0Async I/O support for pyserial<br>
+WWW=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<a href=3D"https://github.c=
om/pyserial/pyserial-asyncio" rel=3D"noreferrer" target=3D"_blank">https://=
github.com/pyserial/pyserial-asyncio</a><br>
+<br>
+LICENSE=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0BSD3CLAUSE<br>
+LICENSE_FILE=3D=C2=A0 ${WRKSRC}/LICENSE.txt<br>
+<br>
+RUN_DEPENDS=3D=C2=A0 =C2=A0${PYTHON_PKGNAMEPREFIX}pyserial&gt;=3D3.1.1:com=
ms/py-pyserial@${PY_FLAVOR}<br>
+<br>
+USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 python:3.6+ shebangfix<br>
+USE_PYTHON=3D=C2=A0 =C2=A0 autoplist concurrent distutils<br>
+USE_GITHUB=3D=C2=A0 =C2=A0 yes<br>
+GH_ACCOUNT=3D=C2=A0 =C2=A0 pyserial<br></blockquote><div><br></div><div>He=
llo,</div><div><br></div><div>Why not use the tarball (pyserial-asyncio-0.6=
.tar.gz) from PyPI? It has all the required files.<br></div><div><div>Maint=
ainer is cc&#39;d.<br></div><br class=3D"gmail-Apple-interchange-newline"><=
/div><div>Regards,</div><div>sunpoet</div></div></div>

--000000000000bb2d8d05edd011cb--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58QWTHLgKZMmm2YaJg8S_M%2B_4Mq24VLWgw0U=oexh63Kdw>