Skip to content
Snippets Groups Projects
Unverified Commit 14894a7b authored by Jen Herting's avatar Jen Herting Committed by GitHub
Browse files

[py-crossmap] added version 0.3.9 (#17233)

* [py-crossmap] added version 0.3.9

* [py-crossmap] py-numpy not required

* [py-crossmap] py-cython must be >= 0.17
parent f25d6e64
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ class PyCrossmap(PythonPackage, SourceforgePackage):
homepage = "http://crossmap.sourceforge.net/"
sourceforge_mirror_path = "crossmap/CrossMap-0.3.3.tar.gz"
version('0.3.9', sha256='e20a4653e9fc313ac0f5a6cfc37b42e83c3cf2b42f9483706cfb9ec9ff72c74c')
version('0.3.3', sha256='56d99fd606e13e399b83438953d0d89fc281df1c1e8e47eed7d773e7ec9c88f8')
version('0.2.9', sha256='57243ee5051352c93088874c797ceac0426f249704ba897360fb628b3365d0af')
......@@ -20,8 +21,7 @@ class PyCrossmap(PythonPackage, SourceforgePackage):
depends_on('python@2.7:2.8', type=('build', 'run'), when='@:0.2.9')
depends_on('py-setuptools', type='build')
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-cython', type=('build', 'run'))
depends_on('py-cython@0.17:', type=('build', 'run'))
depends_on('py-pysam', type=('build', 'run'))
depends_on('py-bx-python', type=('build', 'run'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment