python-cairo-1.16.2:ver.bump
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user