diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py index d8adbfc8..34dd840c 100644 --- a/programming/language/python3/python3-setuptools/actions.py +++ b/programming/language/python3/python3-setuptools/actions.py @@ -5,16 +5,17 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools 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 build(): + pythonmodules.compile(pyVer="3") + + def install(): - #pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3") - - pythonmodules.run("bootstrap.py", pyVer="3") - pythonmodules.install(pyVer = "3") - - #avoid python-setuptools conflict - #pisitools.removeDir("/usr/share") \ No newline at end of file + pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml index 595228b6..5516e82c 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/v50.3.2.tar.gz + https://github.com/pypa/setuptools/archive/v54.2.0.tar.gz python3-devel @@ -36,6 +36,13 @@ + + 2021-04-03 + 54.2.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-10-22 50.3.2 diff --git a/programming/language/python3/python3-setuptools/translations.xml b/programming/language/python3/python3-setuptools/translations.xml index 9013d4c3..08ad7c5d 100644 --- a/programming/language/python3/python3-setuptools/translations.xml +++ b/programming/language/python3/python3-setuptools/translations.xml @@ -5,4 +5,4 @@ Python kurulum araçları 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 +