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

@@ -29,10 +29,11 @@ class PySymengine(PythonPackage):
"""Python wrappers for SymEngine, a symbolic manipulation library."""
homepage = "https://github.com/symengine/symengine.py"
url = "https://github.com/symengine/symengine.py/archive/v0.2.0.tar.gz"
url = "https://github.com/symengine/symengine.py/archive/v0.2.0.tar.gz"
git = "https://github.com/symengine/symengine.py.git"
version('develop', git=git)
version('0.2.0', 'e1d114fa12be4c8c7e9f24007e07718c')
version('develop', git='https://github.com/symengine/symengine.py.git')
# Build dependencies
depends_on('python@2.7:2.8,3.3:')