diff --git a/programming/language/python/pip/actions.py b/programming/language/python/pip/actions.py index 2f6baa779f..51b8108570 100644 --- a/programming/language/python/pip/actions.py +++ b/programming/language/python/pip/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() @@ -16,3 +16,4 @@ def setup(): def install(): pythonmodules.install() + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python/pip/pspec.xml b/programming/language/python/pip/pspec.xml index a52fc79afd..c5bd8d9656 100644 --- a/programming/language/python/pip/pspec.xml +++ b/programming/language/python/pip/pspec.xml @@ -1,5 +1,5 @@ - + pip @@ -8,10 +8,11 @@ Yusuf Aydemir Yusuf.aydemir@istanbul.com + programming.language.python + 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 python-setuptools python-devel @@ -20,17 +21,25 @@ pip - - /usr/bin - /usr/lib - /usr/share/doc - + The PyPA recommended tool for installing Python packages python-setuptools + + /usr/bin + /usr/share/doc + /usr/lib + + + 2020-02-23 + 20.0.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-15 19.3.1 @@ -88,4 +97,4 @@ ayhanyalcinsoy@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/pip/translations.xml b/programming/language/python/pip/translations.xml new file mode 100644 index 0000000000..6190fa9603 --- /dev/null +++ b/programming/language/python/pip/translations.xml @@ -0,0 +1,8 @@ + + + + pip + Python paketleri yükleme aracı + pip, pypa tarafından önerilen python modülleri yükleme aracıdır. + + \ No newline at end of file