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

@@ -30,9 +30,9 @@ class PyXattr(PythonPackage):
sans libattr dependency"""
homepage = "http://pyxattr.k1024.org/"
git = "https://github.com/fwang2/pyxattr.git"
version('develop', git='https://github.com/fwang2/pyxattr.git',
branch='dev')
version('develop', branch='dev')
depends_on('python@2.7:')
depends_on('py-setuptools', type='build')