diff --git a/programming/language/python/pip/actions.py b/programming/language/python/pip/actions.py
index 51b8108570..c714fe7350 100644
--- a/programming/language/python/pip/actions.py
+++ b/programming/language/python/pip/actions.py
@@ -4,14 +4,14 @@
# Licensed under the GNU General Public License, version 3.
# 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 pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
WorkDir="pip-%s" % get.srcVERSION()
-def setup():
+def build():
pythonmodules.compile()
def install():
diff --git a/programming/language/python/pip/pspec.xml b/programming/language/python/pip/pspec.xml
index c5bd8d9656..218c5305d6 100644
--- a/programming/language/python/pip/pspec.xml
+++ b/programming/language/python/pip/pspec.xml
@@ -12,10 +12,10 @@
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
- python-setuptools
python-devel
+ python-setuptools
@@ -26,13 +26,20 @@
python-setuptools
- /usr/bin
- /usr/share/doc
/usr/lib
+ /usr/share/doc
+ /usr/bin
+
+ 2020-05-16
+ 20.1
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-02-23
20.0.2