From c18e3ee37db535cceb09f6cac0b17c2a117c2690 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 4 Apr 2024 15:11:42 +0300 Subject: [PATCH] python3-build ver. bump --- programming/language/python3/python3-build/actions.py | 6 +++--- programming/language/python3/python3-build/pspec.xml | 11 +++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/programming/language/python3/python3-build/actions.py b/programming/language/python3/python3-build/actions.py index 7be166e9ad..fbb3bab47e 100644 --- a/programming/language/python3/python3-build/actions.py +++ b/programming/language/python3/python3-build/actions.py @@ -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 pisitools def build(): - pythonmodules.compile(pyVer="3") + python3modules.compile() def install(): - pythonmodules.install(pyVer="3") + python3modules.install() pisitools.dodoc("CHANGELOG*", "LICENSE", "README*") diff --git a/programming/language/python3/python3-build/pspec.xml b/programming/language/python3/python3-build/pspec.xml index 2011cdf8f4..656340e02a 100644 --- a/programming/language/python3/python3-build/pspec.xml +++ b/programming/language/python3/python3-build/pspec.xml @@ -12,10 +12,10 @@ app A simple, correct PEP517 package builder A simple, correct PEP517 package builder - https://github.com/pypa/build/archive/refs/tags/0.8.0.tar.gz + https://github.com/pypa/build/archive/refs/tags/1.1.1.tar.gz python3 - python3-setuptools + python3-build