py-rdflib: add 6.2.0 (#34394)
This commit is contained in:
parent
391ad8cec4
commit
f1cd327186
@ -21,11 +21,15 @@ class PyRdflib(PythonPackage):
|
||||
homepage = "https://github.com/RDFLib/rdflib"
|
||||
pypi = "rdflib/rdflib-5.0.0.tar.gz"
|
||||
|
||||
version("6.2.0", sha256="62dc3c86d1712db0f55785baf8047f63731fa59b2682be03219cb89262065942")
|
||||
version("6.0.2", sha256="6136ae056001474ee2aff5fc5b956e62a11c3a9c66bb0f3d9c0aaa5fbb56854e")
|
||||
version("5.0.0", sha256="78149dd49d385efec3b3adfbd61c87afaf1281c30d3fcaf1b323b34f603fb155")
|
||||
|
||||
depends_on("python@3.7:", when="@6:", type="build")
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-pyparsing", type=("build", "run"))
|
||||
|
||||
depends_on("py-isodate", type=("build", "run"))
|
||||
depends_on("py-pyparsing", type=("build", "run"))
|
||||
depends_on("py-setuptools", when="@6:", type=("build", "run"))
|
||||
depends_on("py-importlib-metadata", when="@6.1: ^python@:3.7", type=("build", "run"))
|
||||
depends_on("py-six", when="@:5", type=("build", "run"))
|
||||
|
Loading…
Reference in New Issue
Block a user