https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257313
Kubilay Kocak <ko...@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 <ko...@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 on the CC list for the bug.