diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-22 16:01:30 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:27:39 +0200 |
commit | 97691e5ace620a27685ba5e06964503da7bf2915 (patch) | |
tree | 5815253be144c42428de676df984587dfd27d9f0 /meta-python/recipes-devtools/python | |
parent | 70978e39b59fc5d50728ad8a3abd02e01e967662 (diff) | |
download | meta-openembedded-97691e5ace620a27685ba5e06964503da7bf2915.tar.gz |
python-ndg-httpsclient, python3-ndg-httpsclient: Add recipe for version 0.4.2
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
3 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc new file mode 100644 index 000000000..ae2bca104 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" | ||
2 | HOMEPAGE = "http://python-requests.org" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0" | ||
5 | |||
6 | SRC_URI[md5sum] = "b3a958c0e9aaf4d3f8dd933f46f8c1a9" | ||
7 | SRC_URI[sha256sum] = "580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c43768eb8ac" | ||
8 | |||
9 | PYPI_PACKAGE = "ndg_httpsclient" | ||
10 | |||
11 | DEPENDS = " \ | ||
12 | ${PYTHON_PN}-pyopenssl \ | ||
13 | " | ||
14 | |||
15 | DEPENDS = " \ | ||
16 | ${PYTHON_PN}-pyasn1 \ | ||
17 | " | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb new file mode 100644 index 000000000..2da111265 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-ndg-httpsclient.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb new file mode 100644 index 000000000..3f07b2ed2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-ndg-httpsclient.inc | ||