Bug 273325

Summary: www/py-freenit: Update to 0.2.29
Product: Ports & Packages Reporter: Goran Mekić <meka>
Component: Individual Port(s)Assignee: Robert Clausecker <fuz>
Status: Closed FIXED    
Severity: Affects Only Me CC: fuz
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/freenit-framework/backend/releases/tag/0.2.29
Attachments:
Description Flags
freenit.patch meka: maintainer-approval+

Description Goran Mekić 2023-08-24 09:50:50 UTC
QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 13.2, amd64 tested)
  * maketest: OK (20 passed, 1 warning)
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-09-06 01:35:59 UTC
You forgot to attach a patch.
Comment 2 Goran Mekić 2023-09-06 08:47:20 UTC
Created attachment 244673 [details]
freenit.patch

Sorry, summer heat got to my brain :o)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-09-06 11:31:22 UTC
Happens to the best of us :-)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-09-07 04:28:27 UTC
The build fails on due to a dependency clash:

pkg-static: py39-anyio-4.0.0 conflicts with py39-anyio3-3.7.1 (installs files into the same place).  Problematic file: /usr/local/lib/python3.9/site-packages/anyio/__init__.py

Dependency py39-anyio is required through py39-fastapi, while py39-anyio3 is required through py39-email-validator.

Please check if you can do something about this.
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-09-12 14:59:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6bab0f7335add789ce69871d8407bf344cba8150

commit 6bab0f7335add789ce69871d8407bf344cba8150
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2023-08-24 09:45:21 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-12 14:54:16 +0000

    www/py-freenit: Update to 0.2.29

    Changelog: https://github.com/freenit-framework/backend/releases/tag/0.2.29

    PR:             273325

 www/py-freenit/Makefile | 2 +-
 www/py-freenit/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 6 Robert Clausecker freebsd_committer freebsd_triage 2023-09-12 15:00:40 UTC
Thank you for your contribution.