[Bug 257313] [NEW PORT] databases/py-databases: Async database support for Python
Date: Thu, 22 Jul 2021 01:39:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257313 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='>=3.6', ... install_requires=['sqlalchemy<1.4', 'aiocontextvars;python_version<"3.7"'], -- You are receiving this mail because: You are the assignee for the bug.