python3-zipp

This commit is contained in:
Rmys
2025-01-06 19:40:21 +03:00
parent 654721b22c
commit 4c7c2cf494
2 changed files with 13 additions and 6 deletions
@@ -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
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.1.0")
# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.1.0")
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
python3modules.install(pyVer="3")