python-Jinja2:ver.bump:2.11.0
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
|
||||
|
||||
WorkDir = "Jinja2-%s" % get.srcVERSION()
|
||||
WorkDir = "jinja-%s" % get.srcVERSION()
|
||||
|
||||
def build():
|
||||
pythonmodules.compile()
|
||||
@@ -27,4 +27,4 @@ def install():
|
||||
#autotools.make("html")
|
||||
#shelltools.cd("..")
|
||||
#pisitools.dohtml("Jinja2-%s/docs/_build/html/*" % get.srcVERSION())
|
||||
pisitools.dodoc("CHANGES*", "README*")
|
||||
pisitools.dodoc("CHANGES*", "README*")
|
||||
Reference in New Issue
Block a user