[gnome-builder] flatpak: use pip3 to install python wheels



commit 54c79ed80c0a09570f56021b53581e4fc19f0e83
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 30 13:32:59 2018 -0700

    flatpak: use pip3 to install python wheels
    
    This allows us to test newer SDKs with newer python releases and not need
    to bump the minor version number.

 build-aux/flatpak/org.gnome.Builder.json | 40 ++++++++++++++++----------------
 1 file changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 56a11ce33..45e4b7c7e 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -158,7 +158,7 @@
             "name" : "python3-parso",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app parso-0.3.1-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app parso-0.3.1-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -172,7 +172,7 @@
             "name" : "python3-jedi",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app jedi-0.12.1-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app jedi-0.12.1-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -216,7 +216,7 @@
             "name" : "python3-docutils",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app docutils-0.13.1-py3-none-any.whl"
+                "pip3 install --prefix=/app docutils-0.13.1-py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -230,7 +230,7 @@
             "name" : "python3-six",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app six-1.11.0-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app six-1.11.0-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -244,7 +244,7 @@
             "name" : "python3-chardet",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app chardet-2.3.0-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app chardet-2.3.0-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -258,7 +258,7 @@
             "name" : "python3-urllib3",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app urllib3-1.20-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app urllib3-1.20-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -272,7 +272,7 @@
             "name" : "python3-sphinx_rtd_theme",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app sphinx_rtd_theme-0.2.4-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app sphinx_rtd_theme-0.2.4-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -286,7 +286,7 @@
             "name" : "python3-pbr",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app pbr-2.0.0-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app pbr-2.0.0-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -300,7 +300,7 @@
             "name" : "python3-funcsigs",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app funcsigs-1.0.2-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app funcsigs-1.0.2-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -314,7 +314,7 @@
             "name" : "python3-mock",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app mock-2.0.0-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app mock-2.0.0-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -328,7 +328,7 @@
             "name" : "python3-imagesize",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app imagesize-0.7.1-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app imagesize-0.7.1-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -364,7 +364,7 @@
             "name" : "python3-jinja2",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app Jinja2-2.9.5-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app Jinja2-2.9.5-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -378,7 +378,7 @@
             "name" : "python3-pygments",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app Pygments-2.2.0-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app Pygments-2.2.0-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -392,7 +392,7 @@
             "name" : "python3-snowballstemmer",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app snowballstemmer-1.2.1-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app snowballstemmer-1.2.1-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -406,7 +406,7 @@
             "name" : "python3-requests",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app requests-2.13.0-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app requests-2.13.0-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -420,7 +420,7 @@
             "name" : "alabaster",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app alabaster-0.7.10-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app alabaster-0.7.10-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -434,7 +434,7 @@
             "name" : "python3-pytz",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app pytz-2016.10-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app pytz-2016.10-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -448,7 +448,7 @@
             "name" : "python3-babel",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app Babel-2.4.0-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app Babel-2.4.0-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -462,7 +462,7 @@
             "name" : "python3-sphinx",
             "buildsystem" : "simple",
             "build-commands" : [
-                "pip3.5 install --prefix=/app Sphinx-1.5.3-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app Sphinx-1.5.3-py2.py3-none-any.whl"
             ],
             "sources" : [
                 {
@@ -850,4 +850,4 @@
             ]
         }
     ]
-}
+}
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]