py-jeepney: add 0.8.0 (#32924)
This commit is contained in:
parent
cf0c4523f3
commit
4f5be6c17e
1 changed files with 2 additions and 0 deletions
|
@ -13,10 +13,12 @@ class PyJeepney(PythonPackage):
|
|||
homepage = "https://gitlab.com/takluyver/jeepney"
|
||||
pypi = "jeepney/jeepney-0.4.3.tar.gz"
|
||||
|
||||
version("0.8.0", sha256="5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806")
|
||||
version("0.7.1", sha256="fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f")
|
||||
version("0.6.0", sha256="7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657")
|
||||
version("0.4.3", sha256="3479b861cc2b6407de5188695fa1a8d57e5072d7059322469b62628869b8e36e")
|
||||
|
||||
depends_on("python@3.7:", when="@0.8:", type=("build", "run"))
|
||||
depends_on("python@3.6:", when="@0.5:", type=("build", "run"))
|
||||
depends_on("python@3.5:", when="@:0.4", type=("build", "run"))
|
||||
depends_on("py-flit-core@2:3", type="build")
|
||||
|
|
Loading…
Reference in a new issue