python-mako:ver.bump:1.1.1

This commit is contained in:
blue-devil
2020-01-23 21:41:19 +03:00
parent dd44c86b8d
commit e40ec2f2b2
2 changed files with 8 additions and 9 deletions
@@ -5,17 +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 get
from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
WorkDir = "Mako-%s" % get.srcVERSION()
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
@@ -14,16 +14,18 @@
<IsA>library</IsA>
<Summary>A python templating language</Summary>
<Description>python-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
<Archive sha1sum="2b1158ba4e086257f23aa25f82f052644f316b7c" type="targz">https://files.pythonhosted.org/packages/b0/3c/8dcd6883d009f7cae0f3157fb53e9afb05a0d3d33b3db1268ec2e6f4a56b/Mako-1.1.0.tar.gz</Archive>
<Archive sha1sum="42147cc1cae0c65824b6fa0211a8c99cd0056766" type="targz">https://files.pythonhosted.org/packages/28/03/329b21f00243fc2d3815399413845dbbfb0745cff38a29d3597e97f8be58/Mako-1.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-MarkupSafe</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-beaker</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-mako</Name>
<Summary>A python templating language</Summary>
<Summary>A python templating language</Summary>
<RuntimeDependencies>
<Dependency>python-MarkupSafe</Dependency>
<Dependency>python-beaker</Dependency>
@@ -37,7 +39,7 @@
<Package>
<Name>python-mako-docs</Name>
<Summary>Documentation files for raptor python-mako</Summary>
<Summary>Documentation files for python-mako</Summary>
<RuntimeDependencies>
<Dependency release="current">python-mako</Dependency>
</RuntimeDependencies>
@@ -50,8 +52,8 @@
<History>
<Update release="6">
<Date>2020-01-20</Date>
<Version>1.1.0</Version>
<Date>2020-01-23</Date>
<Version>1.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>