[gnome-keysign/flatpak] externalize gnupg and twisted from the flatpak manifest



commit 8ccd6342c8e79563a010556c4a88e246e6e389db
Author: RyuzakiKK <aasonykk gmail com>
Date:   Thu Feb 8 22:06:30 2018 +0100

    externalize gnupg and twisted from the flatpak manifest
    
    This should improve the readability and prepare for the flathub shared
    dependencies

 flatpak/gpg.json               |  42 +++++
 flatpak/org.gnome.Keysign.json | 354 +----------------------------------------
 flatpak/twisted.json           | 311 ++++++++++++++++++++++++++++++++++++
 3 files changed, 355 insertions(+), 352 deletions(-)
---
diff --git a/flatpak/gpg.json b/flatpak/gpg.json
new file mode 100644
index 0000000..85d108d
--- /dev/null
+++ b/flatpak/gpg.json
@@ -0,0 +1,42 @@
+{
+    "name": "gnupg",
+    "sources": [
+        {
+            "type": "archive",
+            "url": "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.1.tar.bz2";,
+            "sha256": "34d70cd65b9c95f3f2f90a9f5c1e0b6a0fe039a8d685e2d66d69c33d1cbf62fb"
+        }
+    ],
+    "modules": [
+        {
+            "name": "libksba",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://gnupg.org/ftp/gcrypt/libksba/libksba-1.3.5.tar.bz2";,
+                    "sha256": "41444fd7a6ff73a79ad9728f985e71c9ba8cd3e5e53358e70d5f066d35c1a340"
+                }
+            ]
+        },
+        {
+            "name": "libgcypt",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.1.tar.bz2";,
+                    "sha256": "7a2875f8b1ae0301732e878c0cca2c9664ff09ef71408f085c50e332656a78b3"
+                }
+            ]
+        },
+        {
+            "name": "npth",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://gnupg.org/ftp/gcrypt/npth/npth-1.5.tar.bz2";,
+                    "sha256": "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2"
+                }
+            ]
+        }
+    ]
+}
diff --git a/flatpak/org.gnome.Keysign.json b/flatpak/org.gnome.Keysign.json
index 5adca6b..680d52f 100644
--- a/flatpak/org.gnome.Keysign.json
+++ b/flatpak/org.gnome.Keysign.json
@@ -530,358 +530,8 @@
                 }
             ]
         },
