19 | | long_description SAGA (Simple API for Grid Applications) defines a \ |
20 | | high-level interface to the most commonly used distributed \ |
21 | | computing functionality. SAGA-Python provides a Python \ |
22 | | module that is compliant with the OGF GFD.90 SAGA \ |
23 | | specification. Its main focus is ease of use and simple \ |
24 | | user-space deployment in heterogeneous distributed computing \ |
25 | | environments. It supports a wide range of application \ |
26 | | use-cases from simple, uncoupled tasks to complex workflows. |
27 | | |
28 | | homepage http://saga-project.github.io/saga-python/ |
29 | | |
30 | | distname saga-python-${version} |
31 | | master_sites http://pypi.python.org/packages/source/s/saga-python/ |
32 | | |
33 | | checksums md5 c5edc9524cdd638af471f81fdd809588 \ |
34 | | rmd160 e8654dced5553feff44a25dcff68e2c30c56b44d \ |
35 | | sha256 0a963261fadfc43982e0657a84ff3dac4ce801809910b648e39fa8539d73b56f |
| 22 | long_description \ |
| 23 | SAGA (Simple API for Grid Applications) defines a high-level interface to \ |
| 24 | the most commonly used distributed computing functionality. SAGA-Python \ |
| 25 | provides a Python module that is compliant with the OGF GFD.90 SAGA \ |
| 26 | specification. Its main focus is ease of use and simple user-space \ |
| 27 | deployment in heterogeneous distributed computing environments. \ |
| 28 | It supports a wide range of application use-cases from simple, uncoupled \ |
| 29 | tasks to complex workflows. |
| 30 | |
| 31 | homepage http://saga-project.github.io/${_name}/ |
| 32 | |
| 33 | distname ${_name}-${version} |
| 34 | master_sites https://pypi.python.org/packages/source/${_n}/${_name}/ |
| 35 | |
| 36 | checksums md5 6001141951faebbca00d2c18ed9dcff9 \ |
| 37 | rmd160 a9dc00d335efe91b0eee507b3802641f67688378 \ |
| 38 | sha256 fb06183fcdd282bb7fc29abd272c14502e10cf1e469d4aeadd3dd9ff240b1595 |