Add a few more python packages
py-Genshi py-astroid py-jinja2 py-logilab-common py-markupsafe py-mistune py-prettytable py-py2neo py-storm
This commit is contained in:
20
var/spack/repos/builtin/packages/py-mistune/package.py
Normal file
20
var/spack/repos/builtin/packages/py-mistune/package.py
Normal file
@@ -0,0 +1,20 @@
|
||||
from spack import *
|
||||
|
||||
class PyMistune(Package):
|
||||
"""
|
||||
Python markdown parser
|
||||
"""
|
||||
homepage = "http://mistune.readthedocs.org/en/latest/"
|
||||
url = "https://github.com/lepture/mistune/archive/v0.7.1.tar.gz"
|
||||
|
||||
version('0.7.1', '0d9c29700c670790c5b2471070d32ec2')
|
||||
version('0.7' , '77750ae8b8d0d584894224a7e0c0523a')
|
||||
version('0.6' , 'd4f3d4f28a69e715f82b591d5dacf9a6')
|
||||
version('0.5.1', '1c6cfce28a4aa90cf125217cd6c6fe6c')
|
||||
version('0.5' , '997736554f1f95eea78c66ae339b5722')
|
||||
|
||||
extends('python')
|
||||
depends_on('py-setuptools')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
python('setup.py', 'install', '--prefix=%s' % prefix)
|
Reference in New Issue
Block a user