[gnome-continuous] manifest: add python-six
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] manifest: add python-six
- Date: Tue, 2 Jun 2015 14:08:34 +0000 (UTC)
commit a4ad4049e963d5fdd5abff3ffd854341e63f5b80
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Tue Jun 2 15:44:33 2015 +0200
manifest: add python-six
Its now required by spice
This reverts commit d03d3f5d728ff867e2f36fdfd68d352c0675ac4a.
manifest.json | 5 ++++
patches/python-six-buildsys.patch | 38 +++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 2908601..78c9c16 100644
--- a/manifest.json
+++ b/manifest.json
@@ -416,6 +416,11 @@
"name": "celt051",
"checksum": "fc2e5b68382eb436a38c3104684a6c494df9bde133c139fbba3ddb5d7eaa6a2e"},
+ {"src": "tarball:https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz",
+ "name": "python-six",
+ "checksum": "e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5",
+ "patches": ["python-six-buildsys.patch"]},
+
{"src": "fd-spice:spice",
"patches": ["spice-no-builddir.patch",
"spice-stack-protector.patch"],
diff --git a/patches/python-six-buildsys.patch b/patches/python-six-buildsys.patch
new file mode 100644
index 0000000..ca3fa0e
--- /dev/null
+++ b/patches/python-six-buildsys.patch
@@ -0,0 +1,38 @@
+From 44c5a6b5bf64c00c8333240b8e8f36e093b31def Mon Sep 17 00:00:00 2001
+From: Vadim Rutkovsky <vrutkovs redhat com>
+Date: Fri, 17 Jan 2014 12:48:32 +0100
+Subject: [PATCH] build-sys: Add configure script and Makefile to implement
+ GNOME Build API
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+---
+ Makefile | 6 ++++++
+ configure | 4 ++++
+ 2 files changed, 10 insertions(+), 0 deletions(-)
+ create mode 100644 Makefile
+ create mode 100755 configure
+
+diff --git a/Makefile b/Makefile
+new file mode 100644
+index 0000000..b41d906
+--- /dev/null
++++ b/Makefile
+@@ -0,0 +1,6 @@
++# behave *development* Makefile
++all:
++ python setup.py build
++
++install:
++ python setup.py install --root=$(DESTDIR)
+diff --git a/configure b/configure
+new file mode 100755
+index 0000000..fb22862
+--- /dev/null
++++ b/configure
+@@ -0,0 +1,4 @@
++#!/bin/bash
++# http://people.gnome.org/~walters/docs/build-api.txt
++#buildapi-variable-no-builddir
++exec python setup.py build
+--
+1.8.5.3
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]