py-rseqc: add 5.0.1 (#39953)

* py-rseqec: add 5.0.1

* Update package.py

* style ...

---------

Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
This commit is contained in:
George Young 2023-09-18 16:49:58 +01:00 committed by GitHub
parent 078369ec2b
commit 70456ce4a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,16 @@ class PyRseqc(PythonPackage):
homepage = "http://rseqc.sourceforge.net"
pypi = "RSeQC/RSeQC-2.6.4.tar.gz"
version("5.0.1", sha256="3c7d458784861af352d8da3f4f1cc8941934b37643164e9b74f929a32bd9ca80")
version("4.0.1", sha256="6a16a3c56b73917082d3ac060a113c7d32cccf39f86efa87a6f1e6b52642210d")
version("3.0.1", sha256="d5f4cb2c24a7348929f5c4947d84c5869e8cd2cba5ba5248d991ebb37c4c6b3d")
depends_on("python@3.5:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-nose@0.10.4:", type="build")
depends_on("py-cython@0.17:", type=("build", "run"))
depends_on("py-pysam", type=("build", "run"))
depends_on("py-bx-python", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))
depends_on("py-pysam", type=("build", "run"))
depends_on("py-pybigwig", type=("build", "run"))
depends_on("r", type="run")