All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0
@ 2020-04-28 13:09 Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 2/8] python3-flask-jwt: Add recipe version 0.3.2 Domarys Correa
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Domarys Correa @ 2020-04-28 13:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../python/python3-flask-jsonpify_1.5.0.bb         | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb
new file mode 100644
index 000000000..5d7e9b517
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A Flask extension adding a decorator for JSONP support"
+HOMEPAGE = "https://github.com/CoryDolphin/flask-jsonpify"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://README.rst;md5=bd59445a234a0c8250b39178d42e3148"
+
+PYPI_PACKAGE = "Flask-Jsonpify"
+
+SRC_URI[md5sum] = "8a10e37942c43d93d107644a3fe77d98"
+SRC_URI[sha256sum] = "8ac4c732aa5b11d9f6c2de58065d3b669f139518ca8f529bce943817e2fedbfb"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "${PYTHON_PN}-flask"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 2/8] python3-flask-jwt: Add recipe version 0.3.2
  2020-04-28 13:09 [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0 Domarys Correa
@ 2020-04-28 13:09 ` Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 3/8] python3-gunicorn: Add recipe version 20.0.4 Domarys Correa
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Domarys Correa @ 2020-04-28 13:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../python/python3-flask-jwt_0.3.2.bb              | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb
new file mode 100644
index 000000000..779a2e25e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "JWT token authentication for Flask apps"
+HOMEPAGE = "https://github.com/mattupstate/flask-jwt"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ff00db41c47ec84b4567a8b3c246a959"
+
+PYPI_PACKAGE = "Flask-JWT"
+
+SRC_URI[md5sum] = "878ad79a12afa70ad38a12d5ffd2dc1e"
+SRC_URI[sha256sum] = "49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d323bd0ad"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 3/8] python3-gunicorn: Add recipe version 20.0.4
  2020-04-28 13:09 [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0 Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 2/8] python3-flask-jwt: Add recipe version 0.3.2 Domarys Correa
@ 2020-04-28 13:09 ` Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 4/8] python3-httplib2: Add recipe version 0.17.3 Domarys Correa
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Domarys Correa @ 2020-04-28 13:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../python/python3-gunicorn_20.0.4.bb                 | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb b/meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb
new file mode 100644
index 000000000..5bd8d51c0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb
@@ -0,0 +1,11 @@
+SUMMARY = "WSGI HTTP Server for UNIX"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752"
+
+SRC_URI[md5sum] = "543669fcbb5739ee2af77184c5e571a1"
+SRC_URI[sha256sum] = "1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-fcntl"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 4/8] python3-httplib2: Add recipe version 0.17.3
  2020-04-28 13:09 [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0 Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 2/8] python3-flask-jwt: Add recipe version 0.3.2 Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 3/8] python3-gunicorn: Add recipe version 20.0.4 Domarys Correa
