Add top-level attributes for git M-P packages
This commit is contained in:

committed by
Todd Gamblin

parent
4c6aca533a
commit
908d2dcd4d
@@ -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:')
|
||||
|
Reference in New Issue
Block a user