py-multiqc: add version 1.7 (#10520)
Added sha256 for py-multiqc as well as require py-matplotlib < v 3.0
This commit is contained in:
parent
1a34bebe79
commit
d053eac538
1 changed files with 5 additions and 4 deletions
|
@ -14,9 +14,10 @@ class PyMultiqc(PythonPackage):
|
|||
homepage = "https://multiqc.info"
|
||||
url = "https://pypi.io/packages/source/m/multiqc/multiqc-1.0.tar.gz"
|
||||
|
||||
version('1.5', 'c9fc5f54a75b1d0c3e119e0db7f5fe72')
|
||||
version('1.3', '78fef8a89c0bd40d559b10c1f736bbcd')
|
||||
version('1.0', '0b7310b3f75595e5be8099fbed2d2515')
|
||||
version('1.7', '02e6a7fac7cd9ed036dcc6c92b8f8bcacbd28983ba6be53afb35e08868bd2d68')
|
||||
version('1.5', 'fe0ffd2b0d1067365ba4e54ae8991f2f779c7c684b037549b617020ea883310a')
|
||||
version('1.3', 'cde17845680131e16521ace04235bb9496c78c44cdc7b5a0fb6fd93f4ad7a13b')
|
||||
version('1.0', '1a49331a3d3f2e591a6e9902bc99b16e9205731f0cd2d6eaeee0da3d0f0664c9')
|
||||
|
||||
depends_on('python@2.7:')
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
@ -25,7 +26,7 @@ class PyMultiqc(PythonPackage):
|
|||
depends_on('py-lzstring', type=('build', 'run'))
|
||||
depends_on('py-future@0.14.1:', type=('build', 'run'))
|
||||
depends_on('py-spectra@0.0.10:', type=('build', 'run'))
|
||||
depends_on('py-matplotlib', type=('build', 'run'))
|
||||
depends_on('py-matplotlib@2.0.0:2.9.9', type=('build', 'run'))
|
||||
depends_on('py-numpy', type=('build', 'run'))
|
||||
depends_on('py-pyyaml', type=('build', 'run'))
|
||||
depends_on('py-simplejson', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue