[oe-commits] Mario Domenech Goulart : python-urllib3: add recipe for version 1.10.1

git at git.openembedded.org git at git.openembedded.org
Fri Feb 27 08:56:05 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 0ca8dbc07043497d720caec7994f2a9fc36bcba9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0ca8dbc07043497d720caec7994f2a9fc36bcba9

Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Tue Feb 24 10:59:57 2015 -0300

python-urllib3: add recipe for version 1.10.1

Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/python/python-urllib3_1.10.1.bb      | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb b/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
new file mode 100644
index 0000000..89f7428
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
+HOMEPAGE = "https://github.com/shazow/urllib3"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe"
+
+SRC_URI = "https://github.com/shazow/urllib3/archive/${PV}.zip"
+SRC_URI[md5sum] = "73935fe42b6ef51d078edbbca7c1bd55"
+SRC_URI[sha256sum] = "5fadd55b46bf826e46a482bb3d53662a8a88d8f9ea8656e351b659b8ad9bfc0f"
+
+S = "${WORKDIR}/urllib3-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} += "python-netclient"



More information about the Openembedded-commits mailing list