python3-setuptools ver. vump
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user