| Summary: | devel/py-pytest-asyncio: update to 0.19.0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | jbeich | ||||
| Priority: | --- | Flags: | jbeich:
maintainer-feedback+
|
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.3...v0.19.0 | ||||||
| Attachments: |
|
||||||
Comment on attachment 237820 [details] Patch Thanks. Feel free to take maintainership. I'm not good at maintaining python ports and only use this one for testing devel/py-apscheduler. (In reply to Dmitry Marakasov from comment #0) > +post-patch: > + @${ECHO_CMD} 'from setuptools import setup; setup()' ${WRKSRC}/setup.py ">" (stdout redirection) is missing, so the file isn't created. Approved if you fix the typo. > ">" (stdout redirection) is missing My bad, the previous version of this patch has installed setup.py from files/ and this version was not properly tested. > Feel free to take maintainership Thank you! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b0b2ae1d26804998a6ad8714b4e5f3697f4d99f commit 5b0b2ae1d26804998a6ad8714b4e5f3697f4d99f Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-11-02 15:36:55 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-11-03 20:38:45 +0000 devel/py-pytest-asyncio: update 0.18.3 → 0.19.0, take maintainership PR: 267525 Approved by: jbeich@FreeBSD.org (maintainer) devel/py-pytest-asyncio/Makefile | 7 +++++-- devel/py-pytest-asyncio/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=72cad51d68e2533971622d413b85e187c2df2525 commit 72cad51d68e2533971622d413b85e187c2df2525 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-13 00:30:27 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-13 00:34:32 +0000 devel/py-pytest4-asyncio: chase maintainer after 5b0b2ae1d268 PR: 267525 devel/py-pytest4-asyncio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
Created attachment 237820 [details] Patch