QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 15.0, amd64 tested)
Created attachment 271479 [details] oxyde.patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7635f3f97195e5cea8fdcb60dcb3412e02b181b4 commit 7635f3f97195e5cea8fdcb60dcb3412e02b181b4 Author: Goran Mekić <meka@tilda.center> AuthorDate: 2026-06-04 14:27:23 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-06-04 17:19:48 +0000 databases/py-oxyde: Update 0.6.1 => 0.7.1 While here: - Update DEPENDS. - Move place of NO_ARCH (pet portclippy). - Unbreak `make test` by adding dependency on missing sqlite3 and ignoring typecheck tests which are failing. Changelogs: - https://github.com/mr-fatalyst/oxyde/releases/tag/v0.7.0 - https://github.com/mr-fatalyst/oxyde/releases/tag/v0.7.1 Commit log: https://github.com/mr-fatalyst/oxyde/compare/v0.6.1...v0.7.1 PR: 295850 Reported by: Goran Mekić <meka@tilda.center> (maintainer) Approved by: osa, vvd (Mentors, implicit) databases/py-oxyde/Makefile | 14 ++++++++------ databases/py-oxyde/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 9 deletions(-)
Hi, Thank you for your submission! While here, I did: 1. Moved place of NO_ARCH (pet portclippy). 2. Unbreak `make test` by adding test dependency on missing sqlite3 and ignoring typecheck tests which are failing. I've tried passing tests for mysql and postgresql but did not succeed, I guess they require docker or something? Test result: 1148 passed, 24 skipped, 20 deselected in 3.95s Committed, thanks.