pyqt-builder ver. bump

This commit is contained in:
Rmys
2024-06-09 11:51:30 +03:00
parent c7617f7b54
commit 05e8129152
3 changed files with 24 additions and 6 deletions
@@ -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>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python3 setuptools-scm module</Summary>
<Description>Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file.</Description>
<Archive sha1sum="9fb30cf1a477eba9c9d1b3415bc11edd59b55277" type="targz">https://github.com/pypa/setuptools_scm/archive/refs/tags/v8.0.4.tar.gz</Archive>
<Archive sha1sum="6c1bc1013be6ff7cd43c4e85a678cc587d62c4c7" type="targz">https://github.com/pypa/setuptools_scm/archive/refs/tags/v8.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-build</Dependency>
@@ -44,6 +44,13 @@
</Package>
<History>
<Update release="12">
<Date>2024-06-09</Date>
<Version>8.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2023-10-16</Date>
<Version>8.0.4</Version>