py-vl-convert-python: Add 1.3.0 (#43297)
This commit is contained in:
parent
1c3c21d9c7
commit
bba66b1063
1 changed files with 4 additions and 2 deletions
|
@ -7,11 +7,12 @@
|
||||||
|
|
||||||
|
|
||||||
class PyVlConvertPython(PythonPackage):
|
class PyVlConvertPython(PythonPackage):
|
||||||
"""Convert Vega-Lite chart specifications to SVG, PNG, or Vega"""
|
"""Convert Vega-Lite chart specifications to SVG, PNG, PDF, or Vega"""
|
||||||
|
|
||||||
homepage = "https://github.com/jonmmease/vl-convert"
|
homepage = "https://github.com/vega/vl-convert"
|
||||||
pypi = "vl_convert_python/vl_convert_python-0.13.1.tar.gz"
|
pypi = "vl_convert_python/vl_convert_python-0.13.1.tar.gz"
|
||||||
|
|
||||||
|
version("1.3.0", sha256="de1462151dfbba7b2a17881dac1d2269662012c252f1e9d1537a4daed5e36067")
|
||||||
version("0.13.1", sha256="d70a608257dd6b5b782d96cccebfe7289992e522e47a8bebb7d928253ca8b396")
|
version("0.13.1", sha256="d70a608257dd6b5b782d96cccebfe7289992e522e47a8bebb7d928253ca8b396")
|
||||||
|
|
||||||
depends_on("python@3.7:", type=("build", "run"))
|
depends_on("python@3.7:", type=("build", "run"))
|
||||||
|
@ -20,3 +21,4 @@ class PyVlConvertPython(PythonPackage):
|
||||||
depends_on("py-maturin@1.1:1", type="build")
|
depends_on("py-maturin@1.1:1", type="build")
|
||||||
|
|
||||||
depends_on("cmake", type="build") # some rust dependencies need this
|
depends_on("cmake", type="build") # some rust dependencies need this
|
||||||
|
depends_on("protobuf", type="build") # rust dependency prost need this
|
||||||
|
|
Loading…
Reference in a new issue