Bug 257332 - [NEW PORT] devel/py-aiocontextvars: Asyncio support for PEP-567 contextvars backport
Summary: [NEW PORT] devel/py-aiocontextvars: Asyncio support for PEP-567 contextvars b...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Hiroki Tagato
URL:
Keywords: feature
Depends on: 257331
Blocks: 257313
  Show dependency treegraph
 
Reported: 2021-07-22 12:00 UTC by Goran Mekić
Modified: 2021-12-26 03:01 UTC (History)
2 users (show)

See Also:


Attachments
aiocontextvars.diff (1.97 KB, patch)
2021-07-22 12:00 UTC, Goran Mekić
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!