aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pysocks.inc
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-08-22 16:01:28 -0300
committerAndreas Oberritter <obi@opendreambox.org>2017-02-16 11:29:17 +0100
commit7702e7021a784a92bb30b9d9c25ee0262cdd683a (patch)
tree296e2a17ed9e46d29c4ce62622168a70fc35b7e9 /meta-python/recipes-devtools/python/python-pysocks.inc
parenta1235d8df406f767d6053152931b547daa778a91 (diff)
downloadmeta-openembedded-contrib-7702e7021a784a92bb30b9d9c25ee0262cdd683a.tar.gz
python-pysocks, python3-pysocks: Add recipe for version 1.5.7
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit ed70cd5761cf531fb5d71b02e901c43ff2a1aed2) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pysocks.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pysocks.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysocks.inc b/meta-python/recipes-devtools/python/python-pysocks.inc
new file mode 100644
index 0000000000..0697fd7156
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pysocks.inc
@@ -0,0 +1,11 @@
+DESCRIPTION = "A Python SOCKS client module"
+HOMEPAGE = "http://python-requests.org"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
+
+SRC_URI[md5sum] = "68f4ad7a8d4fa725656ae3e9dd142d29"
+SRC_URI[sha256sum] = "e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88"
+
+PYPI_PACKAGE = "PySocks"
+
+BBCLASSEXTEND = "native nativesdk"