Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 01:45:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 257315] [NEW PORT] databases/py-orm: Python async ORM with FastAPI in mind and pydantic validation
Message-ID:  <bug-257315-7788-Wif8BKPDDs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257315-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257315-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=3D257315

Kubilay Kocak <koobs@FreeBSD.org> changed:

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

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Review items:

 - minor: Match COMMENT with upstream modulo portlint: "Simple async ORM wi=
th
fastapi in mind and pydantic validation"

 - Python ports should match their upstream python_requires / *_requires as
closely as possible (modulo limitations of our <version-spec>, such as no !
support):

setup.py:

  ...=20
  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",
  ],

--=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-257315-7788-Wif8BKPDDs>