py-coverage: add 6.1.2 (#27545)
This commit is contained in:
parent
3fcc6c669f
commit
4a18957093
@ -12,6 +12,7 @@ class PyCoverage(PythonPackage):
|
||||
homepage = "https://nedbatchelder.com/code/coverage/"
|
||||
pypi = "coverage/coverage-4.5.4.tar.gz"
|
||||
|
||||
version('6.1.2', sha256='d9a635114b88c0ab462e0355472d00a180a5fbfd8511e7f18e4ac32652e7d972')
|
||||
version('5.5', sha256='ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c')
|
||||
version('5.3', sha256='280baa8ec489c4f542f8940f9c4c2181f0306a8ee1a54eceba071a449fb870a0')
|
||||
version('5.0.4', sha256='1b60a95fc995649464e0cd48cecc8288bac5f4198f21d04b8229dc4097d76823')
|
||||
@ -23,6 +24,8 @@ class PyCoverage(PythonPackage):
|
||||
variant('toml', default=False, description='Enable pyproject.toml support')
|
||||
|
||||
depends_on('python@2.6:2.8,3.3:', type=('build', 'run'))
|
||||
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'), when="@5.0.0:")
|
||||
depends_on('python@2.7:2.8,3.5:', when='@5:', type=('build', 'run'))
|
||||
depends_on('python@3.6:', when='@6:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type=('build', 'run'))
|
||||
depends_on('py-toml', type=('build', 'run'), when='+toml')
|
||||
depends_on('py-tomli', when='@6: +toml', type=('build', 'run'))
|
||||
depends_on('py-toml', when='@:5 +toml', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user