Add top-level attributes for git M-P packages

This commit is contained in:
Adam J. Stewart
2018-07-23 20:55:17 -05:00
committed by Todd Gamblin
parent 4c6aca533a
commit 908d2dcd4d
104 changed files with 290 additions and 346 deletions

View File

@@ -32,10 +32,9 @@ class MpixLaunchSwift(Package):
"""
homepage = "https://bitbucket.org/kshitijvmehta/mpix_launch_swift"
url = "https://kshitijvmehta@bitbucket.org/kshitijvmehta/mpix_launch_swift.git"
git = "https://kshitijvmehta@bitbucket.org/kshitijvmehta/mpix_launch_swift.git"
version('develop', git='https://kshitijvmehta@bitbucket.org/kshitijvmehta/mpix_launch_swift.git',
branch='envs')
version('develop', branch='envs')
depends_on('stc')
depends_on('tcl')