py-vl-convert-python: Add 1.3.0 (#43297)

This commit is contained in:
吴坎 2024-03-23 21:44:23 +08:00 committed by GitHub
parent 1c3c21d9c7
commit bba66b1063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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