https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242756
--- Comment #1 from Kubilay Kocak <ko...@freebsd.org> --- Review items: 1) USES=python:<version-spec> is incorrect. 3.5+ incorrectly limits version support to >= 3.5 ... Upstream declares support for 2.6,2.7,3.3,3.4. USES=python:<version-spec> should match this as closely as possible without being incorrect, modulo any syntax limitations in <version-spec> (doesn't support !=, etc). USES=python is the most correct in this case. However, if a package doesn't declare support for certain versions, but they are allowed by <version-spec>, port maintainer should QA (test suite) extensively with those undeclared versions to ensure they work, otherwise limit the versions accordingly. In this case, this means explicit QA/test suite testing for 3.5+ 2) package dependencies declare versions [1], *_DEPENDS should match these as closely as possible [1] install_requires=['pytest-cache', 'pytest>=2.4.2', 'pep8>=1.3', ], -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"