py-cutadapt: Updated version checksum (#12741)
* add new cutadapt release 2.5, and adjust dependencies conditional on version * use https, not ssh, for git url Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
fe26678299
commit
8fd8b54e97
@ -13,9 +13,14 @@ class PyCutadapt(PythonPackage):
|
||||
|
||||
homepage = "https://cutadapt.readthedocs.io"
|
||||
url = "https://pypi.io/packages/source/c/cutadapt/cutadapt-1.13.tar.gz"
|
||||
git = "https://github.com/marcelm/cutadapt.git"
|
||||
|
||||
version('2.5', sha256='ced79e49b93e922e579d0bb9d21298dcb2d7b7b1ea721feed484277e08b1660b')
|
||||
version('1.13', '2d2d14e0c20ad53d7d84b57bc3e63b4c')
|
||||
|
||||
depends_on('python@2.6:', type=('build', 'run'))
|
||||
depends_on('python@2.7:', type=('build', 'run'), when='@1.13')
|
||||
depends_on('python@3.4:', type=('build', 'run'), when='@2.5:')
|
||||
depends_on('py-setuptools', type=('build', 'run'))
|
||||
depends_on('py-xopen@0.1.1:', type=('build', 'run'))
|
||||
depends_on('py-xopen@0.1.1:', type=('build', 'run'), when='@1.13')
|
||||
depends_on('py-xopen@0.8.1:', type=('build', 'run'), when='@2.5:')
|
||||
depends_on('py-dnaio', type=('build', 'run'), when='@2.5:')
|
||||
|
Loading…
Reference in New Issue
Block a user