summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-05 15:27:08 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-10 11:47:37 -0400
commit88277c84962e9d07ec777896a0ca8bd7db9ff5e2 (patch)
tree309c1820c6e0b0bc42ca2dbe0ade8da6c04343fa /recipes-devtools/python
parente30aaeec269fa1b1b14898e7069c9b717b8c0458 (diff)
downloadmeta-virtualization-88277c84962e9d07ec777896a0ca8bd7db9ff5e2.tar.gz
python-requests: Drop recipe
There's a newer recipe (v2.13) maintained in meta-python. meta-openstack explicitly prefers that version over this one, so no point in keeping this recipe since nobody else is using this version. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r--recipes-devtools/python/python-requests_2.8.1.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-devtools/python/python-requests_2.8.1.bb b/recipes-devtools/python/python-requests_2.8.1.bb
deleted file mode 100644
index 187f97ae..00000000
--- a/recipes-devtools/python/python-requests_2.8.1.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1HOMEPAGE = "http://python-requests.org"
2SUMMARY = "Python HTTP for Humans."
3DESCRIPTION = "\
4 Requests is an Apache2 Licensed HTTP library, written in Python, \
5 for human beings. \
6 . \
7 Most existing Python modules for sending HTTP requests are extremely \
8 verbose and cumbersome. Python's builtin urllib2 module provides most \
9 of the HTTP capabilities you should need, but the api is thoroughly \
10 broken. It requires an enormous amount of work (even method overrides) \
11 to perform the simplest of tasks. \
12 . \
13 Things shouldn't be this way. Not in Python \
14 "
15SECTION = "devel/python"
16LICENSE = "Apache-2.0"
17LIC_FILES_CHKSUM = "file://LICENSE;md5=58c7e163c9f8ee037246da101c6afd1e"
18
19SRCNAME = "requests"
20
21SRC_URI = "http://pypi.python.org/packages/source/r/requests/${SRCNAME}-${PV}.tar.gz"
22
23SRC_URI[md5sum] = "a27ea3d72d7822906ddce5e252d6add9"
24SRC_URI[sha256sum] = "84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b"
25
26S = "${WORKDIR}/${SRCNAME}-${PV}"
27
28inherit setuptools