Summary: | www/py-freenit: Update to 0.2.16 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Goran Mekić <meka> | ||||||||
Component: | Individual Port(s) | Assignee: | Hiroki Tagato <tagattie> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | eduardo, rhurlin, tagattie | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
URL: | https://github.com/freenit-framework/backend/releases/tag/0.2.17 | ||||||||||
Bug Depends on: | 257369, 260845 | ||||||||||
Bug Blocks: | |||||||||||
Attachments: |
|
Hello, Just for curiosity, why did you remove SQLITE MYSQL PGSQL MONGO options? New Freenit switched to async framework and ORM (based on SQLAlchemy) which is DB agnostic. Also, MongoDB support is removed. portlint -C WARN: Makefile: no port directory /freebsd/ports/databases/py-databases found, even though it is listed in RUN_DEPENDS. WARN: Makefile: no port directory /freebsd/ports/www/py-fastapi-users found, even though it is listed in RUN_DEPENDS. WARN: Makefile: no port directory /freebsd/ports/databases/py-ormar found, even though it is listed in RUN_DEPENDS. Any clues? Sorry, I forgot the bug dependency. Fixed now. (In reply to Goran Mekić from comment #4) Please upload patch All ports have their individual PR and if you check out "Show dependency tree/graph" you'll see the ports that are new and dependency of Freenit. I thought every new port should have it's own PR, but as I'm not experienced ported, please do advise. Thank you! There appears a more recent version (0.2.16) available. Would you care to update the patch to the latest version? Created attachment 230588 [details]
freenit.diff
Created attachment 231283 [details]
freenit.diff
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c70252fa679f02d9bf04179f1edd0407f25c6d71 commit c70252fa679f02d9bf04179f1edd0407f25c6d71 Author: Goran Mekić <meka@tilda.center> AuthorDate: 2022-01-29 07:26:30 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2022-01-29 07:26:30 +0000 www/py-freenit: update to 0.2.17 Changelog: https://github.com/freenit-framework/backend/releases/tag/0.2.17 PR: 257868 Reported by: Goran Mekić <meka@tilda.center> (maintainer) Reviewed by: eduardo www/py-freenit/Makefile | 46 +++++++++-------------------------- www/py-freenit/distinfo | 6 ++--- www/py-freenit/files/freenit.in (new) | 36 +++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 37 deletions(-) Committed, thanks! |
Created attachment 227228 [details] freenit.diff QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.0, amd64 tested) * maketest: OK (2 passed)