[gnome-builder] flatpak: Cleanup Python dependencies



commit d12acb7d39d6d2aa3c0d0ea39d4cba8ee939a222
Author: Patrick Griffis <tingping tingping se>
Date:   Thu Aug 9 18:26:41 2018 -0400

    flatpak: Cleanup Python dependencies

 .../flatpak/docutils-fix-python3-shebang.patch     |  88 ------
 ...getting-lib-version-when-using-pkg-config.patch |  27 --
 build-aux/flatpak/meson-no-lib64.patch             |  12 -
 build-aux/flatpak/org.gnome.Builder.json           | 334 +--------------------
 build-aux/flatpak/python-deps.json                 | 124 ++++++++
 build-aux/flatpak/setuptools-makefile              |   5 -
 6 files changed, 125 insertions(+), 465 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 3334305cc..eb6859546 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -69,6 +69,7 @@
         "*.a"
     ],
     "modules" : [
+        "python-deps.json",
         {
             "name" : "gperftools",
             "cleanup" : [
@@ -151,339 +152,6 @@
                 }
             ]
         },
-        {
-            "name" : "python3-parso",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app parso-0.3.1-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://files.pythonhosted.org/packages/09/51/9c48a46334be50c13d25a3afe55fa05c445699304c5ad32619de953a2305/parso-0.3.1-py2.py3-none-any.whl";,
-                    "sha256" : "895c63e93b94ac1e1690f5fdd40b65f07c8171e3e53cbd7793b5b96c0e0a7f24"
-                }
-            ]
-        },
-        {
-            "name" : "python3-jedi",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app jedi-0.12.1-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://files.pythonhosted.org/packages/3d/68/8bbf0ef969095a13ba0d4c77c1945bd86e9811960d052510551d29a2f23b/jedi-0.12.1-py2.py3-none-any.whl";,
-                    "sha256" : "c254b135fb39ad76e78d4d8f92765ebc9bf92cbc76f49e97ade1d5f5121e1f6f"
-                }
-            ]
-        },
-        {
-            "name" : "python3-lxml",
-            "no-autogen" : true,
-            "ensure-writable" : [
-                "/lib/python*/site-packages/easy-install.pth"
-            ],
-            "build-options" : {
-                "cflags" : "-I/usr/include",
-                "env" : {
-                    "XSLT_CONFIG" : "pkg-config libxslt",
-                    "XML2_CONFIG" : "pkg-config libxml-2.0"
-                }
-            },
-            "sources" : [
-                {
-                    "type" : "archive",
-                    "url" : 
"https://files.pythonhosted.org/packages/54/a6/43be8cf1cc23e3fa208cab04ba2f9c3b7af0233aab32af6b5089122b44cd/lxml-4.2.3.tar.gz";,
-                    "sha256" : "622f7e40faef13d232fb52003661f2764ce6cdef3edb0a59af7c1559e4cc36d1"
-                },
-                {
-                    "type" : "file",
-                    "path" : "setuptools-makefile",
-                    "dest-filename" : "Makefile"
-                },
-                {
-                    "type" : "patch",
-                    "path" : "lxml-Fix-getting-lib-version-when-using-pkg-config.patch"
-                }
-            ]
-        },
-        {
-            "name" : "python3-docutils",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app docutils-0.13.1-py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/7c/30/8fb30d820c012a6f701a66618ce065b6d61d08ac0a77e47fc7808dbaee47/docutils-0.13.1-py3-none-any.whl";,
-                    "sha256" : "cb3ebcb09242804f84bdbf0b26504077a054da6772c6f4d625f335cc53ebf94d"
-                }
-            ]
-        },
-        {
-            "name" : "python3-six",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app six-1.11.0-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl";,
-                    "sha256" : "832dc0e10feb1aa2c68dcc57dbb658f1c7e65b9b61af69048abc87a2db00a0eb"
-                }
-            ]
-        },
-        {
-            "name" : "python3-chardet",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app chardet-2.3.0-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/7e/5c/605ca2daa5cf21c87690d8fe6ab05a6f2278c451f4ede6456dd26453f4bd/chardet-2.3.0-py2.py3-none-any.whl";,
-                    "sha256" : "aaf514bde38020b4f1e42c6a6e141f2827a8a58ccfc3b22b6ff5a1a4b50be56e"
-                }
-            ]
-        },
-        {
-            "name" : "python3-urllib3",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app urllib3-1.20-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/67/87/67be08389f8df83c9ba4c12e618a4ad93546e234a1e9530618735cd9b73d/urllib3-1.20-py2.py3-none-any.whl";,
-                    "sha256" : "b64c0faa183e9e9e76193146c4147e82a734982c6b6719dca851d6cc4ec90c01"
-                }
-            ]
-        },
-        {
-            "name" : "python3-sphinx_rtd_theme",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app sphinx_rtd_theme-0.2.4-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/d7/50/849cd05961e7bafda2e0846ba80fa03f5a16a55fc5acc1d9f6bc79eb6fd9/sphinx_rtd_theme-0.2.4-py2.py3-none-any.whl";,
-                    "sha256" : "62ee4752716e698bad7de8a18906f42d33664128eea06c46b718fc7fbd1a9f5c"
-                }
-            ]
-        },
-        {
-            "name" : "python3-pbr",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app pbr-2.0.0-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/e9/c0/8f7f54d7b9b8ceb73ac30d769fdd722431e95ad0d2cd689def382e8b9eec/pbr-2.0.0-py2.py3-none-any.whl";,
-                    "sha256" : "d9b69a26a5cb4e3898eb3c5cea54d2ab3332382167f04e30db5e1f54e1945e45"
-                }
-            ]
-        },
-        {
-            "name" : "python3-funcsigs",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app funcsigs-1.0.2-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl";,
-                    "sha256" : "330cc27ccbf7f1e992e69fef78261dc7c6569012cf397db8d3de0234e6c937ca"
-                }
-            ]
-        },
-        {
-            "name" : "python3-mock",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app mock-2.0.0-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/e6/35/f187bdf23be87092bd0f1200d43d23076cee4d0dec109f195173fd3ebc79/mock-2.0.0-py2.py3-none-any.whl";,
-                    "sha256" : "5ce3c71c5545b472da17b72268978914d0252980348636840bd34a00b5cc96c1"
-                }
-            ]
-        },
-        {
-            "name" : "python3-imagesize",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app imagesize-0.7.1-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/29/e9/342106962eac603ff7865a29de05e965af6a259e30fbccc6fc5aeac74d70/imagesize-0.7.1-py2.py3-none-any.whl";,
-                    "sha256" : "6ebdc9e0ad188f9d1b2cdd9bc59cbe42bf931875e829e7a595e6b3abdc05cdfb"
-                }
-            ]
-        },
-        {
-            "name" : "python3-markupsafe",
-            "no-autogen" : true,
-            "ensure-writable" : [
-                "/lib/python*/site-packages/easy-install.pth"
-            ],
-            "build-options" : {
-                "cflags" : "-I/usr/include"
-            },
-            "sources" : [
-                {
-                    "type" : "archive",
-                    "url" : 
"https://pypi.python.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz";,
-                    "sha256" : "a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665"
-                },
-                {
-                    "type" : "file",
-                    "path" : "setuptools-makefile",
-                    "dest-filename" : "Makefile"
-                }
-            ]
-        },
-        {
-            "name" : "python3-jinja2",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app Jinja2-2.9.5-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/3c/d1/49d69bc23d0e0c7612248dd8f5391bd043648865132309616c280ca1c837/Jinja2-2.9.5-py2.py3-none-any.whl";,
-                    "sha256" : "a7b7438120dbe76a8e735ef7eba6048eaf4e0b7dbc530e100812f8ec462a4d50"
-                }
-            ]
-        },
-        {
-            "name" : "python3-pygments",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app Pygments-2.2.0-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl";,
-                    "sha256" : "78f3f434bcc5d6ee09020f92ba487f95ba50f1e3ef83ae96b9d5ffa1bab25c5d"
-                }
-            ]
-        },
-        {
-            "name" : "python3-snowballstemmer",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app snowballstemmer-1.2.1-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl";,
-                    "sha256" : "9f3bcd3c401c3e862ec0ebe6d2c069ebc012ce142cce209c098ccb5b09136e89"
-                }
-            ]
-        },
-        {
-            "name" : "python3-requests",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app requests-2.13.0-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/7e/ac/a80ed043485a3764053f59ca92f809cc8a18344692817152b0e8bd3ca891/requests-2.13.0-py2.py3-none-any.whl";,
-                    "sha256" : "1a720e8862a41aa22e339373b526f508ef0c8988baf48b84d3fc891a8e237efb"
-                }
-            ]
-        },
-        {
-            "name" : "alabaster",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app alabaster-0.7.10-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/2e/c3/9b7dcd8548cf2c00531763ba154e524af575e8f36701bacfe5bcadc67440/alabaster-0.7.10-py2.py3-none-any.whl";,
-                    "sha256" : "2eef172f44e8d301d25aff8068fddd65f767a3f04b5f15b0f4922f113aa1c732"
-                }
-            ]
-        },
-        {
-            "name" : "python3-pytz",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app pytz-2016.10-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/f5/fa/4a9aefc206aa49a4b5e0a72f013df1f471b4714cdbe6d78f0134feeeecdb/pytz-2016.10-py2.py3-none-any.whl";,
-                    "sha256" : "a1ea35e87a63c7825846d5b5c81d23d668e8a102d3b1b465ce95afe1b3a2e065"
-                }
-            ]
-        },
-        {
-            "name" : "python3-babel",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app Babel-2.4.0-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/5f/cf/17935db603f7044d188ce3e3a6545c4b4500dbaa8835d50da2934b738111/Babel-2.4.0-py2.py3-none-any.whl";,
-                    "sha256" : "e86ca5a3a6bb64b9bbb62b9dac37225ec0ab5dfaae3c2492ebd648266468042f"
-                }
-            ]
-        },
-        {
-            "name" : "python3-sphinx",
-            "buildsystem" : "simple",
-            "build-commands" : [
-                "pip3 install --prefix=/app Sphinx-1.5.3-py2.py3-none-any.whl"
-            ],
-            "sources" : [
-                {
-                    "type" : "file",
-                    "url" : 
"https://pypi.python.org/packages/50/2e/7a7fc35a841cf65c4600288a331345c0c3f2d23ead9b0819940e59588ae0/Sphinx-1.5.3-py2.py3-none-any.whl";,
-                    "sha256" : "2809b2ab81906483b47c9d7e28740e3b69c160617f33d7aa11dc4ae376fd04d9"
-                }
-            ]
-        },
-        {
-            "name" : "uncrustify",
-            "buildsystem" : "cmake-ninja",
-            "config-opts" : [
-                "-DCMAKE_BUILD_TYPE=Release"
-            ],
-            "builddir" : true,
-            "sources" : [
-                {
-                    "type" : "archive",
-                    "url" : "https://github.com/uncrustify/uncrustify/archive/uncrustify-0.66.1.tar.gz";,
-                    "sha256" : "0862778fb692ce9859f4ece5e801db72841d8d76d9304e2da52bdd098b05331f"
-                }
-            ]
-        },
         {
             "name" : "libssh2",
             "buildsystem" : "cmake-ninja",
diff --git a/build-aux/flatpak/python-deps.json b/build-aux/flatpak/python-deps.json
new file mode 100644
index 000000000..71e0aae0c
--- /dev/null
+++ b/build-aux/flatpak/python-deps.json
@@ -0,0 +1,124 @@
+{
+    "name": "python3-jedi",
+    "buildsystem": "simple",
+    "build-commands": [
+        "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} jedi sphinx 
sphinx_rtd_theme lxml docutils"
+    ],
+    "sources": [
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/3c/ec/a94f8cf7274ea60b5413df054f82a8980523efd712ec55a59e7c3357cf7c/pyparsing-2.2.0.tar.gz";,
+            "sha256": "0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d/certifi-2018.4.16.tar.gz";,
+            "sha256": "13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/3c/d2/dc5471622bd200db1cd9319e02e71bc655e9ea27b8e0ce65fc69de0dac15/urllib3-1.23.tar.gz";,
+            "sha256": "a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/65/c4/80f97e9c9628f3cac9b98bfca0402ede54e0563b56482e3e6e45c43c4935/idna-2.7.tar.gz";,
+            "sha256": "684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d/chardet-3.0.4.tar.gz";,
+            "sha256": "84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/ca/a9/62f96decb1e309d6300ebe7eee9acfd7bccaeedd693794437005b9067b44/pytz-2018.5.tar.gz";,
+            "sha256": "ffb9ef1de172603304d9d2819af6f5ece76f2e85ec10692a524dd876e72bf277"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz";,
+            "sha256": "a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/07/7a/e74b06dce85555ffee33e1d6b7381314169ebf7e31b62c18fcb2815626b7/sphinxcontrib-websupport-1.1.0.tar.gz";,
+            "sha256": "9de47f375baf1ea07cdb3436ff39d7a9c76042c10a769c52353ec46e4e8fc3b9"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/77/32/439f47be99809c12ef2da8b60a2c47987786d2c6c9205549dd6ef95df8bd/packaging-17.1.tar.gz";,
+            "sha256": "f019b770dd64e585a99714f1fd5e01c7a8f11b45635aa953fd41c689a657375b"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/54/1f/782a5734931ddf2e1494e4cd615a51ff98e1879cbe9eecbdfeaf09aa75e9/requests-2.19.1.tar.gz";,
+            "sha256": "ec22d826a36ed72a7358ff3fe56cbd4ba69dd7a6718ffd450ff0e9df7a47ce6a"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/c6/3f/1db2da33804e8d7ef3a868b27b7bdc1aae6a4f693f0162d2aeeaf503864f/imagesize-1.0.0.tar.gz";,
+            "sha256": "5b326e4678b6925158ccc66a9fa3122b6106d7c876ee32d7de6ce59385b96315"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/3f/46/9346ea429931d80244ab7f11c4fce83671df0b7ae5a60247a2b588592c46/alabaster-0.7.11.tar.gz";,
+            "sha256": "b63b1f4dc77c074d386752ec4a8a7517600f6c0db8cd42980cae17ab7b3275d7"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/be/cc/9c981b249a455fa0c76338966325fc70b7265521bad641bf2932f77712f4/Babel-2.6.0.tar.gz";,
+            "sha256": "8cba50f48c529ca3fa18cf81fa9403be176d374ac4d60738b839122dfaaa3d23"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/20/6b/d2a7cb176d4d664d94a6debf52cd8dbae1f7203c8e42426daa077051d59c/snowballstemmer-1.2.1.tar.gz";,
+            "sha256": "919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";,
+            "sha256": "dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47/Jinja2-2.10.tar.gz";,
+            "sha256": "f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";,
+            "sha256": "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/46/31/60de7c9cbb97cac56b193a5b61a1fd4d21df84843a570b370ec34781316b/parso-0.3.1.tar.gz";,
+            "sha256": "35704a43a3c113cce4de228ddb39aab374b8004f4f2407d070b6a2ca784ce8a2"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz";,
+            "sha256": "51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/ca/63/139b710671c1655aed3b20c1e6776118c62e9f9311152f4c6031e12a0554/lxml-4.2.4.tar.gz";,
+            "sha256": "e2afbe403090f5893e254958d02875e0732975e73c4c0cdd33c1f009a61963ca"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/f2/b0/a1933d792b806118ddbca6699f2e2c844d9b1b16e84a89d7effd5cd2a800/sphinx_rtd_theme-0.4.1.tar.gz";,
+            "sha256": "3b49758a64f8a1ebd8a33cb6cc9093c3935a908b716edfaa5772fd86aac27ef6"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/eb/3c/702e89ad33529c0107d44ebc1a7eca97c4fd77ae2784060923a65864fcbd/Sphinx-1.7.6.tar.gz";,
+            "sha256": "217ad9ece2156ed9f8af12b5d2c82a499ddf2c70a33c5f81864a08d8c67b9efc"
+        },
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/49/2f/cdfb8adc8cfc9fc2e5673e724d9b9098619dc1a2772cc6b8af34c6b7bef9/jedi-0.12.1.tar.gz";,
+            "sha256": "b409ed0f6913a701ed474a614a3bb46e6953639033e31f769ca7581da5bd1ec1"
+        }
+    ]
+}
\ No newline at end of file


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