@@ -11,17 +11,16 @@ class PyMaestrowf(PythonPackage):
1111 simulation studies."""
1212
1313 homepage = "https://github.com/LLNL/maestrowf/"
14- url = "https://github.com/LLNL/maestrowf/archive/v1.1.2.tar.gz "
14+ git = "https://github.com/LLNL/maestrowf.git "
1515
16- version ('1.1.4dev1.1' , git = 'https://github.com/LLNL/maestrowf.git' , tag = '1.1.4dev1.1' )
16+ version ('1.1.4dev1.1' , tag = '1.1.4dev1.1' )
17+ version ('flux-dev' , branch = 'bugfix/flux_broker' )
18+ version ('develop' , branch = 'develop' )
19+ version ('1.1.4' , tag = 'v1.1.4' )
20+ version ('1.1.2' , tag = 'v1.1.2' )
21+ version ('flux-sched' , branch = 'bugfix/flux_broker' )
1722
18- version ('flux-dev' , git = 'https://github.com/LLNL/maestrowf.git' , branch = 'bugfix/flux_broker' )
19- version ('develop' , git = 'https://github.com/LLNL/maestrowf.git' , branch = 'develop' )
20- version ('1.1.3' , '0299e4ae3ec8b8c0296df0efaa8b517f' )
21- version ('1.1.2' , 'a9e05d82910cd2dd077321fb9b0c8dcd' )
22- version ('1.1.1' , 'd38bbf634de4f29fd01d1864ba2f70e0' )
23- version ('1.1.0' , '3c20bf36fbb85d14c3bfdb865944a409' )
24- version ('1.0.1' , '6838fc8bdc7ca0c1adbb6a0333f005b4' )
23+ 2524
2625 depends_on ('py-setuptools' , type = 'build' )
2726 depends_on ('py-pyyaml' , type = ('build' , 'run' ))
0 commit comments