-        {
-            "name": "gnupg",
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.1.tar.bz2";,
-                    "sha256": "34d70cd65b9c95f3f2f90a9f5c1e0b6a0fe039a8d685e2d66d69c33d1cbf62fb"
-                }
-            ],
-            "modules": [
-                {
-                    "name": "libksba",
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": "https://gnupg.org/ftp/gcrypt/libksba/libksba-1.3.5.tar.bz2";,
-                            "sha256": "41444fd7a6ff73a79ad9728f985e71c9ba8cd3e5e53358e70d5f066d35c1a340"
-                        }
-                    ]
-                },
-                {
-                    "name": "libgcypt",
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.1.tar.bz2";,
-                            "sha256": "7a2875f8b1ae0301732e878c0cca2c9664ff09ef71408f085c50e332656a78b3"
-                        }
-                    ]
-                },
-                {
-                    "name": "npth",
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": "https://gnupg.org/ftp/gcrypt/npth/npth-1.5.tar.bz2";,
-                            "sha256": "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2"
-                        }
-                    ]
-                }
-            ]
-        },
-        {
-            "name": "twisted",
-            "build-options": {
-                "env": {
-                    "PYTHONUSERBASE": "/app"
-                }
-            },
-            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": 
"https://pypi.python.org/packages/a2/37/298f9547606c45d75aa9792369302cc63aa4bbcf7b5f607560180dd099d2/Twisted-17.9.0.tar.bz2";,
-                    "sha256": "0da1a7e35d5fcae37bc9c7978970b5feb3bc82822155b8654ec63925c05af75c"
-                },
-                {
-                    "type": "script",
-                    "dest-filename": "configure",
-                    "commands": [
-                        "echo just so that a configure file exists"
-                    ]
-                },
-                {
-                    "type": "file",
-                    "path": "pip-Makefile",
-                    "dest-filename": "Makefile"
-                }
-            ],
-            "modules": [
-                {
-                    "name": "attrs",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/be/41/e909cb6d901e9689da947419505cc7fb7d242a08a62ee221fce6a009a523/attrs-17.2.0.tar.gz";,
-                            "sha256": "5d4d1b99f94d69338f485984127e4473b3ab9e20f43821b0e546cc3b2302fd11"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                },
-                {
-                    "name": "hyperlink",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/83/df/3bdaf38f21f93429de02f04c6a967d2154955fc5b9a6a1a0b20a682edc13/hyperlink-17.3.1.tar.gz";,
-                            "sha256": "bc4ffdbde9bdad204d507bd8f554f16bba82dd356f6130cb16f41422909c33bc"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                },
-                {
-                    "name": "docutils",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz";,
-                            "sha256": "51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                },
-                {
-                    "name": "mistune",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/25/a4/12a584c0c59c9fed529f8b3c47ca8217c0cf8bcc5e1089d3256410cfbdbc/mistune-0.7.4.tar.gz";,
-                            "sha256": "8517af9f5cd1857bb83f9a23da75aa516d7538c32a2c5d5c56f3789a9e4cd22f"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                },
-                {
-                    "name": "m2r",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/a0/95/7273d54664e74c3100d07206fe6b30247be046b39676972fc90ae04376a1/m2r-0.1.12.tar.gz";,
-                            "sha256": "adfb86ebb7ff3fcd3ebb27ce8cd6f795c409a13f0c03363e265f17419ce5b9ab"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                },
-                {
-                    "name": "setuptools_scm",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/03/6d/aafdd01edd227ee879b691455bf19895091872af7e48192bea1758c82032/setuptools_scm-1.15.6.tar.gz";,
-                            "sha256": "49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                },
-                {
-                    "name": "Automat",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/de/05/b8e453085cf8a7f27bb1226596f4ccf5cc9e758377d60284f990bbdc592c/Automat-0.6.0.tar.gz";,
-                            "sha256": "3c1fd04ecf08ac87b4dd3feae409542e9bf7827257097b2b6ed5692f69d6f6a8"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                },
-                {
-                    "name": "incremental",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/8f/26/02c4016aa95f45479eea37c90c34f8fab6775732ae62587a874b619ca097/incremental-17.5.0.tar.gz";,
-                            "sha256": "7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                },
-                {
-                    "name": "constantly",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/95/f1/207a0a478c4bb34b1b49d5915e2db574cadc415c9ac3a7ef17e29b2e8951/constantly-15.1.0.tar.gz";,
-                            "sha256": "586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                },
-                {
-                    "name": "zope.interface",
-                    "build-options": {
-                        "env": {
-                            "PYTHONUSERBASE": "/app"
-                        }
-                    },
-                    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": 
"https://pypi.python.org/packages/bd/d2/25349ed41f9dcff7b3baf87bd88a4c82396cf6e02f1f42bb68657a3132af/zope.interface-4.4.3.tar.gz";,
-                            "sha256": "d6d26d5dfbfd60c65152938fcb82f949e8dada37c041f72916fef6621ba5c5ce"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "configure",
-                            "commands": [
-                                "echo just so that a configure file exists"
-                            ]
-                        },
-                        {
-                            "type": "file",
-                            "path": "pip-Makefile",
-                            "dest-filename": "Makefile"
-                        }
-                    ]
-                }
-            ]
-        },
+        "gpg.json",
+        "twisted.json",
         {
             "name": "lxml",
             "build-options": {
diff --git a/flatpak/twisted.json b/flatpak/twisted.json
new file mode 100644
index 0000000..e1f549e
--- /dev/null
+++ b/flatpak/twisted.json
@@ -0,0 +1,311 @@
+{
+    "name": "twisted",
+    "build-options": {
+        "env": {
+            "PYTHONUSERBASE": "/app"
+        }
+    },
+    "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+    "sources": [
+        {
+            "type": "archive",
+            "url": 
"https://pypi.python.org/packages/a2/37/298f9547606c45d75aa9792369302cc63aa4bbcf7b5f607560180dd099d2/Twisted-17.9.0.tar.bz2";,
+            "sha256": "0da1a7e35d5fcae37bc9c7978970b5feb3bc82822155b8654ec63925c05af75c"
+        },
+        {
+            "type": "script",
+            "dest-filename": "configure",
+            "commands": [
+                "echo just so that a configure file exists"
+            ]
+        },
+        {
+            "type": "file",
+            "path": "pip-Makefile",
+            "dest-filename": "Makefile"
+        }
+    ],
+    "modules": [
+        {
+            "name": "attrs",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/be/41/e909cb6d901e9689da947419505cc7fb7d242a08a62ee221fce6a009a523/attrs-17.2.0.tar.gz";,
+                    "sha256": "5d4d1b99f94d69338f485984127e4473b3ab9e20f43821b0e546cc3b2302fd11"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "hyperlink",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/83/df/3bdaf38f21f93429de02f04c6a967d2154955fc5b9a6a1a0b20a682edc13/hyperlink-17.3.1.tar.gz";,
+                    "sha256": "bc4ffdbde9bdad204d507bd8f554f16bba82dd356f6130cb16f41422909c33bc"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "docutils",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz";,
+                    "sha256": "51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "mistune",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/25/a4/12a584c0c59c9fed529f8b3c47ca8217c0cf8bcc5e1089d3256410cfbdbc/mistune-0.7.4.tar.gz";,
+                    "sha256": "8517af9f5cd1857bb83f9a23da75aa516d7538c32a2c5d5c56f3789a9e4cd22f"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "m2r",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/a0/95/7273d54664e74c3100d07206fe6b30247be046b39676972fc90ae04376a1/m2r-0.1.12.tar.gz";,
+                    "sha256": "adfb86ebb7ff3fcd3ebb27ce8cd6f795c409a13f0c03363e265f17419ce5b9ab"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "setuptools_scm",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/03/6d/aafdd01edd227ee879b691455bf19895091872af7e48192bea1758c82032/setuptools_scm-1.15.6.tar.gz";,
+                    "sha256": "49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "Automat",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/de/05/b8e453085cf8a7f27bb1226596f4ccf5cc9e758377d60284f990bbdc592c/Automat-0.6.0.tar.gz";,
+                    "sha256": "3c1fd04ecf08ac87b4dd3feae409542e9bf7827257097b2b6ed5692f69d6f6a8"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "incremental",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/8f/26/02c4016aa95f45479eea37c90c34f8fab6775732ae62587a874b619ca097/incremental-17.5.0.tar.gz";,
+                    "sha256": "7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "constantly",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/95/f1/207a0a478c4bb34b1b49d5915e2db574cadc415c9ac3a7ef17e29b2e8951/constantly-15.1.0.tar.gz";,
+                    "sha256": "586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "zope.interface",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE": "/app"
+                }
+            },
+            "ensure-writable": ["easy-install.pth", "setuptools.pth"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/bd/d2/25349ed41f9dcff7b3baf87bd88a4c82396cf6e02f1f42bb68657a3132af/zope.interface-4.4.3.tar.gz";,
+                    "sha256": "d6d26d5dfbfd60c65152938fcb82f949e8dada37c041f72916fef6621ba5c5ce"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        }
+    ]
+}
+


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