summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-multidict/0001-Allow-calling-make-clean-without-sphinx-build.patch34
-rw-r--r--meta-python/recipes-devtools/python/python3-multidict_2.1.4.bb11
-rw-r--r--meta-python/recipes-devtools/python/python3-multidict_2.1.6.bb9
3 files changed, 9 insertions, 45 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multidict/0001-Allow-calling-make-clean-without-sphinx-build.patch b/meta-python/recipes-devtools/python/python3-multidict/0001-Allow-calling-make-clean-without-sphinx-build.patch
deleted file mode 100644
index d1d7ef5756..0000000000
--- a/meta-python/recipes-devtools/python/python3-multidict/0001-Allow-calling-make-clean-without-sphinx-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From 39e13b4e3f7a1d1dd748e80cee241d511865d4e8 Mon Sep 17 00:00:00 2001
2From: Pascal Bach <pascal.bach@nextrem.ch>
3Date: Mon, 16 Jan 2017 21:29:12 +0100
4Subject: [PATCH] Allow calling make clean without sphinx-build
5
6Currently make clean fails without sphinx-build installed
7However sphinx-build is not really necessary to do a clean.
8This trick makes the docs/Makefile use the false binary instead of
9sphinx-build for the check when a clean is done.
10
11Upstream-Status: Submitted https://github.com/aio-libs/multidict/pull/41
12
13---
14 Makefile | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17diff --git a/Makefile b/Makefile
18index 8f525f3..6d601e5 100644
19--- a/Makefile
20+++ b/Makefile
21@@ -51,8 +51,8 @@ clean:
22 rm -rf coverage
23 rm -rf build
24 rm -rf cover
25- make -C docs clean
26- python setup.py clean
27+ make -C docs clean SPHINXBUILD=false
28+ python3 setup.py clean
29 rm -f multidict/_multidict.html
30 rm -f multidict/_multidict.c
31 rm -f multidict/_multidict.*.so
32--
332.7.4
34
diff --git a/meta-python/recipes-devtools/python/python3-multidict_2.1.4.bb b/meta-python/recipes-devtools/python/python3-multidict_2.1.4.bb
deleted file mode 100644
index 62895d2b37..0000000000
--- a/meta-python/recipes-devtools/python/python3-multidict_2.1.4.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args etc."
2HOMEPAGE = "https://github.com/aio-libs/multidict/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
5
6inherit pypi setuptools3
7
8SRC_URI += "file://0001-Allow-calling-make-clean-without-sphinx-build.patch"
9
10SRC_URI[md5sum] = "051d92edec87fd98e43ea83f3ce6072d"
11SRC_URI[sha256sum] = "a77aa8c9f68846c3b5db43ff8ed2a7a884dbe845d01f55113a3fba78518c4cd7"
diff --git a/meta-python/recipes-devtools/python/python3-multidict_2.1.6.bb b/meta-python/recipes-devtools/python/python3-multidict_2.1.6.bb
new file mode 100644
index 0000000000..646cb778dc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-multidict_2.1.6.bb
@@ -0,0 +1,9 @@
1SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args etc."
2HOMEPAGE = "https://github.com/aio-libs/multidict/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
5
6inherit pypi setuptools3
7
8SRC_URI[md5sum] = "7837353cf71008484e99737ccf55a4ea"
9SRC_URI[sha256sum] = "9ec33a1da4d2096949e29ddd66a352aae57fad6b5483087d54566a2f6345ae10"