py-nanoplot: add v1.43.0 (#46160)
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
This commit is contained in:
parent
e439f8ea87
commit
1b01680be1
@ -10,10 +10,11 @@ class PyNanoplot(PythonPackage):
|
||||
"""Plotting scripts for long read sequencing data"""
|
||||
|
||||
homepage = "https://github.com/wdecoster/NanoPlot"
|
||||
pypi = "NanoPlot/NanoPlot-1.42.0.tar.gz"
|
||||
pypi = "NanoPlot/nanoplot-1.43.0.tar.gz"
|
||||
|
||||
maintainers("Pandapip1")
|
||||
|
||||
version("1.43.0", sha256="0f94096d689b552c32fd7246ad87cb6d5e5e2499dad5acc551091e0ff67f48df")
|
||||
version("1.42.0", sha256="0f8fd2cffd33a346b3306716058c6cb4091c931e8ab502f10b17a28749e8b6d9")
|
||||
|
||||
depends_on("py-setuptools", type=("build",))
|
||||
@ -24,7 +25,7 @@ class PyNanoplot(PythonPackage):
|
||||
depends_on("py-scipy", type=("build", "run"))
|
||||
depends_on("py-python-dateutil", type=("build", "run"))
|
||||
depends_on("py-nanoget@1.19.1:", type=("build", "run"))
|
||||
depends_on("py-nanomath@1.0.0:", type=("build", "run"))
|
||||
depends_on("py-nanomath@1.0.0:", type=("build", "run"), when="@:1.42")
|
||||
depends_on("py-plotly@5.4.0:", type=("build", "run"))
|
||||
depends_on("py-pyarrow", type=("build", "run"))
|
||||
depends_on("py-kaleido", type=("build", "run"))
|
||||
|
Loading…
Reference in New Issue
Block a user