[pitivi] xdgapp: Bundle setuptools as it is now needed for ipdb
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] xdgapp: Bundle setuptools as it is now needed for ipdb
- Date: Thu, 4 Feb 2016 16:00:04 +0000 (UTC)
commit 62f25844a9d0ef60f4b7ec9742a3b2baebd61bd9
Author: Thibault Saunier <tsaunier gnome org>
Date: Thu Feb 4 16:58:32 2016 +0100
xdgapp: Bundle setuptools as it is now needed for ipdb
build/xdg-app/pitivi.template.json | 15 +++++++++++++++
build/xdg-app/setuptools-configure | 5 +----
2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/build/xdg-app/pitivi.template.json b/build/xdg-app/pitivi.template.json
index 8f59a03..21bdd15 100644
--- a/build/xdg-app/pitivi.template.json
+++ b/build/xdg-app/pitivi.template.json
@@ -75,6 +75,21 @@
]
},
{
+ "name": "setuptools",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://pypi.python.org/packages/source/s/setuptools/setuptools-19.7.tar.gz",
+ "sha256": "9e0783f3e6b736530a84980dce99fb0f01dafcd31b3f600cde2aa446f6f77cc0"
+ },
+ {
+ "type": "file",
+ "path": "setuptools-configure",
+ "dest-filename": "configure"
+ }
+ ]
+ },
+ {
"name": "ipdb",
"build-options" : {
"build-args": ["--share=network"]
diff --git a/build/xdg-app/setuptools-configure b/build/xdg-app/setuptools-configure
index 123e03d..a38f1e6 100755
--- a/build/xdg-app/setuptools-configure
+++ b/build/xdg-app/setuptools-configure
@@ -2,14 +2,11 @@
FLAGS="$@"
-./install_meson.py $FLAGS
-
cat <<EOF > Makefile
all:
echo "Nothing"
install:
- echo "Nothing"
+ python3 setup.py install --prefix=/app/
EOF
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]