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:

committed by
Adam J. Stewart

parent
3c8e65f3d8
commit
6aa3d51939
@@ -32,7 +32,9 @@ class PyDxfile(PythonPackage):
|
||||
homepage = "https://github.com/data-exchange/dxfile"
|
||||
url = "https://github.com/data-exchange/dxfile/archive/v0.4.tar.gz"
|
||||
|
||||
import_modules = ['dxfile']
|
||||
|
||||
version('0.4', '0402cd38aefdfd5ce92feb43dda18947')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-h5py', type='run')
|
||||
depends_on('py-h5py', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user