diff --git a/programming/language/python3/pip3/actions.py b/programming/language/python3/pip3/actions.py index 836da614c9..90f949f4f8 100644 --- a/programming/language/python3/pip3/actions.py +++ b/programming/language/python3/pip3/actions.py @@ -6,8 +6,8 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -from pisi.actionsapi import get from pisi.actionsapi import pisitools +from pisi.actionsapi import get WorkDir="pip-%s" % get.srcVERSION() @@ -19,5 +19,4 @@ def install(): pisitools.rename("/usr/bin/pip", "pip3") shelltools.system("sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python3|' %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR()) - shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR()) - + shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR()) \ No newline at end of file diff --git a/programming/language/python3/pip3/pspec.xml b/programming/language/python3/pip3/pspec.xml index 5a02b1f37d..40269e13c1 100644 --- a/programming/language/python3/pip3/pspec.xml +++ b/programming/language/python3/pip3/pspec.xml @@ -1,5 +1,5 @@ - + pip3 @@ -8,18 +8,20 @@ Yusuf Aydemir Yusuf.aydemir@istanbul.com + programming.language.python3 + MIT The PyPA recommended tool for installing Python packages The PyPA recommended tool for installing Python packages - MIT - https://github.com/pypa/pip/archive/19.3.1.tar.gz + https://github.com/pypa/pip/archive/20.0.2.tar.gz python3-setuptools - python3-devel + python3-devel pip3 + The PyPA recommended tool for installing Python packages python3 @@ -35,6 +37,13 @@ + + 2020-01-29 + 20.0.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-15 19.3.1 @@ -99,4 +108,4 @@ ayhanyalcinsoy@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/pip3/translations.xml b/programming/language/python3/pip3/translations.xml new file mode 100644 index 0000000000..31e7d2cd20 --- /dev/null +++ b/programming/language/python3/pip3/translations.xml @@ -0,0 +1,8 @@ + + + + pip3 + Python3 paketleri yükleme aracı + pip3, pypa tarafından önerilen python3 modülleri yükleme aracıdır. + + \ No newline at end of file