created py-tomopy package and fixed its dependencies (#4576)

* added py-tomopy package

* fixed dependencies and added import_modules

* edited deps for tomopy with import_modules and added py-olefile pkg

* changed module name

* changed dependency to python because it will not build with setuptools

* fixed dependency list for py-tomopy and py-dxchange

* added py-nose dependency

* fixed tests

* commented out dependency py-counter

* fixed dependency py-pybtex-docutils

* removed nose as a dependency

* fixed flake8 errors

* fixed import_modules

* fixed import_modules indent

* fixed various issues in tomopy and deps files
This commit is contained in:
Stas Sergienko
2017-06-22 12:51:51 -05:00
committed by Adam J. Stewart
parent 3c8e65f3d8
commit 6aa3d51939
14 changed files with 140 additions and 15 deletions

View File

@@ -31,7 +31,9 @@ class PyTifffile(PythonPackage):
homepage = "https://github.com/blink1073/tifffile"
url = "https://pypi.io/packages/source/t/tifffile/tifffile-0.12.1.tar.gz"
import_modules = ['tifffile']
version('0.12.1', '8a8afa74dd0df7915ac376a6cd7eeffc')
depends_on('py-setuptools', type='build')
depends_on('py-numpy@1.8.2:', type=('build', 'run'))
depends_on('py-numpy@1.8.2:', type=('build', 'run'))