diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py
index 12fb89d8..08a6068e 100644
--- a/programming/language/python3/python3-setuptools/actions.py
+++ b/programming/language/python3/python3-setuptools/actions.py
@@ -4,9 +4,9 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
-from pisi.actionsapi import shelltools
WorkDir="setuptools-%s" % get.srcVERSION()
@@ -16,7 +16,6 @@ def install():
pythonmodules.run("bootstrap.py", pyVer="3")
pythonmodules.install(pyVer = "3")
- pisitools.rename("/usr/bin/easy_install", "py3easy-install")
#avoid python-setuptools conflict
#pisitools.removeDir("/usr/share")
\ No newline at end of file
diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml
index d2813627..d17d2dfc 100644
--- a/programming/language/python3/python3-setuptools/pspec.xml
+++ b/programming/language/python3/python3-setuptools/pspec.xml
@@ -8,11 +8,12 @@
PisiLinux Communityadmins@pisilinux.org
+ programming.language.python3PSF-2.2libraryPython setuptoolspython-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/v45.1.0.tar.gz
+ https://github.com/pypa/setuptools/archive/v45.2.0.tar.gzpython3-devel
@@ -34,6 +35,13 @@
+
+ 2020-02-21
+ 45.2.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-01-2945.1.0
diff --git a/programming/language/python3/python3-setuptools/translations.xml b/programming/language/python3/python3-setuptools/translations.xml
index 9443a8a4..9013d4c3 100644
--- a/programming/language/python3/python3-setuptools/translations.xml
+++ b/programming/language/python3/python3-setuptools/translations.xml
@@ -3,6 +3,6 @@
python3-setuptoolsPython kurulum araçları
- python-setuptools, Python distutils'e yapılan, özellikle başka paketlere bağımlılığı olan Python paketlerini daha kolay oluşturmaya ve dağıtmaya yarayan iyileştirmeler koleksiyonudur.
+ python3-setuptools, Python distutils'e yapılan, özellikle başka paketlere bağımlılığı olan Python paketlerini daha kolay oluşturmaya ve dağıtmaya yarayan iyileştirmeler koleksiyonudur.
\ No newline at end of file