Bug 257332

Summary: [NEW PORT] devel/py-aiocontextvars: Asyncio support for PEP-567 contextvars backport
Product: Ports & Packages Reporter: Goran Mekić <meka>
Component: Individual Port(s)Assignee: Hiroki Tagato <tagattie>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu, tagattie
Priority: --- Keywords: feature
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 257331    
Bug Blocks: 257313    
Attachments:
Description Flags
aiocontextvars.diff none

Description Goran Mekić 2021-07-22 12:00:48 UTC
Created attachment 226606 [details]
aiocontextvars.diff

QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 13.0, amd64 tested)
  * maketest: OK (11 passed)
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2021-07-28 02:20:31 UTC
Python doesn't need to block / be assignee on new ports
Comment 2 Goran Mekić 2021-10-27 12:14:28 UTC
Any chance we can merge this?
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-12-26 03:00:52 UTC
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(+)
Comment 4 Hiroki Tagato freebsd_committer freebsd_triage 2021-12-26 03:01:56 UTC
Committed, thanks!