Add checksum for py-autopep8 1.7.0, py-pycodestyle 2.9.1 (#32978)
This commit is contained in:
parent
e8dcfcd7ae
commit
0184f008f1
@ -13,6 +13,7 @@ class PyAutopep8(PythonPackage):
|
||||
homepage = "https://github.com/hhatto/autopep8"
|
||||
pypi = "autopep8/autopep8-1.2.4.tar.gz"
|
||||
|
||||
version("1.7.0", sha256="ca9b1a83e53a7fad65d731dc7a2a2d50aa48f43850407c59f6a1a306c4201142")
|
||||
version("1.6.0", sha256="44f0932855039d2c15c4510d6df665e4730f2b8582704fa48f9c55bd3e17d979")
|
||||
version("1.5.7", sha256="276ced7e9e3cb22e5d7c14748384a5cf5d9002257c0ed50c0e075b68011bb6d0")
|
||||
version("1.4.4", sha256="4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee")
|
||||
@ -23,12 +24,13 @@ class PyAutopep8(PythonPackage):
|
||||
extends("python", ignore="bin/pep8")
|
||||
depends_on("python@2.6:2.8,3.2:", type=("build", "run"))
|
||||
|
||||
depends_on("py-pycodestyle@1.5.7:1.7.0", type=("build", "run"), when="@:1.2.4")
|
||||
depends_on("py-pycodestyle@2.3.0:", type=("build", "run"), when="@1.3:")
|
||||
depends_on("py-pycodestyle@2.4.0:", type=("build", "run"), when="@1.4:")
|
||||
depends_on("py-pycodestyle@2.7.0:", type=("build", "run"), when="@1.5.6:")
|
||||
depends_on("py-pycodestyle@2.8.0:", type=("build", "run"), when="@1.6.0:")
|
||||
depends_on("py-pycodestyle@1.5.7:1.7.0", when="@:1.2.4", type=("build", "run"))
|
||||
depends_on("py-pycodestyle@2.3.0:", when="@1.3:", type=("build", "run"))
|
||||
depends_on("py-pycodestyle@2.4.0:", when="@1.4:", type=("build", "run"))
|
||||
depends_on("py-pycodestyle@2.7.0:", when="@1.5.6:", type=("build", "run"))
|
||||
depends_on("py-pycodestyle@2.8.0:", when="@1.6.0:", type=("build", "run"))
|
||||
depends_on("py-pycodestyle@2.9.1:", when="@1.7.0:", type=("build", "run"))
|
||||
|
||||
depends_on("py-toml", type=("build", "run"), when="@1.5.3:")
|
||||
depends_on("py-toml", when="@1.5.3:", type=("build", "run"))
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
|
@ -13,6 +13,7 @@ class PyPycodestyle(PythonPackage):
|
||||
homepage = "https://github.com/PyCQA/pycodestyle"
|
||||
pypi = "pycodestyle/pycodestyle-2.8.0.tar.gz"
|
||||
|
||||
version("2.9.1", sha256="2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785")
|
||||
version("2.9.0", sha256="beaba44501f89d785be791c9462553f06958a221d166c64e1f107320f839acc2")
|
||||
version("2.8.0", sha256="eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f")
|
||||
version("2.7.0", sha256="c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef")
|
||||
|
Loading…
Reference in New Issue
Block a user