Created attachment 226606 [details] aiocontextvars.diff QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.0, amd64 tested) * maketest: OK (11 passed)
Python doesn't need to block / be assignee on new ports
Any chance we can merge this?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3cc3b89d020505e52d4a5a93c1f283b78f46d4a9 commit 3cc3b89d020505e52d4a5a93c1f283b78f46d4a9 Author: Goran Mekić <meka@tilda.center> AuthorDate: 2021-12-26 02:57:55 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2021-12-26 02:57:55 +0000 devel/py-aiocontextvars: add port: Asyncio support for PEP-567 contextvars backport Contextvars with asyncio support. WWW: https://github.com/fantix/aiocontextvars PR: 257332 Reported by: Goran Mekić <meka@tilda.center> (new maintainer) devel/Makefile | 1 + devel/py-aiocontextvars/Makefile (new) | 28 ++++++++++++++++++++++++++++ devel/py-aiocontextvars/distinfo (new) | 3 +++ devel/py-aiocontextvars/pkg-descr (new) | 3 +++ 4 files changed, 35 insertions(+)
Committed, thanks!