pyqt-builder ver. bump
This commit is contained in:
@@ -4,13 +4,16 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import python3modules
|
||||
from pisi.actionsapi import pisitools, get
|
||||
|
||||
|
||||
WorkDir="pyqt_builder-%s" % get.srcVERSION()
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install()
|
||||
|
||||
pisitools.dodoc("ChangeLog", "LICENSE*", "README*")
|
||||
|
||||
@@ -12,9 +12,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>PyQt build system</Summary>
|
||||
<Description>PyQt build system</Description>
|
||||
<Archive sha1sum="af06851ea2b8ed8dece41b131ea5ba9f90ca5693" type="targz">https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-1.15.4.tar.gz</Archive>
|
||||
<Archive sha1sum="40815d7713707de1cb6dc765336fee5503187e0b" type="targz">https://files.pythonhosted.org/packages/57/09/11d09b4140932960a4e232e04858ceda19d821f8deb350605934f2251c87/pyqt_builder-1.16.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
@@ -39,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2024-06-09</Date>
|
||||
<Version>1.16.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2023-12-30</Date>
|
||||
<Version>1.15.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user