From c48074341d3e0c4284bc4398a61320ae68fdecc0 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 22 Feb 2020 08:58:24 +0300 Subject: [PATCH] python3-setuptools:ver.bump --- .../language/python3/python3-setuptools/actions.py | 3 +-- .../language/python3/python3-setuptools/pspec.xml | 10 +++++++++- .../python3/python3-setuptools/translations.xml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) 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 Community admins@pisilinux.org + programming.language.python3 PSF-2.2 library Python setuptools python-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.gz python3-devel @@ -34,6 +35,13 @@ + + 2020-02-21 + 45.2.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-29 45.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-setuptools Python 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