python3-setuptools ver. vump

This commit is contained in:
Rmys
2025-04-18 22:38:16 +03:00
parent 5926116349
commit bc53124e82
63 changed files with 822 additions and 71 deletions
@@ -4,10 +4,10 @@
# 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 install():
pythonmodules.install(pyVer="3")
python3modules.install(pyVer="3")
@@ -13,10 +13,10 @@
<IsA>app</IsA>
<Summary>Chardet: The Universal Character Encoding Detector</Summary>
<Description>Character encoding auto-detection in Python. As smart as your browser. Open source.</Description>
<Archive sha1sum="6e35a9deb0bb05a922882e5c2c9d088f01b50cf1" type="targz">https://github.com/chardet/chardet/archive/4.0.0.tar.gz</Archive>
<Archive sha1sum="70b53e55505387440dd891aee011f79aaa72bf9d" type="targz">https://github.com/chardet/chardet/archive/5.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
</Source>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="6">
<Date>2025-04-13</Date>
<Version>5.2.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>4.0.0</Version>