qt5-5.14.1

This commit is contained in:
Rmys
2020-03-08 23:32:35 +03:00
parent 97859b6996
commit 680e646e67
6 changed files with 87 additions and 52 deletions
@@ -17,7 +17,7 @@ def setup():
shelltools.cd("sip-%s" % get.srcVERSION())
shelltools.copytree("../sip-%s" % (get.srcVERSION().replace("_", "~")), "../sip-%s-pyqt5" % get.srcVERSION())
shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.8\/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")
@@ -13,9 +13,9 @@
<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="16dcfcc7fa9bc2f07d24591690111f59e6b6aff3" type="targz">https://www.riverbankcomputing.com/static/Downloads/sip/4.19.20/sip-4.19.20.tar.gz</Archive>
<Archive sha1sum="50aacb7c2b733893b94fc61f2805ffa3c4f93414" type="targz">https://www.riverbankcomputing.com/static/Downloads/sip/4.19.21/sip-4.19.21.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.13.1">qt5-base-devel</Dependency>
<Dependency versionFrom="5.14.1">qt5-base-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="15">
<Date>2020-03-01</Date>
<Version>4.19.21</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2020-01-14</Date>
<Version>4.19.20</Version>