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
@@ -5,11 +5,14 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dosed("%s/usr/bin/gonullu" % get.installDIR(), "#!python", "#!/usr/bin/env python3")
pisitools.dodoc("LICENSE", "README*")
@@ -36,7 +36,7 @@
<Dependency>python3-requests</Dependency>
<Dependency>python3-argparse</Dependency>
<Dependency>python3-colorama</Dependency>
<Dependency>python3-backports-ssl-match-hostname</Dependency>
<!-- <Dependency>python3-backports-ssl-match-hostname</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -46,7 +46,7 @@
</Package>
<History>
<Update release="17">
<Update release="18">
<Date>2025-02-19</Date>
<Version>1.2.3</Version>
<Comment>Rebuild</Comment>