[py-catalogue] added version 2.0.8 (#38266)
This commit is contained in:
parent
2654d64a3c
commit
295726e6b8
1 changed files with 4 additions and 1 deletions
|
@ -13,10 +13,13 @@ class PyCatalogue(PythonPackage):
|
|||
homepage = "https://github.com/explosion/catalogue"
|
||||
pypi = "catalogue/catalogue-2.0.0.tar.gz"
|
||||
|
||||
version("2.0.8", sha256="b325c77659208bfb6af1b0d93b1a1aa4112e1bb29a4c5ced816758a722f0e388")
|
||||
version("2.0.0", sha256="34f8416ec5e7ed08e55c10414416e67c3f4d66edf83bc67320c3290775293816")
|
||||
version("1.0.0", sha256="d74d1d856c6b36a37bf14aa6dbbc27d0582667b7ab979a6108e61a575e8723f5")
|
||||
|
||||
depends_on("python@3.6:", when="@2:", type=("build", "run"))
|
||||
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-importlib-metadata@0.20:", when="^python@:3.7", type=("build", "run"))
|
||||
depends_on("py-importlib-metadata@0.20:", when="@:2.0.0^python@:3.7", type=("build", "run"))
|
||||
depends_on("py-zipp@0.5:", when="@2.0.8:^python@:3.7", type=("build", "run"))
|
||||
depends_on("py-typing-extensions@3.6.4:", when="@2.0.8:^python@3.7", type=("build", "run"))
|
||||
|
|
Loading…
Reference in a new issue