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