python3-* ver. bump

This commit is contained in:
Rmys
2025-01-06 15:32:30 +03:00
parent 289d523807
commit 654721b22c
4 changed files with 27 additions and 6 deletions
@@ -4,13 +4,13 @@
# 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 python3modules
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile(pyVer="3")
#def check():
# shelltools.system("nosetests3")
def install():
pythonmodules.install(pyVer="3")
python3modules.install(pyVer="3")
@@ -13,9 +13,9 @@
<IsA>library</IsA>
<Summary>More routines for operating on iterables, beyond itertools.</Summary>
<Description>Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables.</Description>
<Archive sha1sum="cff3efb949d2c8739f509f46420a682a78416b45" type="targz">https://github.com/more-itertools/more-itertools/archive/refs/tags/v8.8.0.tar.gz</Archive>
<Archive sha1sum="0038c2d09e5b36ee74aafc06a1fdd6ebf9450c1a" type="targz">https://github.com/more-itertools/more-itertools/archive/refs/tags/v10.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="6">
<Date>2025-01-06</Date>
<Version>10.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2023-10-16</Date>
<Version>8.8.0</Version>