py-pysam: update to version 0.18.0 (#29609)

This commit is contained in:
Glenn Johnson 2022-03-19 16:50:28 -05:00 committed by GitHub
parent 8c508b530b
commit 71c9334e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class PyPysam(PythonPackage):
homepage = "https://github.com/pysam-developers/pysam"
pypi = "pysam/pysam-0.14.1.tar.gz"
version('0.18.0', sha256='1d6d49a0b3c626fae410a93d4c80583a8b5ddaacc9b46a080b250dbcebd30a59')
version('0.15.3', sha256='a98dd0a164aa664b1ab30a36f653752f00e93c13deeb66868597f4b2a30f7265')
version('0.15.2', sha256='d049efd91ed5b1af515aa30280bc9cb46a92ddd15d546c9b21ee68a6ed4055d9')
version('0.15.1', sha256='658421124c2f3de1b7445e03ca8413df0077f67ea9980abdaab0d1b5f7a8936f')
@ -20,6 +21,7 @@ class PyPysam(PythonPackage):
version('0.7.7', sha256='c9f3018482eec99ee199dda3fdef2aa7424dde6574672a4c0d209a10985755cc')
depends_on('py-setuptools', type='build')
depends_on('py-cython@0.29.12:', when='@0.18:', type='build')
depends_on('py-cython@0.21:', when='@0.14:', type='build')
depends_on('py-cython@0.17:', type='build')
depends_on('curl')