Date: Thu, 22 Jul 2021 01:39:21 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 257313] [NEW PORT] databases/py-databases: Async database support for Python Message-ID: <bug-257313-21822-HuYk49zxd8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257313-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-257313-21822@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=3D257313 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(meka@t | |ilda.center) Summary|[NEWPORT] |[NEW PORT] |databases/py-databases: |databases/py-databases: |Async database support for |Async database support for |Python |Python Status|New |Open Keywords| |feature, needs-patch, | |needs-qa CC| |meka@tilda.center, | |python@FreeBSD.org --- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> --- Python ports should match their upstream python_requires / *_requires as closely as possible (modulo limitations of our <version-spec>): setup.py: ... python_requires=3D'>=3D3.6', ... install_requires=3D['sqlalchemy<1.4', 'aiocontextvars;python_version<"3= .7"'], --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257313-21822-HuYk49zxd8>