Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2021 02:08:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 257370] [NEW PORT] databases/py-ormar: Simple async ORM with fastapi in mind and pydantic validation
Message-ID:  <bug-257370-7788-oP5kCCFSol@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257370-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257370-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257370

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
            Summary|[NEWPORT]                   |[NEW PORT]
                   |databases/py-ormar: Simple  |databases/py-ormar: Simple
                   |async ORM with fastapi in   |async ORM with fastapi in
                   |mind and pydantic           |mind and pydantic
                   |validation                  |validation
                 CC|                            |python@FreeBSD.org
              Flags|                            |maintainer-feedback?(python
                   |                            |@FreeBSD.org)
             Status|New                         |Open

--- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> ---
Same again with this one:

    install_requires=3D[
        "databases>=3D0.3.2,<0.4.4",
        "pydantic>=3D1.6.1,!=3D1.7,!=3D1.7.1,!=3D1.7.2,!=3D1.7.3,!=3D1.8,!=
=3D1.8.1,<=3D1.8.2",
        "sqlalchemy>=3D1.3.18,<=3D1.3.23",
        "typing_extensions>=3D3.7,<=3D3.7.4.3",
    ],

Additionally, consider OPTIONS for extras_require [1]:

    extras_require=3D{
        "postgresql": ["asyncpg", "psycopg2-binary"],
        "mysql": ["aiomysql", "pymysql"],
        "sqlite": ["aiosqlite"],
        "orjson": ["orjson"],
        "crypto": ["cryptography"],
    },

Note: For transitive dependencies, depend on the dependencies directly [2]

[1] https://wiki.freebsd.org/Python/PortsPolicy#Optional_Dependencies
[2]
https://wiki.freebsd.org/Python/PortsPolicy#Optional_.2F_Transitive_Depende=
ncies

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257370-7788-oP5kCCFSol>