Date: Sat, 11 Jan 2020 12:42:38 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 242756] [NEW PORT] devel/py-pytest-pep8: Pytest plugin for efficiently checking PEP8 compliance Message-ID: <bug-242756-21822-q5pXjBWgJv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-242756-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-242756-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=3D242756 --- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> --- Review items: 1) USES=3Dpython:<version-spec> is incorrect. 3.5+ incorrectly limits versi= on support to >=3D 3.5 ... Upstream declares support for 2.6,2.7,3.3,3.4.=20 USES=3Dpython:<version-spec> should match this as closely as possible witho= ut being incorrect, modulo any syntax limitations in <version-spec> (doesn't support !=3D, etc).=20 USES=3Dpython 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 l= imit 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=3D['pytest-cache', 'pytest>=3D2.4.2', 'pep8>=3D1.3', = ], --=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-242756-21822-q5pXjBWgJv>