python3-* ver. bump
This commit is contained in:
@@ -32,6 +32,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2025-01-06</Date>
|
||||
<Version>3.7.0.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2023-10-117</Date>
|
||||
<Version>3.7.0.1</Version>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Summary>A low-level library for calling build-backends in pyproject.toml-based project</Summary>
|
||||
<Icon>python3-pyproject-hooks</Icon>
|
||||
<Description>Pyproject.toml tabanlı projede yapı arka uçlarını çağırmak için düşük düzeyli bir kitaplık</Description>
|
||||
<Archive sha1sum="8cf1a868ebb7233a9d9cf7195da0375434aacf52" type="targz">https://files.pythonhosted.org/packages/25/c1/374304b8407d3818f7025457b7366c8e07768377ce12edfe2aa58aa0f64c/pyproject_hooks-1.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="7fc15e02f720d813ac8135c9a5d45767bd8f61e4" type="targz">https://files.pythonhosted.org/packages/e7/82/28175b2414effca1cdac8dc99f76d660e7a4fb0ceefa4b4ab8f5f6742925/pyproject_hooks-1.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2025-01-06</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2024-04-09</Date>
|
||||
<Version>1.0.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user