diff --git a/system/devel/python-setuptools/actions.py b/system/devel/python-setuptools/actions.py index 5cbc2e15..bccd13a1 100644 --- a/system/devel/python-setuptools/actions.py +++ b/system/devel/python-setuptools/actions.py @@ -15,4 +15,5 @@ def build(): def install(): pythonmodules.install() - pisitools.remove("/usr/lib/%s/site-packages/setuptools/*.exe" % get.curPYTHON()) + pisitools.rename("/usr/bin/easy_install", "py2easy-install") + pisitools.remove("/usr/lib/%s/site-packages/setuptools/*.exe" % get.curPYTHON()) \ No newline at end of file diff --git a/system/devel/python-setuptools/pspec.xml b/system/devel/python-setuptools/pspec.xml index 5a85d8c3..53217539 100644 --- a/system/devel/python-setuptools/pspec.xml +++ b/system/devel/python-setuptools/pspec.xml @@ -1,5 +1,5 @@ - + python-setuptools @@ -12,19 +12,28 @@ 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/v42.0.2.tar.gz + https://github.com/pypa/setuptools/archive/v45.2.0.tar.gz python-setuptools + Python setuptools - /usr/bin + /usr/bin/py2easy-install + /usr/bin/easy_install-2.7 /usr/lib/python* /usr/share/doc + + 2020-02-21 + 45.2.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-10 42.0.2 @@ -68,4 +77,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/system/devel/python-setuptools/translations.xml b/system/devel/python-setuptools/translations.xml index c6ed4100..c9da1bf9 100644 --- a/system/devel/python-setuptools/translations.xml +++ b/system/devel/python-setuptools/translations.xml @@ -5,4 +5,4 @@ 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. - + \ No newline at end of file