Bug 260845 - [NEW PORT] database/py-fastapi-users-db-ormar: FastAPI-Users Ormar database adapter
Summary: [NEW PORT] database/py-fastapi-users-db-ormar: FastAPI-Users Ormar database a...
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:
Depends on: 257369
Blocks: 257868
  Show dependency treegraph
 
Reported: 2021-12-31 13:24 UTC by Goran Mekić
Modified: 2022-01-29 07:11 UTC (History)
1 user (show)

See Also:


Attachments
fastapi-users-db-ormar.diff (1.90 KB, patch)
2021-12-31 13:24 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-12-31 13:24:42 UTC
Created attachment 230592 [details]
fastapi-users-db-ormar.diff

QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 13.0, amd64 tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-29 07:10:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4fcd262d9176092e1cf84dd76410e0d86978d33d

commit 4fcd262d9176092e1cf84dd76410e0d86978d33d
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-01-29 07:08:08 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2022-01-29 07:08:08 +0000

    databases/py-fastapi-users-db-ormar: add port: FastAPI-Users Ormar database adapter

    Sub-package for Ormar support in FastAPI Users.

    WWW: https://github.com/fastapi-users/fastapi-users-db-ormar

    PR:             260845
    Reported by:    Goran Mekić <meka@tilda.center> (new maintainer)

 databases/Makefile                                  |  1 +
 databases/py-fastapi-users-db-ormar/Makefile (new)  | 21 +++++++++++++++++++++
 databases/py-fastapi-users-db-ormar/distinfo (new)  |  3 +++
 databases/py-fastapi-users-db-ormar/pkg-descr (new) |  3 +++
 4 files changed, 28 insertions(+)
Comment 2 Hiroki Tagato freebsd_committer freebsd_triage 2022-01-29 07:11:19 UTC
Committed, thanks!