wxPython3.

This commit is contained in:
4fury-c3440d8
2022-09-08 19:31:12 +03:00
parent c92d7e4c7f
commit f77289df60
2 changed files with 12 additions and 2 deletions
@@ -12,6 +12,9 @@ from pisi.actionsapi import get
shelltools.export("JOBS", get.makeJOBS().replace("-j5", "5"))
options="WXPORT=gtk3 WX_CONFIG=/usr/bin/wx-config-gtk3"
def setup():
pisitools.dosed("buildtools/config.py", "attrdict", deleteLine = True)
def build():
pythonmodules.compile(pyVer = '3', parameters = options)
@@ -12,8 +12,8 @@
<IsA>library</IsA>
<Summary>Python bindings for wxGTK</Summary>
<Description>wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++.</Description>
<Archive sha1sum="f952f6224a7c7f000df2150ddfc27edfb4b8f31c" type="targz">
https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.1.1.tar.gz
<Archive sha1sum="e4f64e30bf3a5ae48e04685dc4ad01200dd1cfea" type="targz">
https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.2.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>wxGTK3</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-09-05</Date>
<Version>4.2.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-07-29</Date>
<Version>4.1.1</Version>