python3-sip:v.bump to 4.19.1

This commit is contained in:
2017-03-02 15:59:10 +03:00
parent 45261fa6c4
commit 8f27603ae4
2 changed files with 9 additions and 2 deletions
@@ -13,7 +13,7 @@ from pisi.actionsapi import get
WorkDir = "sip-%s" % get.srcVERSION()
def setup():
shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.4m\/Python.h/g' {} \;")
shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.6m\/Python.h/g' {} \;")
pythonmodules.run('configure.py CFLAGS="%s" CXXFLAGS="%s"' % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3")
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>SIP is a tool for generating bindings for C++ classes so that they can be used by Python3</Summary>
<Description>SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python3. It takes any C or C++ libraries and converts them into Python extension modules.</Description>
<Archive sha1sum="6704854bc684de3b76c9db61ce54a74e7de5cf45" type="targz">mirrors://sourceforge/pyqt/sip-4.18.tar.gz</Archive>
<Archive sha1sum="bfd95714ace97e9c79c6131784a0cf6300a71b82" type="targz">mirrors://sourceforge/pyqt/sip-4.19.1.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.6.0">qt5-base-devel</Dependency>
<Dependency>python3-devel</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="6">
<Date>2017-03-02</Date>
<Version>4.19.1</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-06-18</Date>
<Version>4.18</Version>