diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-22 16:01:28 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:27:39 +0200 |
commit | ed70cd5761cf531fb5d71b02e901c43ff2a1aed2 (patch) | |
tree | b886a1791353d718d9ee1db1c0ba48112ed13d30 | |
parent | 43895d9420853a1a4d3cdb4446998b29e90300c6 (diff) | |
download | meta-openembedded-ed70cd5761cf531fb5d71b02e901c43ff2a1aed2.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>
3 files changed, 15 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 000000000..0697fd715 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysocks.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "A Python SOCKS client module" | ||
2 | HOMEPAGE = "http://python-requests.org" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" | ||
5 | |||
6 | SRC_URI[md5sum] = "68f4ad7a8d4fa725656ae3e9dd142d29" | ||
7 | SRC_URI[sha256sum] = "e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88" | ||
8 | |||
9 | PYPI_PACKAGE = "PySocks" | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python-pysocks_1.5.7.bb b/meta-python/recipes-devtools/python/python-pysocks_1.5.7.bb new file mode 100644 index 000000000..8a24e4c49 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysocks_1.5.7.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-pysocks.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-pysocks_1.5.7.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.5.7.bb new file mode 100644 index 000000000..6b0935557 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pysocks_1.5.7.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-pysocks.inc | ||