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")
@@ -33,7 +33,7 @@
</Package>
<History>
<Update release="9">
<Update release="10">
<Date>2023-10-16</Date>
<Version>1.26.13</Version>
<Comment>Rebuild.</Comment>