From 44ec0297102b93a13211a09c57d73db4afc9bad7 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 12 Apr 2021 13:49:07 +0300 Subject: [PATCH] python3-setuptools ver. bump --- .../language/python3/python3-setuptools/actions.py | 10 ++++++---- .../language/python3/python3-setuptools/pspec.xml | 11 +++++++++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py index 34dd840c..b75f41bd 100644 --- a/programming/language/python3/python3-setuptools/actions.py +++ b/programming/language/python3/python3-setuptools/actions.py @@ -10,12 +10,14 @@ from pisi.actionsapi import pythonmodules WorkDir="setuptools-%s" % get.srcVERSION() -def setup(): - shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR()) +#def setup(): + #shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR()) def build(): pythonmodules.compile(pyVer="3") - - + + + def install(): + #shelltools.system("python3 setup.py install --prefix=/usr --optimize=1 --skip-build") pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml index 7b195bd5..9477ecb1 100644 --- a/programming/language/python3/python3-setuptools/pspec.xml +++ b/programming/language/python3/python3-setuptools/pspec.xml @@ -14,7 +14,7 @@ app:console Python setuptools python3-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. - https://github.com/pypa/setuptools/archive/v54.2.0.tar.gz + https://github.com/pypa/setuptools/archive/v56.0.0.tar.gz python3-devel @@ -36,10 +36,17 @@ + + 2021-04-12 + 56.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-04-03 54.2.0 - Major version bump + Major version bump. Blue Devil bluedevil@sctzine.com