@ 2020-04-28 13:09 ` Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 5/8] python3-speedtest-cli: Add recipe version 2.1.2 Domarys Correa
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Domarys Correa @ 2020-04-28 13:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../recipes-devtools/python/python3-httplib2_0.17.3.bb | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-httplib2_0.17.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.17.3.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.17.3.bb
new file mode 100644
index 000000000..57047c9ac
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-httplib2_0.17.3.bb
@@ -0,0 +1,10 @@
+SUMMARY = "A comprehensive HTTP client library, httplib2 supports many features left out of other HTTP libraries."
+HOMEPAGE = "https://github.com/httplib2/httplib2"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=4edb3f072a9d815734530f608039a167"
+
+SRC_URI[md5sum] = "5730490cfe83350477b54b0a8a190c8a"
+SRC_URI[sha256sum] = "39dd15a333f67bfb70798faa9de8a6e99c819da6ad82b77f9a259a5c7b1225a2"
+
+inherit pypi setuptools3
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 5/8] python3-speedtest-cli: Add recipe version 2.1.2
  2020-04-28 13:09 [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0 Domarys Correa
                   ` (2 preceding siblings ...)
  2020-04-28 13:09 ` [meta-python][PATCH 4/8] python3-httplib2: Add recipe version 0.17.3 Domarys Correa
@ 2020-04-28 13:09 ` Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 6/8] python3-spidev: Upgrade 3.2 -> 3.4 Domarys Correa
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Domarys Correa @ 2020-04-28 13:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../python/python3-speedtest-cli_2.1.2.bb             | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb
new file mode 100644
index 000000000..a901bbac8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net"
+HOMEPAGE = "https://github.com/sivel/speedtest-cli"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[md5sum] = "543d38f8939e1716641cc7c00169ca03"
+SRC_URI[sha256sum] = "cf1d386222f94c324e3125ba9a0d187e46d4a13dca08c023bdb9a23096be2e54"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} = "${PYTHON_PN}-misc"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 6/8] python3-spidev: Upgrade 3.2 -> 3.4
  2020-04-28 13:09 [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0 Domarys Correa
                   ` (3 preceding siblings ...)
  2020-04-28 13:09 ` [meta-python][PATCH 5/8] python3-speedtest-cli: Add recipe version 2.1.2 Domarys Correa
@ 2020-04-28 13:09 ` Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 7/8] python3-werkzeug: Upgrade 1.0.0 -> 1.0.1 Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 8/8] python3-nmap: Add recipe version 1.4.1 Domarys Correa
  6 siblings, 0 replies; 8+ messages in thread
From: Domarys Correa @ 2020-04-28 13:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../python/python3-spidev_3.4.bb                 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-spidev_3.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-spidev_3.4.bb b/meta-python/recipes-devtools/python/python3-spidev_3.4.bb
new file mode 100644
index 000000000..334d658d6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-spidev_3.4.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Python bindings for Linux SPI access through spidev"
+DESCRIPTION = "This project contains a python module for interfacing with SPI\
+devices from user space via the spidev linux kernel driver.\
+This is a modified version of the code originally found\
+[here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\
+All code is GPLv2 licensed unless explicitly stated otherwise."
+HOMEPAGE = "http://github.com/doceme/py-spidev"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+SRCNAME = "spidev"
+
+SRC_URI[md5sum] = "bbab6352449f1d572cc9eefeafc58bd1"
+SRC_URI[sha256sum] = "4314e52f573d95233c907f307558893313a8a606e197e77bb711526b0e179e80"
+
+inherit pypi setuptools3
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 7/8] python3-werkzeug: Upgrade 1.0.0 -> 1.0.1
  2020-04-28 13:09 [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0 Domarys Correa
                   ` (4 preceding siblings ...)
  2020-04-28 13:09 ` [meta-python][PATCH 6/8] python3-spidev: Upgrade 3.2 -> 3.4 Domarys Correa
@ 2020-04-28 13:09 ` Domarys Correa
  2020-04-28 13:09 ` [meta-python][PATCH 8/8] python3-nmap: Add recipe version 1.4.1 Domarys Correa
  6 siblings, 0 replies; 8+ messages in thread
From: Domarys Correa @ 2020-04-28 13:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../python/python3-werkzeug_1.0.1.bb          | 38 +++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb
new file mode 100644
index 000000000..b54399e1c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb
@@ -0,0 +1,38 @@
+SUMMARY = "The Swiss Army knife of Python web development"
+DESCRIPTION = "\
+Werkzeug started as simple collection of various utilities for WSGI \
+applications and has become one of the most advanced WSGI utility modules. \
+It includes a powerful debugger, full featured request and response objects, \
+HTTP utilities to handle entity tags, cache control headers, HTTP dates, \
+cookie handling, file uploads, a powerful URL routing system and a bunch \
+of community contributed addon modules."
+HOMEPAGE = "http://werkzeug.pocoo.org/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
+
+PYPI_PACKAGE = "Werkzeug"
+
+SRC_URI[md5sum] = "5d499cfdd30de5d9c946994783772efd"
+SRC_URI[sha256sum] = "6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c"
+
+inherit pypi setuptools3
+
+CLEANBROKEN = "1"
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-difflib \
+    ${PYTHON_PN}-email \
+    ${PYTHON_PN}-html \
+    ${PYTHON_PN}-io \
+    ${PYTHON_PN}-json \
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-netserver \
+    ${PYTHON_PN}-numbers \
+    ${PYTHON_PN}-pkgutil \
+    ${PYTHON_PN}-pprint \
+    ${PYTHON_PN}-simplejson \
+    ${PYTHON_PN}-threading \
+    ${PYTHON_PN}-unixadmin \
+    ${PYTHON_PN}-misc \
+"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 8/8] python3-nmap: Add recipe version 1.4.1
  2020-04-28 13:09 [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0 Domarys Correa
                   ` (5 preceding siblings ...)
  2020-04-28 13:09 ` [meta-python][PATCH 7/8] python3-werkzeug: Upgrade 1.0.0 -> 1.0.1 Domarys Correa
@ 2020-04-28 13:09 ` Domarys Correa
  6 siblings, 0 replies; 8+ messages in thread
From: Domarys Correa @ 2020-04-28 13:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../python/python3-nmap_1.4.1.bb                 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb b/meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb
new file mode 100644
index 000000000..80384845d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner"
+HOMEPAGE = "https://www.nmmapper.com/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+DEPENDS += "${PYTHON_PN}-wheel-native"
+
+PYPI_PACKAGE = "python3-nmap"
+
+SRC_URI[md5sum] = "64a382c870e14b53f2f52b7455996321"
+SRC_URI[sha256sum] = "9b64c5956789f4cac9e8ea2e0de6763dea1cecde1a20ae50a4b4dc5ab0ab6e42"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-04-28 13:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 13:09 [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0 Domarys Correa
2020-04-28 13:09 ` [meta-python][PATCH 2/8] python3-flask-jwt: Add recipe version 0.3.2 Domarys Correa
2020-04-28 13:09 ` [meta-python][PATCH 3/8] python3-gunicorn: Add recipe version 20.0.4 Domarys Correa
2020-04-28 13:09 ` [meta-python][PATCH 4/8] python3-httplib2: Add recipe version 0.17.3 Domarys Correa
2020-04-28 13:09 ` [meta-python][PATCH 5/8] python3-speedtest-cli: Add recipe version 2.1.2 Domarys Correa
2020-04-28 13:09 ` [meta-python][PATCH 6/8] python3-spidev: Upgrade 3.2 -> 3.4 Domarys Correa
2020-04-28 13:09 ` [meta-python][PATCH 7/8] python3-werkzeug: Upgrade 1.0.0 -> 1.0.1 Domarys Correa
2020-04-28 13:09 ` [meta-python][PATCH 8/8] python3-nmap: Add recipe version 1.4.1 Domarys Correa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.