diff --git a/programming/language/python3/pip3/actions.py b/programming/language/python3/pip3/actions.py index 90f949f4f8..f172618258 100644 --- a/programming/language/python3/pip3/actions.py +++ b/programming/language/python3/pip3/actions.py @@ -11,12 +11,16 @@ from pisi.actionsapi import get WorkDir="pip-%s" % get.srcVERSION() -def setup(): +def build(): pythonmodules.compile(pyVer = "3") def install(): pythonmodules.install(pyVer = "3") pisitools.rename("/usr/bin/pip", "pip3") + pisitools.dodoc("LICENSE*") - 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()) \ No newline at end of file + # 2020-05-16 Blue DeviL Note: + # Build documentation + + #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()) \ No newline at end of file diff --git a/programming/language/python3/pip3/pspec.xml b/programming/language/python3/pip3/pspec.xml index 40269e13c1..50d826477d 100644 --- a/programming/language/python3/pip3/pspec.xml +++ b/programming/language/python3/pip3/pspec.xml @@ -5,14 +5,14 @@ pip3 https://pypi.python.org/pypi/pip - Yusuf Aydemir - Yusuf.aydemir@istanbul.com + Pisi Linux Community + admin@pisilinux.org programming.language.python3 MIT The PyPA recommended tool for installing Python packages The PyPA recommended tool for installing Python packages - https://github.com/pypa/pip/archive/20.0.2.tar.gz + https://github.com/pypa/pip/archive/20.1.tar.gz python3-setuptools python3-devel @@ -24,6 +24,7 @@ The PyPA recommended tool for installing Python packages python3 + python3-setuptools /usr/bin/pip @@ -31,12 +32,16 @@ /usr/lib/python3* /usr/share/doc - - python3-setuptools - + + 2020-05-16 + 20.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-29 20.0.2