diff --git a/programming/language/python3/python3-wheel/actions.py b/programming/language/python3/python3-wheel/actions.py index 8456667040..f24cbf0ed7 100644 --- a/programming/language/python3/python3-wheel/actions.py +++ b/programming/language/python3/python3-wheel/actions.py @@ -1,13 +1,19 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt. +# See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + def build(): - pythonmodules.compile(pyVer="3") + shelltools.system("python3 -m build -wn --skip-dependency-check") def install(): - pythonmodules.install(pyVer="3") + shelltools.system("PIP_CONFIG_FILE=/dev/null pip3 install --isolated --root=%s --ignore-installed --no-deps dist/*.whl" % get.installDIR()) + + pisitools.dodoc("LICENSE*", "README*") diff --git a/programming/language/python3/python3-wheel/pspec.xml b/programming/language/python3/python3-wheel/pspec.xml index 4c32cd2772..48078c5f4a 100644 --- a/programming/language/python3/python3-wheel/pspec.xml +++ b/programming/language/python3/python3-wheel/pspec.xml @@ -1,5 +1,5 @@ - + python3-wheel @@ -13,10 +13,15 @@ library The official binary distribution format for Python. This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427. - https://github.com/pypa/wheel/archive/0.36.2.tar.gz + https://github.com/pypa/wheel/archive/refs/tags/0.44.0.tar.gz - python3-devel - python3-setuptools + pip3 + python3-build + python3-devel + python3-devel + python3-installer + python3-flit-core + python3-setuptools @@ -24,7 +29,7 @@ python3-wheel The official binary distribution format for Python. - python3 + python3 /usr/bin/wheel @@ -34,6 +39,13 @@ + + 2024-08-14 + 0.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-16 0.36.2