Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 08:27:59 +0000
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4dcad11d5b10 - main - devel/py-asyncstdlib=?utf-8?Q?:=E2=80=AFNew?= port
Message-ID:  <69fc4d0f.1a445.655c9e2a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olivier:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4dcad11d5b10c3e7c7e830478cc1a792204f0206

commit 4dcad11d5b10c3e7c7e830478cc1a792204f0206
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2026-05-05 13:28:54 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2026-05-07 08:26:41 +0000

    devel/py-asyncstdlib: New port
    
    Async variants of the Python standard library
---
 devel/Makefile                 |  1 +
 devel/py-asyncstdlib/Makefile  | 22 ++++++++++++++++++++++
 devel/py-asyncstdlib/distinfo  |  3 +++
 devel/py-asyncstdlib/pkg-descr |  4 ++++
 4 files changed, 30 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 489634c5b14c..b22e5f33e6ae 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4484,6 +4484,7 @@
     SUBDIR += py-astroid2
     SUBDIR += py-asttokens
     SUBDIR += py-astunparse
+    SUBDIR += py-asyncstdlib
     SUBDIR += py-async-lru
     SUBDIR += py-async_generator
     SUBDIR += py-async_timeout
diff --git a/devel/py-asyncstdlib/Makefile b/devel/py-asyncstdlib/Makefile
new file mode 100644
index 000000000000..3c29d16ffed7
--- /dev/null
+++ b/devel/py-asyncstdlib/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	asyncstdlib
+PORTVERSION=	3.14.0
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	olivier@FreeBSD.org
+COMMENT=	Async variants of the Python standard library
+WWW=		https://asyncstdlib.readthedocs.io/ \
+		https://github.com/maxfischer2781/asyncstdlib
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-asyncstdlib/distinfo b/devel/py-asyncstdlib/distinfo
new file mode 100644
index 000000000000..32b58a3f8c16
--- /dev/null
+++ b/devel/py-asyncstdlib/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1777968796
+SHA256 (asyncstdlib-3.14.0.tar.gz) = f99396992a3bba7495d8cf6c832bfe8c8727f61213233d3569a5a9cbd1c04385
+SIZE (asyncstdlib-3.14.0.tar.gz) = 51074
diff --git a/devel/py-asyncstdlib/pkg-descr b/devel/py-asyncstdlib/pkg-descr
new file mode 100644
index 000000000000..acf169db659b
--- /dev/null
+++ b/devel/py-asyncstdlib/pkg-descr
@@ -0,0 +1,4 @@
+asyncstdlib provides async variants of features from the Python standard
+library, such as itertools, functools, contextlib, builtins (any/all/min/
+max/sum/...) and more.  All tools are designed to work seamlessly with
+both async and sync iterables, callables and context managers.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc4d0f.1a445.655c9e2a>