py-bx-python: add 0.9.0 (#38419)

* py-bx-python: add 0.9.0

* remove dependency

* Remove python upper bound

* Clarify dependency requirements

---------

Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
This commit is contained in:
George Young 2023-06-27 13:14:37 +01:00 committed by GitHub
parent ab10b645c6
commit efd2ed750d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,13 @@ class PyBxPython(PythonPackage):
homepage = "https://github.com/bxlab/bx-python"
pypi = "bx-python/bx-python-0.8.8.tar.gz"
version("0.9.0", sha256="fe545c44d2ea74b239d41e9090618aaf6a859d1a1f64b4a21b133cb602dfdb49")
version("0.8.8", sha256="ad0808ab19c007e8beebadc31827e0d7560ac0e935f1100fb8cc93607400bb47")
depends_on("python@2.7:2.8,3.5:", type=("build", "run"))
depends_on("python@3.7:", when="@0.8.13:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-cython", type="build")
depends_on("py-numpy", type=("build", "run"))
depends_on("py-six", type=("build", "run"))
depends_on("py-six", when="@:0.8.9", type=("build", "run"))
# py-python-lzo is listed as a dependency in `tox.ini` rather than in `setup.cfg`
depends_on("py-python-lzo@1.14:", type=("build", "run"))