python-cairo-1.16.2:ver.bump

This commit is contained in:
Rmys
2018-02-26 10:02:40 +03:00
parent 7b772b4456
commit c1e42cd57d
2 changed files with 14 additions and 10 deletions
@@ -8,16 +8,13 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
shelltools.export("JOBS", get.makeJOBS().replace("-j", ""))
def setup(): def setup():
shelltools.system("python waf configure --prefix=/usr") pythonmodules.compile()
def build():
shelltools.system("python waf build -v")
def install(): def install():
shelltools.system("DESTDIR=%s python waf install" % get.installDIR()) pythonmodules.install()
pisitools.dodoc("AUTHORS", "COPYING", "README","COPYING-*") pisitools.dodoc("COPYING*", "README*","NEWS*")
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Python wrapper for cairo graphics library</Summary> <Summary>Python wrapper for cairo graphics library</Summary>
<Description>Pycairo is set of Python bindings for the cairo graphics library.</Description> <Description>Pycairo is set of Python bindings for the cairo graphics library.</Description>
<Archive sha1sum="2efa8dfafbd6b8e492adaab07231556fec52d6eb" type="tarbz2">http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2</Archive> <Archive sha1sum="28fec74b92f3b0474bd68f17be5e5f59336464cc" type="targz">https://github.com/pygobject/pycairo/releases/download/v1.16.2/pycairo-1.16.2.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cairo-devel</Dependency> <Dependency>cairo-devel</Dependency>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
@@ -46,6 +46,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2018-02-25</Date>
<Version>1.16.2</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2017-01-25</Date> <Date>2017-01-25</Date>
<Version>1.10.0</Version> <Version>1.10.0</Version>